bitmovin_api_sdk.encoding.configurations.subtitles.webvtt package

Subpackages

Submodules

bitmovin_api_sdk.encoding.configurations.subtitles.webvtt.web_vtt_configuration_list_query_params module

class bitmovin_api_sdk.encoding.configurations.subtitles.webvtt.web_vtt_configuration_list_query_params.WebVttConfigurationListQueryParams(offset: int = None, limit: int = None, name: string_types = None)[source]

Bases: object

property attribute_map
property openapi_types

bitmovin_api_sdk.encoding.configurations.subtitles.webvtt.webvtt_api module

class bitmovin_api_sdk.encoding.configurations.subtitles.webvtt.webvtt_api.WebvttApi(**kwargs)[source]

Bases: BaseApi

create(web_vtt_configuration: WebVttConfiguration, **kwargs: dict) WebVttConfiguration[source]

Create WebVtt subtitle configuration

Parameters

web_vtt_configuration (WebVttConfiguration, required) – The WebVtt subtitle configuration to be created

Returns

The created WebVtt subtitle configuration

Return type

WebVttConfiguration

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

Delete WebVtt subtitle configuration

Parameters

configuration_id (string_types, required) – Id of the subtitle configuration

Returns

Id of the deleted configuration

Return type

BitmovinResponse

get(configuration_id: string_types, **kwargs: dict) WebVttConfiguration[source]

WebVtt subtitle configuration details

Parameters

configuration_id (string_types, required) – Id of the codec configuration

Returns

WebVtt subtitle configuration

Return type

WebVttConfiguration

list(query_params: Optional[WebVttConfigurationListQueryParams] = None, **kwargs: dict) WebVttConfiguration[source]

List WebVtt subtitle configurations

Parameters

query_params (WebVttConfigurationListQueryParams) – Query parameters

Returns

List of WebVtt subtitle configurations

Return type

WebVttConfiguration

Module contents