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