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

Subpackages

Submodules

bitmovin_api_sdk.encoding.encodings.muxings.progressive_webm.drm.cenc.cenc_api module

class bitmovin_api_sdk.encoding.encodings.muxings.progressive_webm.drm.cenc.cenc_api.CencApi(**kwargs)[source]

Bases: BaseApi

create(encoding_id: string_types, muxing_id: string_types, cenc_drm: CencDrm, **kwargs: dict) CencDrm[source]

Add CENC DRM to a Progressive WebM muxing

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

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

  • cenc_drm (CencDrm, required) – The CENC DRM to be created

Returns

CENC DRM

Return type

CencDrm

delete(encoding_id: string_types, muxing_id: string_types, drm_id: string_types, **kwargs: dict) BitmovinResponse[source]

Delete CENC DRM from a Progressive WebM muxing

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

Id of the CENC DRM

Return type

BitmovinResponse

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

CENC DRM Details of a Progressive WebM muxing

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

Return type

CencDrm

list(encoding_id: string_types, muxing_id: string_types, query_params: CencDrmListQueryParams = None, **kwargs: dict) CencDrm[source]

List CENC DRM configurations of Progressive WebM muxing

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

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

  • query_params (CencDrmListQueryParams) – Query parameters

Returns

List of CENC DRMs

Return type

CencDrm

bitmovin_api_sdk.encoding.encodings.muxings.progressive_webm.drm.cenc.cenc_drm_list_query_params module

class bitmovin_api_sdk.encoding.encodings.muxings.progressive_webm.drm.cenc.cenc_drm_list_query_params.CencDrmListQueryParams(offset: Optional[int] = None, limit: Optional[int] = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents