bitmovin_api_sdk.encoding.inputs.type package

Submodules

bitmovin_api_sdk.encoding.inputs.type.type_api module

class bitmovin_api_sdk.encoding.inputs.type.type_api.TypeApi(**kwargs)[source]

Bases: BaseApi

get(input_id: string_types, **kwargs: dict) InputTypeResponse[source]

Get Input Type

Parameters

input_id (string_types, required) – Id of the input

Returns

Input type response

Return type

InputTypeResponse

Module contents