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: string_types, stream_id: string_types, burn_in_subtitle_dvb_sub: BurnInSubtitleDvbSub, **kwargs: dict) BurnInSubtitleDvbSub [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: string_types, stream_id: string_types, subtitle_id: string_types, **kwargs: dict) BitmovinResponse [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: string_types, stream_id: string_types, subtitle_id: string_types, **kwargs: dict) BurnInSubtitleDvbSub [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: string_types, stream_id: string_types, query_params: BurnInSubtitleDvbSubListQueryParams = None, **kwargs: dict) BurnInSubtitleDvbSub [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