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

Submodules

bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.progressive_webm.dash_progressive_webm_representation_list_query_params module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.progressive_webm.dash_progressive_webm_representation_list_query_params.DashProgressiveWebmRepresentationListQueryParams(offset=None, limit=None)[source]

Bases: object

property attribute_map
property openapi_types

bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.progressive_webm.progressive_webm_api module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.progressive_webm.progressive_webm_api.ProgressiveWebmApi(**kwargs)[source]

Bases: BaseApi

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

Add Progressive WebM 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_progressive_webm_representation (DashProgressiveWebmRepresentation, required) – The Progressive WebM representation to be added to the adaptation set

Returns:

Progressive WebM representation

Return type:

DashProgressiveWebmRepresentation

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

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

Returns:

Id of the Progressive WebM Representation

Return type:

BitmovinResponse

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

Progressive WebM 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:

Progressive WebM Representation details

Return type:

DashProgressiveWebmRepresentation

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

List all Progressive WebM 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 (DashProgressiveWebmRepresentationListQueryParams) – Query parameters

Returns:

List of Progressive WebM Representations

Return type:

DashProgressiveWebmRepresentation

Module contents