Show / Hide Table of Contents

Class LiveInputStreamChangedApi

Inheritance
System.Object
LiveInputStreamChangedApi
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Notifications.Emails.Encoding.Encodings.LiveInputStreamChanged
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class LiveInputStreamChangedApi

Constructors

LiveInputStreamChangedApi(IBitmovinApiClientFactory)

Declaration
public LiveInputStreamChangedApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type Name Description
IBitmovinApiClientFactory apiClientFactory

Properties

Builder

Fluent builder for creating an instance of LiveInputStreamChangedApi

Declaration
public static BitmovinApiBuilder<LiveInputStreamChangedApi> Builder { get; }
Property Value
Type Description
BitmovinApiBuilder<LiveInputStreamChangedApi>

Methods

CreateAsync(EmailNotificationWithStreamConditionsRequest)

Add Live Input Stream Changed Email Notification (All Encodings)

Declaration
public Task<EmailNotificationWithStreamConditions> CreateAsync(EmailNotificationWithStreamConditionsRequest emailNotificationWithStreamConditionsRequest)
Parameters
Type Name Description
EmailNotificationWithStreamConditionsRequest emailNotificationWithStreamConditionsRequest

The email notifications object

Returns
Type Description
System.Threading.Tasks.Task<EmailNotificationWithStreamConditions>

CreateByEncodingIdAsync(String, EmailNotificationWithStreamConditionsRequest)

Add Live Input Stream Changed Email Notification (Specific Encoding)

Declaration
public Task<EmailNotificationWithStreamConditions> CreateByEncodingIdAsync(string encodingId, EmailNotificationWithStreamConditionsRequest emailNotificationWithStreamConditionsRequest)
Parameters
Type Name Description
System.String encodingId

Id of the encoding resource (required)

EmailNotificationWithStreamConditionsRequest emailNotificationWithStreamConditionsRequest

The email notifications object

Returns
Type Description
System.Threading.Tasks.Task<EmailNotificationWithStreamConditions>

UpdateAsync(String, EmailNotificationWithStreamConditionsRequest)

Replace Live Input Stream Changed Email Notification

Declaration
public Task<EmailNotificationWithStreamConditions> UpdateAsync(string notificationId, EmailNotificationWithStreamConditionsRequest emailNotificationWithStreamConditionsRequest)
Parameters
Type Name Description
System.String notificationId

Id of the email notification (required)

EmailNotificationWithStreamConditionsRequest emailNotificationWithStreamConditionsRequest

The email notification with the updated values

Returns
Type Description
System.Threading.Tasks.Task<EmailNotificationWithStreamConditions>
Back to top Generated by DocFX