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

Subpackages

Submodules

bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.dash_representation_list_query_params module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.dash_representation_list_query_params.DashRepresentationListQueryParams(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.representations.representations_api module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.representations_api.RepresentationsApi(**kwargs)[source]

Bases: BaseApi

list(manifest_id: string_types, period_id: string_types, adaptationset_id: string_types, query_params: DashRepresentationListQueryParams = None, **kwargs: dict) DashRepresentation[source]

List all DASH Representations

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

  • query_params (DashRepresentationListQueryParams) – Query parameters

Returns

Representations of the AdaptationSet

Return type

DashRepresentation

Module contents