bitmovin_api_sdk.encoding.encodings.muxings.webm package

Subpackages

Submodules

bitmovin_api_sdk.encoding.encodings.muxings.webm.webm_api module

class bitmovin_api_sdk.encoding.encodings.muxings.webm.webm_api.WebmApi(**kwargs)[source]

Bases: BaseApi

create(encoding_id, webm_muxing, **kwargs)[source]

Add WebM muxing

Parameters:
  • encoding_id (string_types, required) – Id of the encoding.

  • webm_muxing (WebmMuxing, required) – The WebM muxing to be created

Returns:

WebM muxing

Return type:

WebmMuxing

delete(encoding_id, muxing_id, **kwargs)[source]

Delete WebM muxing

Parameters:
  • encoding_id (string_types, required) – Id of the encoding.

  • muxing_id (string_types, required) – Id of the WebM muxing

Returns:

Id of the WebM muxing

Return type:

BitmovinResponse

get(encoding_id, muxing_id, **kwargs)[source]

WebM muxing details

Parameters:
  • encoding_id (string_types, required) – Id of the encoding.

  • muxing_id (string_types, required) – Id of the WebM muxing

Returns:

WebM muxing

Return type:

WebmMuxing

list(encoding_id, query_params=None, **kwargs)[source]

List WebM muxings

Parameters:
Returns:

List of WebM muxings

Return type:

WebmMuxing

bitmovin_api_sdk.encoding.encodings.muxings.webm.webm_muxing_list_query_params module

class bitmovin_api_sdk.encoding.encodings.muxings.webm.webm_muxing_list_query_params.WebmMuxingListQueryParams(offset=None, limit=None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents