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