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, **kwargs)[source]
Create 'Live Input Stream Changed' Webhook
- Parameters:
webhook_notification_with_stream_conditions_request (WebhookNotificationWithStreamConditionsRequest, required) – The webhook notifications object
- Returns:
Notification Details
- Return type:
- create_by_encoding_id(encoding_id, webhook_notification_with_stream_conditions_request, **kwargs)[source]
Create 'Live Input Stream Changed' Webhook for a specific Encoding
- Parameters:
encoding_id (string_types, required) – Id of the encoding resource
webhook_notification_with_stream_conditions_request (WebhookNotificationWithStreamConditionsRequest, required) – The webhook notifications object
- Returns:
Notification Details
- Return type:
- update(notification_id, webhook_notification_with_stream_conditions_request, **kwargs)[source]
Update 'Live Input Stream Changed' Webhook
- 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: