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