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: 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.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: string_types, period_id: string_types, adaptationset_id: string_types, dash_progressive_webm_representation: DashProgressiveWebmRepresentation, **kwargs: dict) DashProgressiveWebmRepresentation[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: string_types, period_id: string_types, adaptationset_id: string_types, representation_id: string_types, **kwargs: dict) BitmovinResponse[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: string_types, period_id: string_types, adaptationset_id: string_types, representation_id: string_types, **kwargs: dict) DashProgressiveWebmRepresentation[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: string_types, period_id: string_types, adaptationset_id: string_types, query_params: DashProgressiveWebmRepresentationListQueryParams = None, **kwargs: dict) DashProgressiveWebmRepresentation[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