bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.sprite package
Submodules
bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.sprite.sprite_api module
- class bitmovin_api_sdk.encoding.manifests.dash.periods.adaptationsets.representations.sprite.sprite_api.SpriteApi(**kwargs)[source]
Bases:
BaseApi
- create(manifest_id: string_types, period_id: string_types, adaptationset_id: string_types, sprite_representation: SpriteRepresentation, **kwargs: dict) SpriteRepresentation [source]
Add Sprite 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 image adaptation set
sprite_representation (SpriteRepresentation, required) – The Sprite representation to be added to the adaptation set. Note that the adaptation set has to be an image adaptation set. Only supported for sprites generated with encoder version `2.76.0` or above.
- Returns
Sprite 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 Sprite 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 Sprite representation to be deleted
- Returns
Id of the Sprite Representation
- Return type
- get(manifest_id: string_types, period_id: string_types, adaptationset_id: string_types, representation_id: string_types, **kwargs: dict) SpriteRepresentation [source]
Sprite 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 Sprite representation
- Returns
Sprite Representation details
- Return type
- list(manifest_id: string_types, period_id: string_types, adaptationset_id: string_types, query_params: SpriteRepresentationListQueryParams = None, **kwargs: dict) SpriteRepresentation [source]
List all Sprite 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 (SpriteRepresentationListQueryParams) – Query parameters
- Returns
List of Sprite Representations
- Return type