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

Submodules

bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.audio.audio_adaptation_set_list_query_params module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.audio.audio_adaptation_set_list_query_params.AudioAdaptationSetListQueryParams(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.audio.audio_api module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.audio.audio_api.AudioApi(**kwargs)[source]

Bases: BaseApi

create(manifest_id: string_types, period_id: string_types, audio_adaptation_set: AudioAdaptationSet, **kwargs: dict) AudioAdaptationSet[source]

Add Audio AdaptationSet

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

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

  • audio_adaptation_set (AudioAdaptationSet, required) – The audio adaptation set to be added to the period

Returns

AudioAdaptationSet

Return type

AudioAdaptationSet

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

Delete Audio 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 audio adaptation set to be deleted

Returns

Id of the Audio AdaptationSet

Return type

BitmovinResponse

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

Audio 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 audio adaptation set

Returns

Audio AdaptationSet details

Return type

AudioAdaptationSet

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

List all Audio AdaptationSets

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

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

  • query_params (AudioAdaptationSetListQueryParams) – Query parameters

Returns

List of Audio AdaptationSets

Return type

AudioAdaptationSet

Module contents