bitmovin_api_sdk.encoding.encodings.streams.sprites package
Subpackages
Submodules
bitmovin_api_sdk.encoding.encodings.streams.sprites.sprite_list_query_params module
bitmovin_api_sdk.encoding.encodings.streams.sprites.sprites_api module
- class bitmovin_api_sdk.encoding.encodings.streams.sprites.sprites_api.SpritesApi(**kwargs)[source]
Bases:
BaseApi
- create(encoding_id: string_types, stream_id: string_types, sprite: Sprite, **kwargs: dict) Sprite [source]
Add Sprite
- delete(encoding_id: string_types, stream_id: string_types, sprite_id: string_types, **kwargs: dict) BitmovinResponse [source]
Delete Sprite
- Parameters
encoding_id (string_types, required) – Id of the encoding.
stream_id (string_types, required) – Id of the stream.
sprite_id (string_types, required) – Id of the sprite.
- Returns
Id of the sprite
- Return type
- get(encoding_id: string_types, stream_id: string_types, sprite_id: string_types, **kwargs: dict) Sprite [source]
Sprite Details
- Parameters
encoding_id (string_types, required) – Id of the encoding.
stream_id (string_types, required) – Id of the stream.
sprite_id (string_types, required) – Id of the sprite configuration.
- Returns
Sprite details
- Return type
- list(encoding_id: string_types, stream_id: string_types, query_params: SpriteListQueryParams = None, **kwargs: dict) Sprite [source]
List Sprites
- Parameters
encoding_id (string_types, required) – Id of the encoding.
stream_id (string_types, required) – Id of the stream.
query_params (SpriteListQueryParams) – Query parameters
- Returns
List of sprites
- Return type