bitmovin_api_sdk.encoding.encodings.muxings.progressive_mov package
Subpackages
Submodules
bitmovin_api_sdk.encoding.encodings.muxings.progressive_mov.progressive_mov_api module
- class bitmovin_api_sdk.encoding.encodings.muxings.progressive_mov.progressive_mov_api.ProgressiveMovApi(**kwargs)[source]
Bases:
BaseApi
- create(encoding_id: string_types, progressive_mov_muxing: ProgressiveMovMuxing, **kwargs: dict) ProgressiveMovMuxing [source]
Add Progressive MOV muxing
- Parameters
encoding_id (string_types, required) – Id of the encoding.
progressive_mov_muxing (ProgressiveMovMuxing, required) – The Progressive MOV muxing to be created
- Returns
Progressive MOV muxing
- Return type
- delete(encoding_id: string_types, muxing_id: string_types, **kwargs: dict) BitmovinResponse [source]
Delete Progressive MOV muxing
- Parameters
encoding_id (string_types, required) – Id of the encoding.
muxing_id (string_types, required) – Id of the Progressive MOV muxing
- Returns
Id of the Progressive MOV muxing
- Return type
- get(encoding_id: string_types, muxing_id: string_types, **kwargs: dict) ProgressiveMovMuxing [source]
Progressive MOV muxing details
- Parameters
encoding_id (string_types, required) – Id of the encoding.
muxing_id (string_types, required) – Id of the Progressive MOV muxing
- Returns
Progressive MOV muxing details
- Return type
- list(encoding_id: string_types, query_params: ProgressiveMovMuxingListQueryParams = None, **kwargs: dict) ProgressiveMovMuxing [source]
List Progressive MOV muxings
- Parameters
encoding_id (string_types, required) – Id of the encoding.
query_params (ProgressiveMovMuxingListQueryParams) – Query parameters
- Returns
List of Progressive MOV muxings
- Return type