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

Submodules

bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.chunked_text.chunked_text_api module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.chunked_text.chunked_text_api.ChunkedTextApi(**kwargs)[source]

Bases: BaseApi

create(manifest_id, period_id, adaptationset_id, dash_chunked_text_representation, **kwargs)[source]

Add Chunked Text 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

  • dash_chunked_text_representation (DashChunkedTextRepresentation, required) – The Chunked Text Representation to be added to the adaptation set

Returns:

Chunked Text Representation

Return type:

DashChunkedTextRepresentation

delete(manifest_id, period_id, adaptationset_id, representation_id, **kwargs)[source]

Delete Chunked Text 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 Chunked Text Representation to be deleted

Returns:

Id of the Chunked Text Representation

Return type:

BitmovinResponse

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

Chunked Text 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 representation

Returns:

Chunked Text Representation details

Return type:

DashChunkedTextRepresentation

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

List all Chunked Text 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 (DashChunkedTextRepresentationListQueryParams) – Query parameters

Returns:

List of Chunked Text Representations

Return type:

DashChunkedTextRepresentation

bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.chunked_text.dash_chunked_text_representation_list_query_params module

class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.chunked_text.dash_chunked_text_representation_list_query_params.DashChunkedTextRepresentationListQueryParams(offset=None, limit=None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents