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

Subpackages

Submodules

bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.mp4.dash_mp4_representation_list_query_params module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.mp4.dash_mp4_representation_list_query_params.DashMp4RepresentationListQueryParams(offset: Optional[int] = None, limit: Optional[int] = None)[source]

Bases: object

property attribute_map
property openapi_types

bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.mp4.mp4_api module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.mp4.mp4_api.Mp4Api(**kwargs)[source]

Bases: BaseApi

create(manifest_id: string_types, period_id: string_types, adaptationset_id: string_types, dash_mp4_representation: DashMp4Representation, **kwargs: dict) DashMp4Representation[source]

Add 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_representation (DashMp4Representation, required) – The MP4 representation to be added to the adaptation set

Returns

MP4 representation

Return type

DashMp4Representation

delete(manifest_id: string_types, period_id: string_types, adaptationset_id: string_types, representation_id: string_types, **kwargs: dict) BitmovinResponse[source]

Delete 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 MP4 representation to be deleted

Returns

Id of the MP4 Representation

Return type

BitmovinResponse

get(manifest_id: string_types, period_id: string_types, adaptationset_id: string_types, representation_id: string_types, **kwargs: dict) DashMp4Representation[source]

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

MP4 Representation details

Return type

DashMp4Representation

list(manifest_id: string_types, period_id: string_types, adaptationset_id: string_types, query_params: DashMp4RepresentationListQueryParams = None, **kwargs: dict) DashMp4Representation[source]

List all 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 (DashMp4RepresentationListQueryParams) – Query parameters

Returns

List of MP4 Representations

Return type

DashMp4Representation

Module contents