bitmovin_api_sdk.encoding.filters.type package

Submodules

bitmovin_api_sdk.encoding.filters.type.type_api module

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

Bases: BaseApi

get(filter_id: string_types, **kwargs: dict) FilterType[source]

Get Filter Type

Parameters

filter_id (string_types, required) – Id of the filter

Returns

Filter Type

Return type

FilterType

Module contents