bitmovin_api_sdk.encoding.inputs.redundant_rtmp package

Submodules

bitmovin_api_sdk.encoding.inputs.redundant_rtmp.redundant_rtmp_api module

class bitmovin_api_sdk.encoding.inputs.redundant_rtmp.redundant_rtmp_api.RedundantRtmpApi(**kwargs)[source]

Bases: BaseApi

create(redundant_rtmp_input: RedundantRtmpInput, **kwargs: dict) RedundantRtmpInput[source]

Create Redundant RTMP Input

Parameters

redundant_rtmp_input (RedundantRtmpInput, required) – The Redundant RTMP input to be created

Returns

Redundant RTMP input

Return type

RedundantRtmpInput

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

Delete Redundant RTMP Input

Parameters

input_id (string_types, required) – Id of the input

Returns

Id of the input

Return type

BitmovinResponse

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

Redundant RTMP Input Details

Parameters

input_id (string_types, required) – Id of the input

Returns

Redundant RTMP input

Return type

RedundantRtmpInput

list(query_params: Optional[RedundantRtmpInputListQueryParams] = None, **kwargs: dict) RedundantRtmpInput[source]

List Redundant RTMP Inputs

Parameters

query_params (RedundantRtmpInputListQueryParams) – Query parameters

Returns

List of Redundant RTMP inputs

Return type

RedundantRtmpInput

bitmovin_api_sdk.encoding.inputs.redundant_rtmp.redundant_rtmp_input_list_query_params module

class bitmovin_api_sdk.encoding.inputs.redundant_rtmp.redundant_rtmp_input_list_query_params.RedundantRtmpInputListQueryParams(offset: int = None, limit: int = None, name: string_types = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents