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: string_types, closed_captions_media_info: ClosedCaptionsMediaInfo, **kwargs: dict) ClosedCaptionsMediaInfo[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: string_types, media_id: string_types, **kwargs: dict) BitmovinResponse[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: string_types, media_id: string_types, **kwargs: dict) ClosedCaptionsMediaInfo[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: string_types, query_params: ClosedCaptionsMediaInfoListQueryParams = None, **kwargs: dict) ClosedCaptionsMediaInfo[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: Optional[int] = None, limit: Optional[int] = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents