bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.imsc package
Submodules
bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.imsc.dash_imsc_representation_list_query_params module
bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.imsc.imsc_api module
- class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.imsc.imsc_api.ImscApi(**kwargs)[source]
Bases:
BaseApi- create(manifest_id, period_id, adaptationset_id, dash_imsc_representation, **kwargs)[source]
Add IMSC 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 subtitle adaptation set
dash_imsc_representation (DashImscRepresentation, required) – The IMSC representation to be added to the adaptation set. Note that the adaptation set has to be a subtitle adaptation set.
- Returns:
Imsc representation
- Return type:
- delete(manifest_id, period_id, adaptationset_id, representation_id, **kwargs)[source]
Delete IMSC 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 IMSC representation to be deleted
- Returns:
Id of the IMSC Representation
- Return type:
- get(manifest_id, period_id, adaptationset_id, representation_id, **kwargs)[source]
IMSC 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 IMSC representation
- Returns:
IMSC Representation details
- Return type:
- list(manifest_id, period_id, adaptationset_id, query_params=None, **kwargs)[source]
List all IMSC 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 (DashImscRepresentationListQueryParams) – Query parameters
- Returns:
List of IMSC Representations
- Return type: