bitmovin_api_sdk.encoding.encodings.streams.burn_in_subtitles.assa package

Submodules

bitmovin_api_sdk.encoding.encodings.streams.burn_in_subtitles.assa.assa_api module

class bitmovin_api_sdk.encoding.encodings.streams.burn_in_subtitles.assa.assa_api.AssaApi(**kwargs)[source]

Bases: BaseApi

create(encoding_id, stream_id, burn_in_subtitle_assa, **kwargs)[source]

Burn-In ASSA 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_assa (BurnInSubtitleAssa, required) – The Burn-In ASSA Subtitle to be added

Returns:

Burn-in ASSA subtitle details

Return type:

BurnInSubtitleAssa

delete(encoding_id, stream_id, subtitle_id, **kwargs)[source]

Delete Burn-In ASSA 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 burn-in subtitle.

Returns:

Id of the burn-in ASSA subtitle

Return type:

BitmovinResponse

get(encoding_id, stream_id, subtitle_id, **kwargs)[source]

Get Burn-In ASSA 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 burn-in subtitle.

Returns:

Burn-in ASSA subtitle details

Return type:

BurnInSubtitleAssa

list(encoding_id, stream_id, query_params=None, **kwargs)[source]

List the Burn-In ASSA 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 (BurnInSubtitleAssaListQueryParams) – Query parameters

Returns:

List of burn-in ASSA configurations

Return type:

BurnInSubtitleAssa

bitmovin_api_sdk.encoding.encodings.streams.burn_in_subtitles.assa.burn_in_subtitle_assa_list_query_params module

class bitmovin_api_sdk.encoding.encodings.streams.burn_in_subtitles.assa.burn_in_subtitle_assa_list_query_params.BurnInSubtitleAssaListQueryParams(offset=None, limit=None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents