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

class bitmovin_api_sdk.encoding.encodings.streams.burn_in_subtitles.dvbsub.burn_in_subtitle_dvb_sub_list_query_params.BurnInSubtitleDvbSubListQueryParams(offset: Optional[int] = None, limit: Optional[int] = None)[source]

Bases: object

property attribute_map
property openapi_types

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

BurnInSubtitleDvbSub

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

BitmovinResponse

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

BurnInSubtitleDvbSub

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

BurnInSubtitleDvbSub

Module contents