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: string_types, stream_id: string_types, burn_in_subtitle_assa: BurnInSubtitleAssa, **kwargs: dict) BurnInSubtitleAssa[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: string_types, stream_id: string_types, subtitle_id: string_types, **kwargs: dict) BitmovinResponse[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: string_types, stream_id: string_types, subtitle_id: string_types, **kwargs: dict) BurnInSubtitleAssa[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: string_types, stream_id: string_types, query_params: BurnInSubtitleAssaListQueryParams = None, **kwargs: dict) BurnInSubtitleAssa[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: Optional[int] = None, limit: Optional[int] = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents