bitmovin_api_sdk.encoding.encodings.streams.captions.cea.scc package

Subpackages

Submodules

bitmovin_api_sdk.encoding.encodings.streams.captions.cea.scc.scc_api module

class bitmovin_api_sdk.encoding.encodings.streams.captions.cea.scc.scc_api.SccApi(**kwargs)[source]

Bases: BaseApi

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

Embed SCC captions as 608/708 into Stream

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

  • stream_id (string_types, required) – Id of the stream.

  • scc_caption (SccCaption, required) – The SCC captions to be embedded as 607/708 into Stream

Returns:

Caption resource

Return type:

SccCaption

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

Delete SCC captions as 608/708 from Stream

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

  • stream_id (string_types, required) – Id of the stream.

  • captions_id (string_types, required) – Id of the caption.

Returns:

Id of the caption

Return type:

BitmovinResponse

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

Embed SCC captions as 608/708 Details

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

  • stream_id (string_types, required) – Id of the stream.

  • captions_id (string_types, required) – Id of the caption.

Returns:

Caption

Return type:

SccCaption

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

List SCC captions as 608/708 from Stream

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

  • stream_id (string_types, required) – Id of the stream.

  • query_params (SccCaptionListQueryParams) – Query parameters

Returns:

List of caption configurations

Return type:

SccCaption

bitmovin_api_sdk.encoding.encodings.streams.captions.cea.scc.scc_caption_list_query_params module

class bitmovin_api_sdk.encoding.encodings.streams.captions.cea.scc.scc_caption_list_query_params.SccCaptionListQueryParams(offset=None, limit=None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents