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

Subpackages

Submodules

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

class bitmovin_api_sdk.encoding.encodings.muxings.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 WebM muxing

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

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

  • cenc_drm (CencDrm, required) – The CencDrm 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 WebM muxing

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

  • muxing_id (string_types, required) – Id of the 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 WebM muxing

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

  • muxing_id (string_types, required) – Id of the 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 DRMs of a WebM muxing

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

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

  • query_params (CencDrmListQueryParams) – Query parameters

Returns

List of CENC DRMs

Return type

CencDrm

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

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

Bases: object

property attribute_map
property openapi_types

Module contents