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: 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.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: string_types, period_id: string_types, adaptationset_id: string_types, representation_id: string_types, query_params: DashRepresentationTypeResponseGetQueryParams = None, **kwargs: dict) DashRepresentationTypeResponse[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