bitmovin_api_sdk.encoding.manifests.hls.media.closed_captions package

Submodules

bitmovin_api_sdk.encoding.manifests.hls.media.closed_captions.closed_captions_api module

class bitmovin_api_sdk.encoding.manifests.hls.media.closed_captions.closed_captions_api.ClosedCaptionsApi(**kwargs)[source]

Bases: BaseApi

create(manifest_id, closed_captions_media_info, **kwargs)[source]

Add Closed Captions Media

Parameters:
  • manifest_id (string_types, required) – Id of the hls manifest.

  • closed_captions_media_info (ClosedCaptionsMediaInfo, required) – The Closed Captions Media to be added

Returns:

Closed Captions media details

Return type:

ClosedCaptionsMediaInfo

delete(manifest_id, media_id, **kwargs)[source]

Delete Closed Captions Media

Parameters:
  • manifest_id (string_types, required) – Id of the hls manifest.

  • media_id (string_types, required) – Id of the closed captions media.

Returns:

Id of the closed captions media

Return type:

BitmovinResponse

get(manifest_id, media_id, **kwargs)[source]

Closed Captions Media Details

Parameters:
  • manifest_id (string_types, required) – Id of the hls manifest.

  • media_id (string_types, required) – Id of the closed captions media.

Returns:

Closed Captions media details

Return type:

ClosedCaptionsMediaInfo

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

List all Closed Captions Media

Parameters:
Returns:

Closed Captions media

Return type:

ClosedCaptionsMediaInfo

bitmovin_api_sdk.encoding.manifests.hls.media.closed_captions.closed_captions_media_info_list_query_params module

class bitmovin_api_sdk.encoding.manifests.hls.media.closed_captions.closed_captions_media_info_list_query_params.ClosedCaptionsMediaInfoListQueryParams(offset=None, limit=None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents