bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.cmaf package
Subpackages
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.cmaf.contentprotection package
- Submodules
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.cmaf.contentprotection.content_protection_list_query_params module
- bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.cmaf.contentprotection.contentprotection_api module
- Module contents
Submodules
bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.cmaf.cmaf_api module
- class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.cmaf.cmaf_api.CmafApi(**kwargs)[source]
Bases:
BaseApi- create(manifest_id, period_id, adaptationset_id, dash_cmaf_representation, **kwargs)[source]
Add CMAF 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_cmaf_representation (DashCmafRepresentation, required) – The CMAF representation to be added to the adaptation set
- Returns:
CMAF representation
- Return type:
- delete(manifest_id, period_id, adaptationset_id, representation_id, **kwargs)[source]
Delete CMAF 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 CMAF representation to be deleted
- Returns:
Id of the CMAF Representation
- Return type:
- get(manifest_id, period_id, adaptationset_id, representation_id, **kwargs)[source]
CMAF 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:
CMAF Representation details
- Return type:
- list(manifest_id, period_id, adaptationset_id, query_params=None, **kwargs)[source]
List all CMAF 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 (DashCmafRepresentationListQueryParams) – Query parameters
- Returns:
List of CMAF Representations
- Return type: