bitmovin_api_sdk.encoding.encodings.muxings.progressive_webm.drm.cenc.customdata package

Submodules

bitmovin_api_sdk.encoding.encodings.muxings.progressive_webm.drm.cenc.customdata.customdata_api module

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

Bases: BaseApi

get(encoding_id, muxing_id, drm_id, **kwargs)[source]

Get CENC DRM from a Progressive WebM muxing Custom Data

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

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

  • drm_id (string_types, required) – Id of the CENC DRM.

Returns:

CENC DRM custom data

Return type:

CustomData

Module contents