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

Submodules

bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.type.type_api module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.type.type_api.TypeApi(**kwargs)[source]

Bases: BaseApi

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

Get adaptation set type

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

Returns

AdaptationSet type response

Return type

AdaptationSetTypeResponse

Module contents