bitmovin_api_sdk.encoding.inputs.srt package

Subpackages

Submodules

bitmovin_api_sdk.encoding.inputs.srt.srt_api module

class bitmovin_api_sdk.encoding.inputs.srt.srt_api.SrtApi(**kwargs)[source]

Bases: BaseApi

create(srt_input: SrtInput, **kwargs: dict) SrtInput[source]

Create SRT input

Parameters

srt_input (SrtInput, required) – The SrtInput to be created

Returns

SRT input

Return type

SrtInput

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

Delete SRT input

Parameters

input_id (string_types, required) – Id of the input

Returns

Id of the input

Return type

SrtInput

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

SRT Input Details

Parameters

input_id (string_types, required) – Id of the input

Returns

SRT input

Return type

SrtInput

list(query_params: Optional[SrtInputListQueryParams] = None, **kwargs: dict) SrtInput[source]

List SRT inputs

Parameters

query_params (SrtInputListQueryParams) – Query parameters

Returns

List of SRT inputs

Return type

SrtInput

bitmovin_api_sdk.encoding.inputs.srt.srt_input_list_query_params module

class bitmovin_api_sdk.encoding.inputs.srt.srt_input_list_query_params.SrtInputListQueryParams(offset: int = None, limit: int = None, name: string_types = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents