Show / Hide Table of Contents

Class LiveMediaIngestApi

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

Constructors

LiveMediaIngestApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of LiveMediaIngestApi

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

Customdata

Declaration
public CustomdataApi Customdata { get; }
Property Value
Type Description
CustomdataApi

Methods

CreateAsync(LiveMediaIngestOutput)

Create Live Media Ingest Output

Declaration
public Task<LiveMediaIngestOutput> CreateAsync(LiveMediaIngestOutput liveMediaIngestOutput)
Parameters
Type Name Description
LiveMediaIngestOutput liveMediaIngestOutput

The Live Media Ingest output to be created

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

DeleteAsync(String)

Delete Live Media Ingest Output

Declaration
public Task<BitmovinResponse> DeleteAsync(string outputId)
Parameters
Type Name Description
System.String outputId

Id of the output (required)

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

GetAsync(String)

Live Media Ingest Output Details

Declaration
public Task<LiveMediaIngestOutput> GetAsync(string outputId)
Parameters
Type Name Description
System.String outputId

Id of the output (required)

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

ListAsync(Func<LiveMediaIngestApi.ListQueryParams, LiveMediaIngestApi.ListQueryParams>[])

List Live Media Ingest Outputs

Declaration
public Task<PaginationResponse<LiveMediaIngestOutput>> ListAsync(params Func<LiveMediaIngestApi.ListQueryParams, LiveMediaIngestApi.ListQueryParams>[] queryParams)
Parameters
Type Name Description
System.Func<LiveMediaIngestApi.ListQueryParams, LiveMediaIngestApi.ListQueryParams>[] queryParams

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

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