Show / Hide Table of Contents

Class EventsApi

Inheritance
System.Object
EventsApi
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.Statistics.Encodings.LiveStatistics.Events
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class EventsApi

Constructors

EventsApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of EventsApi

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

Methods

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

List Events of Live Statistics from an Encoding

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

Id of the encoding. (required)

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

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

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