bitmovin_api_sdk.encoding.encodings.muxings.fmp4.drm.widevine package
Subpackages
Submodules
bitmovin_api_sdk.encoding.encodings.muxings.fmp4.drm.widevine.widevine_api module
- class bitmovin_api_sdk.encoding.encodings.muxings.fmp4.drm.widevine.widevine_api.WidevineApi(**kwargs)[source]
 Bases:
BaseApi- create(encoding_id: string_types, muxing_id: string_types, widevine_drm: WidevineDrm, **kwargs: dict) WidevineDrm[source]
 Add Widevine DRM to an fMP4 muxing
- Parameters
 encoding_id (string_types, required) – Id of the encoding.
muxing_id (string_types, required) – Id of the fMP4 muxing.
widevine_drm (WidevineDrm, required) – The Widevine DRM to be created
- Returns
 Widevine DRM
- Return type
 
- delete(encoding_id: string_types, muxing_id: string_types, drm_id: string_types, **kwargs: dict) BitmovinResponse[source]
 Delete Widevine DRM from an fMP4 muxing
- Parameters
 encoding_id (string_types, required) – Id of the encoding.
muxing_id (string_types, required) – Id of the fMP4 muxing
drm_id (string_types, required) – Id of the widevine drm.
- Returns
 Id of the Widevine DRM
- Return type
 
- get(encoding_id: string_types, muxing_id: string_types, drm_id: string_types, **kwargs: dict) WidevineDrm[source]
 Widevine DRM Details of an fMP4 muxing
- Parameters
 encoding_id (string_types, required) – Id of the encoding.
muxing_id (string_types, required) – Id of the fMP4 muxing.
drm_id (string_types, required) – Id of the widevine drm.
- Returns
 Widevine DRM
- Return type
 
- list(encoding_id: string_types, muxing_id: string_types, query_params: WidevineDrmListQueryParams = None, **kwargs: dict) WidevineDrm[source]
 List Widevine DRMs of an fMP4 muxing
- Parameters
 encoding_id (string_types, required) – Id of the encoding.
muxing_id (string_types, required) – Id of the fMP4 muxing
query_params (WidevineDrmListQueryParams) – Query parameters
- Returns
 List of Widevine DRMs
- Return type