bitmovin_api_sdk.encoding.encodings.streams.sprites.customdata package
Submodules
bitmovin_api_sdk.encoding.encodings.streams.sprites.customdata.customdata_api module
- class bitmovin_api_sdk.encoding.encodings.streams.sprites.customdata.customdata_api.CustomdataApi(**kwargs)[source]
Bases:
BaseApi
- get(encoding_id: string_types, stream_id: string_types, sprite_id: string_types, **kwargs: dict) CustomData [source]
Sprite Custom Data
- 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 custom data
- Return type