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, 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:

InsertableContent

list(encoding_id, query_params=None, **kwargs)[source]

List Insertable Content

Parameters:
Returns:

List of insertable content

Return type:

InsertableContent

bitmovin_api_sdk.encoding.encodings.live.insertable_content.insertable_content_list_query_params module

class bitmovin_api_sdk.encoding.encodings.live.insertable_content.insertable_content_list_query_params.InsertableContentListQueryParams(offset=None, limit=None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents