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

InsertableContent

list(encoding_id: string_types, query_params: InsertableContentListQueryParams = None, **kwargs: dict) InsertableContent[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: Optional[int] = None, limit: Optional[int] = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents