Class ScheduleApi
Inheritance
System.Object
ScheduleApi
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.Encoding.Encodings.Live.InsertableContent.Schedule
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class ScheduleApi
Constructors
ScheduleApi(IBitmovinApiClientFactory)
Declaration
public ScheduleApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of ScheduleApi
Declaration
public static BitmovinApiBuilder<ScheduleApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<ScheduleApi> |
Methods
CreateAsync(String, String, ScheduledInsertableContent)
Schedule Insertable Content For a Live Encoding
Declaration
public Task<ScheduledInsertableContent> CreateAsync(string encodingId, string contentId, ScheduledInsertableContent scheduledInsertableContent)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | Id of the encoding. (required) |
System.String | contentId | Id of the insertable content. (required) |
ScheduledInsertableContent | scheduledInsertableContent | The scheduled insertable content to be created |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<ScheduledInsertableContent> |
DeleteAsync(String, String, String)
Deschedule Insertable Content
Declaration
public Task<BitmovinResponse> DeleteAsync(string encodingId, string contentId, string scheduledContentId)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | Id of the encoding. (required) |
System.String | contentId | Id of the insertable content. (required) |
System.String | scheduledContentId | Id of the scheduled insertable content (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<BitmovinResponse> |