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

Submodules

bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.imsc.dash_imsc_representation_list_query_params module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.imsc.dash_imsc_representation_list_query_params.DashImscRepresentationListQueryParams(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.imsc.imsc_api module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.imsc.imsc_api.ImscApi(**kwargs)[source]

Bases: BaseApi

create(manifest_id: string_types, period_id: string_types, adaptationset_id: string_types, dash_imsc_representation: DashImscRepresentation, **kwargs: dict) DashImscRepresentation[source]

Add IMSC Representation

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

  • dash_imsc_representation (DashImscRepresentation, required) – The IMSC representation to be added to the adaptation set. Note that the adaptation set has to be a subtitle adaptation set.

Returns

Imsc representation

Return type

DashImscRepresentation

delete(manifest_id: string_types, period_id: string_types, adaptationset_id: string_types, representation_id: string_types, **kwargs: dict) BitmovinResponse[source]

Delete IMSC Representation

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 IMSC representation to be deleted

Returns

Id of the IMSC Representation

Return type

BitmovinResponse

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

IMSC Representation Details

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 IMSC representation

Returns

IMSC Representation details

Return type

DashImscRepresentation

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

List all IMSC 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 (DashImscRepresentationListQueryParams) – Query parameters

Returns

List of IMSC Representations

Return type

DashImscRepresentation

Module contents