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

Subpackages

Submodules

bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.webm.dash_webm_representation_list_query_params module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.webm.dash_webm_representation_list_query_params.DashWebmRepresentationListQueryParams(offset=None, limit=None)[source]

Bases: object

property attribute_map
property openapi_types

bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.webm.webm_api module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.webm.webm_api.WebmApi(**kwargs)[source]

Bases: BaseApi

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

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

Returns:

WebM representation

Return type:

DashWebmRepresentation

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

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

Returns:

Id of the WebM Representation

Return type:

BitmovinResponse

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

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:

WebM Representation details

Return type:

DashWebmRepresentation

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

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

Returns:

List of WebM Representations

Return type:

DashWebmRepresentation

Module contents