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

Submodules

bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.video.video_adaptation_set_list_query_params module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.video.video_adaptation_set_list_query_params.VideoAdaptationSetListQueryParams(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.video.video_api module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.video.video_api.VideoApi(**kwargs)[source]

Bases: BaseApi

create(manifest_id: string_types, period_id: string_types, video_adaptation_set: VideoAdaptationSet, **kwargs: dict) VideoAdaptationSet[source]

Add Video AdaptationSet

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

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

  • video_adaptation_set (VideoAdaptationSet, required) – The video adaptation set to be added to the period

Returns

VideoAdaptationSet

Return type

VideoAdaptationSet

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

Delete Video 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 video adaptation set to be deleted

Returns

Id of the Video AdaptationSet

Return type

BitmovinResponse

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

Video 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 video adaptation set

Returns

Video AdaptationSet details

Return type

VideoAdaptationSet

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

List all Video AdaptationSets

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

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

  • query_params (VideoAdaptationSetListQueryParams) – Query parameters

Returns

List of Video AdaptationSets

Return type

VideoAdaptationSet

Module contents