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: string_types, period_id: string_types, adaptationset_id: string_types, dash_cmaf_representation: DashCmafRepresentation, **kwargs: dict) DashCmafRepresentation[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: string_types, period_id: string_types, adaptationset_id: string_types, representation_id: string_types, **kwargs: dict) BitmovinResponse[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: string_types, period_id: string_types, adaptationset_id: string_types, representation_id: string_types, **kwargs: dict) DashCmafRepresentation[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: string_types, period_id: string_types, adaptationset_id: string_types, query_params: DashCmafRepresentationListQueryParams = None, **kwargs: dict) DashCmafRepresentation[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: Optional[int] = None, limit: Optional[int] = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents