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

Subpackages

Submodules

bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.fmp4.dash_fmp4_representation_list_query_params module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.fmp4.dash_fmp4_representation_list_query_params.DashFmp4RepresentationListQueryParams(offset=None, limit=None)[source]

Bases: object

property attribute_map
property openapi_types

bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.fmp4.fmp4_api module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.fmp4.fmp4_api.Fmp4Api(**kwargs)[source]

Bases: BaseApi

create(manifest_id, period_id, adaptationset_id, dash_fmp4_representation, **kwargs)[source]

Add fMP4 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_fmp4_representation (DashFmp4Representation, required) – The fMP4 representation to be added to the adaptation set

Returns:

Fmp4 representation

Return type:

DashFmp4Representation

delete(manifest_id, period_id, adaptationset_id, representation_id, **kwargs)[source]

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

Returns:

Id of the fMP4 Representation

Return type:

BitmovinResponse

get(manifest_id, period_id, adaptationset_id, representation_id, **kwargs)[source]

fMP4 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:

fMP4 Representation details

Return type:

DashFmp4Representation

list(manifest_id, period_id, adaptationset_id, query_params=None, **kwargs)[source]

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

Returns:

List of fMP4 Representations

Return type:

DashFmp4Representation

Module contents