bitmovin_api_sdk.encoding.encodings.live.insertable_content.schedule package

Submodules

bitmovin_api_sdk.encoding.encodings.live.insertable_content.schedule.schedule_api module

class bitmovin_api_sdk.encoding.encodings.live.insertable_content.schedule.schedule_api.ScheduleApi(**kwargs)[source]

Bases: BaseApi

create(encoding_id: string_types, content_id: string_types, scheduled_insertable_content: ScheduledInsertableContent, **kwargs: dict) ScheduledInsertableContent[source]

Schedule Insertable Content

Parameters
  • encoding_id (string_types, required) – Id of the encoding.

  • content_id (string_types, required) – Id of the insertable content.

  • scheduled_insertable_content (ScheduledInsertableContent, required) – The scheduled insertable content to be created

Returns

Scheduled insertable content

Return type

ScheduledInsertableContent

delete(encoding_id: string_types, content_id: string_types, scheduled_content_id: string_types, **kwargs: dict) BitmovinResponse[source]

Deschedule Insertable Content

Parameters
  • encoding_id (string_types, required) – Id of the encoding.

  • content_id (string_types, required) – Id of the insertable content.

  • scheduled_content_id (string_types, required) – Id of the scheduled insertable content

Returns

Id of the scheduled insertable content

Return type

BitmovinResponse

Module contents