bitmovin_api_sdk.encoding.encodings.streams.burn_in_subtitles.dvbsub package
Submodules
bitmovin_api_sdk.encoding.encodings.streams.burn_in_subtitles.dvbsub.burn_in_subtitle_dvb_sub_list_query_params module
bitmovin_api_sdk.encoding.encodings.streams.burn_in_subtitles.dvbsub.dvbsub_api module
- class bitmovin_api_sdk.encoding.encodings.streams.burn_in_subtitles.dvbsub.dvbsub_api.DvbsubApi(**kwargs)[source]
Bases:
BaseApi- create(encoding_id, stream_id, burn_in_subtitle_dvb_sub, **kwargs)[source]
Burn-In DVB-SUB Subtitle into Stream
- Parameters:
encoding_id (string_types, required) – Id of the encoding.
stream_id (string_types, required) – Id of the stream.
burn_in_subtitle_dvb_sub (BurnInSubtitleDvbSub, required) – The Burn-In DVB-SUB Subtitle to be added
- Returns:
Subtitle resource
- Return type:
- delete(encoding_id, stream_id, subtitle_id, **kwargs)[source]
Delete Burn-In DVB-SUB Subtitle from Stream
- Parameters:
encoding_id (string_types, required) – Id of the encoding.
stream_id (string_types, required) – Id of the stream.
subtitle_id (string_types, required) – Id of the subtitle.
- Returns:
Id of the subtitle
- Return type:
- get(encoding_id, stream_id, subtitle_id, **kwargs)[source]
Get Burn-In DVB-SUB Subtitle Details
- Parameters:
encoding_id (string_types, required) – Id of the encoding.
stream_id (string_types, required) – Id of the stream.
subtitle_id (string_types, required) – Id of the subtitle.
- Returns:
Subtitle
- Return type:
- list(encoding_id, stream_id, query_params=None, **kwargs)[source]
List the Burn-In DVB-SUB subtitles of a stream
- Parameters:
encoding_id (string_types, required) – Id of the encoding.
stream_id (string_types, required) – Id of the stream.
query_params (BurnInSubtitleDvbSubListQueryParams) – Query parameters
- Returns:
List of Burn-In DVB-SUB subtitles
- Return type: