bitmovin_api_sdk.encoding.encodings.input_streams.subtitles.dvb_subtitle package

Submodules

bitmovin_api_sdk.encoding.encodings.input_streams.subtitles.dvb_subtitle.dvb_subtitle_api module

class bitmovin_api_sdk.encoding.encodings.input_streams.subtitles.dvb_subtitle.dvb_subtitle_api.DvbSubtitleApi(**kwargs)[source]

Bases: BaseApi

create(encoding_id: string_types, dvb_subtitle_input_stream: DvbSubtitleInputStream, **kwargs: dict) DvbSubtitleInputStream[source]

Add DVB Subtitle Input Stream

Parameters
  • encoding_id (string_types, required) – Id of the encoding.

  • dvb_subtitle_input_stream (DvbSubtitleInputStream, required) – The DVB Subtitle Input Stream to be created

Returns

DVB Subtitle Input Stream

Return type

DvbSubtitleInputStream

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

Delete DVB Subtitle Input Stream

Parameters
  • encoding_id (string_types, required) – Id of the encoding.

  • input_stream_id (string_types, required) – Id of the DVB Subtitle Input Stream.

Returns

Id of the DVB Subtitle Input Stream

Return type

BitmovinResponse

get(encoding_id: string_types, input_stream_id: string_types, **kwargs: dict) DvbSubtitleInputStream[source]

DVB Subtitle Input Stream Details

Parameters
  • encoding_id (string_types, required) – Id of the encoding.

  • input_stream_id (string_types, required) – Id of the DVB Subtitle Input Stream.

Returns

DVB Subtitle Input Stream

Return type

DvbSubtitleInputStream

list(encoding_id: string_types, query_params: DvbSubtitleInputStreamListQueryParams = None, **kwargs: dict) DvbSubtitleInputStream[source]

List DVB Subtitle Input Streams

Parameters
Returns

List of DVB Subtitle Input Streams

Return type

DvbSubtitleInputStream

bitmovin_api_sdk.encoding.encodings.input_streams.subtitles.dvb_subtitle.dvb_subtitle_input_stream_list_query_params module

class bitmovin_api_sdk.encoding.encodings.input_streams.subtitles.dvb_subtitle.dvb_subtitle_input_stream_list_query_params.DvbSubtitleInputStreamListQueryParams(offset: Optional[int] = None, limit: Optional[int] = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents