bitmovin_api_sdk.encoding.configurations.subtitles.webvtt package
Subpackages
Submodules
bitmovin_api_sdk.encoding.configurations.subtitles.webvtt.web_vtt_configuration_list_query_params module
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
- 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
- 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
- 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