bitmovin_api_sdk.encoding.encodings.live.insertable_content package
Subpackages
Submodules
bitmovin_api_sdk.encoding.encodings.live.insertable_content.insertable_content_api module
- class bitmovin_api_sdk.encoding.encodings.live.insertable_content.insertable_content_api.InsertableContentApi(**kwargs)[source]
Bases:
BaseApi
- create(encoding_id: string_types, insertable_content: InsertableContent, **kwargs: dict) InsertableContent [source]
Create Insertable Content
- Parameters
encoding_id (string_types, required) – Id of the encoding.
insertable_content (InsertableContent, required) – The insertable content to be created
- Returns
Insertable content
- Return type
- list(encoding_id: string_types, query_params: InsertableContentListQueryParams = None, **kwargs: dict) InsertableContent [source]
List Insertable Content
- Parameters
encoding_id (string_types, required) – Id of the encoding.
query_params (InsertableContentListQueryParams) – Query parameters
- Returns
List of insertable content
- Return type