Show / Hide Table of Contents

Class InsertableContentApi

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

Constructors

InsertableContentApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of InsertableContentApi

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

Schedule

Declaration
public ScheduleApi Schedule { get; }
Property Value
Type Description
ScheduleApi

Scheduled

Declaration
public ScheduledApi Scheduled { get; }
Property Value
Type Description
ScheduledApi

Stop

Declaration
public StopApi Stop { get; }
Property Value
Type Description
StopApi

Methods

CreateAsync(String, InsertableContent)

Make Insertable Content Available For A Live Encoding

Declaration
public Task<InsertableContent> CreateAsync(string encodingId, InsertableContent insertableContent)
Parameters
Type Name Description
System.String encodingId

Id of the encoding. (required)

InsertableContent insertableContent

The insertable content to be created

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

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

List All Insertable Content Available For A Live Encoding

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

Id of the encoding. (required)

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

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

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