bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.cmaf package

Subpackages

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:

DashCmafRepresentation

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:

BitmovinResponse

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:

DashCmafRepresentation

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:

DashCmafRepresentation

bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.cmaf.dash_cmaf_representation_list_query_params module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.cmaf.dash_cmaf_representation_list_query_params.DashCmafRepresentationListQueryParams(offset=None, limit=None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents