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
- 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
- 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
- list(manifest_id: string_types, query_params: ClosedCaptionsMediaInfoListQueryParams = None, **kwargs: dict) ClosedCaptionsMediaInfo [source]
List all Closed Captions Media
- Parameters
manifest_id (string_types, required) – Id of the hls manifest.
query_params (ClosedCaptionsMediaInfoListQueryParams) – Query parameters
- Returns
Closed Captions media
- Return type