bitmovin_api_sdk.notifications.webhooks.encoding.encodings.live_input_stream_changed package

Submodules

bitmovin_api_sdk.notifications.webhooks.encoding.encodings.live_input_stream_changed.live_input_stream_changed_api module

class bitmovin_api_sdk.notifications.webhooks.encoding.encodings.live_input_stream_changed.live_input_stream_changed_api.LiveInputStreamChangedApi(**kwargs)[source]

Bases: BaseApi

create(webhook_notification_with_stream_conditions_request: WebhookNotificationWithStreamConditionsRequest, **kwargs: dict) WebhookNotificationWithStreamConditions[source]

Add Live Input Stream Changed Webhook Notification (All Encodings)

Parameters

webhook_notification_with_stream_conditions_request (WebhookNotificationWithStreamConditionsRequest, required) – The webhook notifications object

Returns

Notification Details

Return type

WebhookNotificationWithStreamConditions

create_by_encoding_id(encoding_id: string_types, webhook_notification_with_stream_conditions_request: WebhookNotificationWithStreamConditionsRequest, **kwargs: dict) WebhookNotificationWithStreamConditions[source]

Add Live Input Stream Changed Webhook Notification (Specific Encoding)

Parameters
Returns

Notification Details

Return type

WebhookNotificationWithStreamConditions

update(notification_id: string_types, webhook_notification_with_stream_conditions_request: WebhookNotificationWithStreamConditionsRequest, **kwargs: dict) WebhookNotificationWithStreamConditions[source]

Replace Live Input Stream Changed Webhook Notification

Parameters
  • notification_id (string_types, required) – Id of the webhook notification

  • webhook_notification_with_stream_conditions_request (WebhookNotificationWithStreamConditionsRequest, required) – The webhook notification with the updated values

Returns

Notification Details

Return type

WebhookNotificationWithStreamConditions

Module contents