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: string_types, period_id: string_types, adaptationset_id: string_types, dash_chunked_text_representation: DashChunkedTextRepresentation, **kwargs: dict) DashChunkedTextRepresentation [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
- delete(manifest_id: string_types, period_id: string_types, adaptationset_id: string_types, representation_id: string_types, **kwargs: dict) BitmovinResponse [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
- get(manifest_id: string_types, period_id: string_types, adaptationset_id: string_types, representation_id: string_types, **kwargs: dict) DashChunkedTextRepresentation [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
- list(manifest_id: string_types, period_id: string_types, adaptationset_id: string_types, query_params: DashChunkedTextRepresentationListQueryParams = None, **kwargs: dict) DashChunkedTextRepresentation [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
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: Optional[int] = None, limit: Optional[int] = None)[source]
Bases:
object
- property attribute_map
- property openapi_types