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.Webhooks.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(WebhookNotificationWithStreamConditionsRequest)

Add Live Input Stream Changed Webhook Notification (All Encodings)

Declaration
public Task<WebhookNotificationWithStreamConditions> CreateAsync(WebhookNotificationWithStreamConditionsRequest webhookNotificationWithStreamConditionsRequest)
Parameters
Type Name Description
WebhookNotificationWithStreamConditionsRequest webhookNotificationWithStreamConditionsRequest

The webhook notifications object

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

CreateByEncodingIdAsync(String, WebhookNotificationWithStreamConditionsRequest)

Add Live Input Stream Changed Webhook Notification (Specific Encoding)

Declaration
public Task<WebhookNotificationWithStreamConditions> CreateByEncodingIdAsync(string encodingId, WebhookNotificationWithStreamConditionsRequest webhookNotificationWithStreamConditionsRequest)
Parameters
Type Name Description
System.String encodingId

Id of the encoding resource (required)

WebhookNotificationWithStreamConditionsRequest webhookNotificationWithStreamConditionsRequest

The webhook notifications object

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

UpdateAsync(String, WebhookNotificationWithStreamConditionsRequest)

Replace Live Input Stream Changed Webhook Notification

Declaration
public Task<WebhookNotificationWithStreamConditions> UpdateAsync(string notificationId, WebhookNotificationWithStreamConditionsRequest webhookNotificationWithStreamConditionsRequest)
Parameters
Type Name Description
System.String notificationId

Id of the webhook notification (required)

WebhookNotificationWithStreamConditionsRequest webhookNotificationWithStreamConditionsRequest

The webhook notification with the updated values

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