Show / Hide Table of Contents

Class ScheduledApi

Inheritance
System.Object
ScheduledApi
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.Scheduled
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class ScheduledApi

Constructors

ScheduledApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of ScheduledApi

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

Methods

ListAsync(String, Func<ScheduledApi.ListQueryParams, ScheduledApi.ListQueryParams>[])

List All Scheduled Insertable Content For A Live Encoding

Declaration
public Task<PaginationResponse<ScheduledInsertableContent>> ListAsync(string encodingId, params Func<ScheduledApi.ListQueryParams, ScheduledApi.ListQueryParams>[] queryParams)
Parameters
Type Name Description
System.String encodingId

Id of the encoding. (required)

System.Func<ScheduledApi.ListQueryParams, ScheduledApi.ListQueryParams>[] queryParams

The query parameters for sorting, filtering and paging options (optional)

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