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=None, limit=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, period_id, adaptationset_id, query_params=None, **kwargs)[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