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

Submodules

bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.image.image_adaptation_set_list_query_params module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.image.image_adaptation_set_list_query_params.ImageAdaptationSetListQueryParams(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.image.image_api module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.image.image_api.ImageApi(**kwargs)[source]

Bases: BaseApi

create(manifest_id: string_types, period_id: string_types, image_adaptation_set: ImageAdaptationSet, **kwargs: dict) ImageAdaptationSet[source]

Add Image AdaptationSet

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

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

  • image_adaptation_set (ImageAdaptationSet, required) – The image adaptation set to be added to the period

Returns

ImageAdaptationSet

Return type

ImageAdaptationSet

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

Delete Image 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 Image AdaptationSet

Return type

BitmovinResponse

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

Image 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 Image adaptation set

Returns

Image AdaptationSet details

Return type

ImageAdaptationSet

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

List all Image AdaptationSets

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

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

  • query_params (ImageAdaptationSetListQueryParams) – Query parameters

Returns

List of Image AdaptationSets

Return type

ImageAdaptationSet

Module contents