bitmovin_api_sdk.notifications.emails.encoding.encodings.live_input_stream_changed package

Submodules

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

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

Bases: BaseApi

create(email_notification_with_stream_conditions_request: EmailNotificationWithStreamConditionsRequest, **kwargs: dict) EmailNotificationWithStreamConditions[source]

Add Live Input Stream Changed Email Notification (All Encodings)

Parameters

email_notification_with_stream_conditions_request (EmailNotificationWithStreamConditionsRequest, required) – The email notifications object

Returns

Notification Details

Return type

EmailNotificationWithStreamConditions

create_by_encoding_id(encoding_id: string_types, email_notification_with_stream_conditions_request: EmailNotificationWithStreamConditionsRequest, **kwargs: dict) EmailNotificationWithStreamConditions[source]

Add Live Input Stream Changed Email Notification (Specific Encoding)

Parameters
Returns

Notification Details

Return type

EmailNotificationWithStreamConditions

update(notification_id: string_types, email_notification_with_stream_conditions_request: EmailNotificationWithStreamConditionsRequest, **kwargs: dict) EmailNotificationWithStreamConditions[source]

Replace Live Input Stream Changed Email Notification

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

  • email_notification_with_stream_conditions_request (EmailNotificationWithStreamConditionsRequest, required) – The email notification with the updated values

Returns

Notification Details

Return type

EmailNotificationWithStreamConditions

Module contents