bitmovin_api_sdk.encoding.inputs.hls package

Submodules

bitmovin_api_sdk.encoding.inputs.hls.hls_api module

class bitmovin_api_sdk.encoding.inputs.hls.hls_api.HlsApi(**kwargs)[source]

Bases: BaseApi

create(hls_input: HlsInput, **kwargs: dict) HlsInput[source]

Create HLS input

Parameters:

hls_input (HlsInput, required) – The HLSInput to be created

Returns:

HLS input

Return type:

HlsInput

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

Delete HLS Input

Parameters:

input_id (string_types, required) – Id of the input

Returns:

Id of the input

Return type:

HlsInput

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

HLS Input Details

Parameters:

input_id (string_types, required) – Id of the input

Returns:

HLS input

Return type:

HlsInput

list(query_params: Optional[HlsInputListQueryParams] = None, **kwargs: dict) HlsInput[source]

List HLS inputs

Parameters:

query_params (HlsInputListQueryParams) – Query parameters

Returns:

List of HLS inputs

Return type:

HlsInput

bitmovin_api_sdk.encoding.inputs.hls.hls_input_list_query_params module

class bitmovin_api_sdk.encoding.inputs.hls.hls_input_list_query_params.HlsInputListQueryParams(offset: int = None, limit: int = None, name: string_types = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents