bitmovin_api_sdk.encoding.encodings.muxings.webm package
Subpackages
- bitmovin_api_sdk.encoding.encodings.muxings.webm.customdata package
- bitmovin_api_sdk.encoding.encodings.muxings.webm.drm package
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: string_types, webm_muxing: WebmMuxing, **kwargs: dict) WebmMuxing [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
- delete(encoding_id: string_types, muxing_id: string_types, **kwargs: dict) BitmovinResponse [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
- get(encoding_id: string_types, muxing_id: string_types, **kwargs: dict) WebmMuxing [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
- list(encoding_id: string_types, query_params: WebmMuxingListQueryParams = None, **kwargs: dict) WebmMuxing [source]
List WebM muxings
- Parameters
encoding_id (string_types, required) – Id of the encoding.
query_params (WebmMuxingListQueryParams) – Query parameters
- Returns
List of WebM muxings
- Return type