bitmovin_api_sdk.encoding.encodings.muxings.type package
Submodules
bitmovin_api_sdk.encoding.encodings.muxings.type.type_api module
- class bitmovin_api_sdk.encoding.encodings.muxings.type.type_api.TypeApi(**kwargs)[source]
Bases:
BaseApi
- get(encoding_id: string_types, muxing_id: string_types, **kwargs: dict) MuxingTypeResponse [source]
Get Muxing type
- Parameters
encoding_id (string_types, required) – Id of the encoding.
muxing_id (string_types, required) – Id of the muxing.
- Returns
Muxing type response
- Return type