bitmovin_api_sdk.encoding.outputs.type package

Submodules

bitmovin_api_sdk.encoding.outputs.type.type_api module

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

Bases: BaseApi

get(output_id: string_types, **kwargs: dict) OutputTypeResponse[source]

Get Output Type

Parameters

output_id (string_types, required) – Id of the wanted output

Returns

Output type response

Return type

OutputTypeResponse

Module contents