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, **kwargs)[source]

Create HLS input

Parameters:

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

Returns:

HLS input

Return type:

HlsInput

delete(input_id, **kwargs)[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, **kwargs)[source]

HLS Input Details

Parameters:

input_id (string_types, required) – Id of the input

Returns:

HLS input

Return type:

HlsInput

list(query_params=None, **kwargs)[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=None, limit=None, name=None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents