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

Subpackages

Submodules

bitmovin_api_sdk.encoding.encodings.muxings.progressive_webm.drm.drm_api module

class bitmovin_api_sdk.encoding.encodings.muxings.progressive_webm.drm.drm_api.DrmApi(**kwargs)[source]

Bases: BaseApi

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

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 DRM.

Returns

DRM

Return type

Drm

list(encoding_id: string_types, muxing_id: string_types, **kwargs: dict) Drm[source]

List all DRMs 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

Returns

List of DRM configurations

Return type

Drm

Module contents