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

Submodules

bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.type.dash_representation_type_response_get_query_params module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.type.dash_representation_type_response_get_query_params.DashRepresentationTypeResponseGetQueryParams(offset=None, limit=None)[source]

Bases: object

property attribute_map
property openapi_types

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

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

Bases: BaseApi

get(manifest_id, period_id, adaptationset_id, representation_id, query_params=None, **kwargs)[source]

Get DASH representation 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

  • representation_id (string_types, required) – Id of the representation

  • query_params (DashRepresentationTypeResponseGetQueryParams) – Query parameters

Returns:

DASH representation type response

Return type:

DashRepresentationTypeResponse

Module contents