bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.mp4.drm package
Submodules
bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.mp4.drm.dash_mp4_drm_representation_list_query_params module
bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.mp4.drm.drm_api module
- class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.mp4.drm.drm_api.DrmApi(**kwargs)[source]
Bases:
BaseApi- create(manifest_id, period_id, adaptationset_id, dash_mp4_drm_representation, **kwargs)[source]
Add DRM MP4 Representation
- Parameters:
manifest_id (string_types, required) – Id of the manifest
period_id (string_types, required) – Id of the period
adaptationset_id (string_types, required) – Id of the adaptation set
dash_mp4_drm_representation (DashMp4DrmRepresentation, required) – The DRM MP4 representation to be added to the adaptation set
- Returns:
Id of the DRM MP4 representation
- Return type:
- delete(manifest_id, period_id, adaptationset_id, representation_id, **kwargs)[source]
Delete DRM MP4 Representation
- Parameters:
manifest_id (string_types, required) – Id of the manifest
period_id (string_types, required) – Id of the period
adaptationset_id (string_types, required) – Id of the adaptation set
representation_id (string_types, required) – Id of the DRM MP4 representation to be deleted
- Returns:
Id of the DRM MP4 Representation
- Return type:
- get(manifest_id, period_id, adaptationset_id, representation_id, **kwargs)[source]
DRM MP4 Representation Details
- Parameters:
manifest_id (string_types, required) – Id of the manifest
period_id (string_types, required) – Id of the period
adaptationset_id (string_types, required) – Id of the adaptation set
representation_id (string_types, required) – Id of the representation
- Returns:
DRM MP4 Representation details
- Return type:
- list(manifest_id, period_id, adaptationset_id, query_params=None, **kwargs)[source]
List all DRM MP4 Representations
- Parameters:
manifest_id (string_types, required) – Id of the manifest
period_id (string_types, required) – Id of the period
adaptationset_id (string_types, required) – Id of the adaptation set
query_params (DashMp4DrmRepresentationListQueryParams) – Query parameters
- Returns:
List of DRM MP4 Representations
- Return type: