bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.subtitle package

Submodules

bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.subtitle.subtitle_adaptation_set_list_query_params module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.subtitle.subtitle_adaptation_set_list_query_params.SubtitleAdaptationSetListQueryParams(offset: Optional[int] = None, limit: Optional[int] = None)[source]

Bases: object

property attribute_map
property openapi_types

bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.subtitle.subtitle_api module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.subtitle.subtitle_api.SubtitleApi(**kwargs)[source]

Bases: BaseApi

create(manifest_id: string_types, period_id: string_types, subtitle_adaptation_set: SubtitleAdaptationSet, **kwargs: dict) SubtitleAdaptationSet[source]

Add Subtitle AdaptationSet

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

  • period_id (string_types, required) – Id of the period

  • subtitle_adaptation_set (SubtitleAdaptationSet, required) – The subtitle adaptation set to be added to the period

Returns

SubtitleAdaptationSet

Return type

SubtitleAdaptationSet

delete(manifest_id: string_types, period_id: string_types, adaptationset_id: string_types, **kwargs: dict) BitmovinResponse[source]

Delete Subtitle AdaptationSet

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

  • period_id (string_types, required) – Id of the period

  • adaptationset_id (string_types, required) – Id of the subtitle adaptation set to be deleted

Returns

Id of the Subtitle AdaptationSet

Return type

BitmovinResponse

get(manifest_id: string_types, period_id: string_types, adaptationset_id: string_types, **kwargs: dict) SubtitleAdaptationSet[source]

Subtitle AdaptationSet Details

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

  • period_id (string_types, required) – Id of the period

  • adaptationset_id (string_types, required) – Id of the subtitle adaptation set

Returns

Subtitle AdaptationSet details

Return type

SubtitleAdaptationSet

list(manifest_id: string_types, period_id: string_types, query_params: SubtitleAdaptationSetListQueryParams = None, **kwargs: dict) SubtitleAdaptationSet[source]

List all Subtitle AdaptationSets

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

  • period_id (string_types, required) – Id of the period

  • query_params (SubtitleAdaptationSetListQueryParams) – Query parameters

Returns

List of Subtitle AdaptationSets

Return type

SubtitleAdaptationSet

Module contents