bitmovin_api_sdk.encoding.encodings.muxings.progressive_ts.drm.aes.customdata package

Submodules

bitmovin_api_sdk.encoding.encodings.muxings.progressive_ts.drm.aes.customdata.customdata_api module

class bitmovin_api_sdk.encoding.encodings.muxings.progressive_ts.drm.aes.customdata.customdata_api.CustomdataApi(**kwargs)[source]

Bases: BaseApi

get(encoding_id: string_types, muxing_id: string_types, drm_id: string_types, **kwargs: dict) CustomData[source]

AES encryption Custom Data of a Progressive TS muxing

Parameters
  • encoding_id (string_types, required) – Id of the encoding.

  • muxing_id (string_types, required) – Id of the Progressive TS muxing

  • drm_id (string_types, required) – Id of the AES encryption configuration.

Returns

AES encryption custom data

Return type

CustomData

Module contents