bitmovin_api_sdk.encoding.inputs.zixi package

Subpackages

Submodules

bitmovin_api_sdk.encoding.inputs.zixi.zixi_api module

class bitmovin_api_sdk.encoding.inputs.zixi.zixi_api.ZixiApi(**kwargs)[source]

Bases: BaseApi

create(zixi_input: ZixiInput, **kwargs: dict) ZixiInput[source]

Create Zixi input

Parameters

zixi_input (ZixiInput, required) – The ZixiInput to be created

Returns

Zixi input

Return type

ZixiInput

delete(input_id: string_types, **kwargs: dict) ZixiInput[source]

Delete Zixi input

Parameters

input_id (string_types, required) – Id of the input

Returns

Id of the input

Return type

ZixiInput

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

Zixi Input Details

Parameters

input_id (string_types, required) – Id of the input

Returns

Zixi input

Return type

ZixiInput

list(query_params: Optional[ZixiInputListQueryParams] = None, **kwargs: dict) ZixiInput[source]

List Zixi inputs

Parameters

query_params (ZixiInputListQueryParams) – Query parameters

Returns

List of Zixi inputs

Return type

ZixiInput

bitmovin_api_sdk.encoding.inputs.zixi.zixi_input_list_query_params module

class bitmovin_api_sdk.encoding.inputs.zixi.zixi_input_list_query_params.ZixiInputListQueryParams(offset: int = None, limit: int = None, name: string_types = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents