bitmovin_api_sdk.encoding.encodings.input_streams.type package
Submodules
bitmovin_api_sdk.encoding.encodings.input_streams.type.type_api module
- class bitmovin_api_sdk.encoding.encodings.input_streams.type.type_api.TypeApi(**kwargs)[source]
Bases:
BaseApi
- get(encoding_id: string_types, input_stream_id: string_types, **kwargs: dict) InputStreamTypeResponse [source]
Get Input Stream Type
- Parameters
encoding_id (string_types, required) – Id of the encoding
input_stream_id (string_types, required) – Id of the input stream
- Returns
Service specific result
- Return type