bitmovin_api_sdk.encoding.encodings.live.insertable_content package
Subpackages
- bitmovin_api_sdk.encoding.encodings.live.insertable_content.schedule package
- bitmovin_api_sdk.encoding.encodings.live.insertable_content.scheduled package
- bitmovin_api_sdk.encoding.encodings.live.insertable_content.stop package
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, insertable_content, **kwargs)[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, query_params=None, **kwargs)[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: