Class LiveStatisticsApi
Inheritance
System.Object
LiveStatisticsApi
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
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class LiveStatisticsApi
Constructors
LiveStatisticsApi(IBitmovinApiClientFactory)
Declaration
public LiveStatisticsApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
| Type | Name | Description |
|---|---|---|
| IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of LiveStatisticsApi
Declaration
public static BitmovinApiBuilder<LiveStatisticsApi> Builder { get; }
Property Value
| Type | Description |
|---|---|
| BitmovinApiBuilder<LiveStatisticsApi> |
Events
Declaration
public EventsApi Events { get; }
Property Value
| Type | Description |
|---|---|
| EventsApi |
Srt
Declaration
public SrtApi Srt { get; }
Property Value
| Type | Description |
|---|---|
| SrtApi |
Streams
Declaration
public StreamsApi Streams { get; }
Property Value
| Type | Description |
|---|---|
| StreamsApi |
Methods
GetAsync(String)
List Live Statistics from an Encoding
Declaration
public Task<LiveEncodingStats> GetAsync(string encodingId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | encodingId | Id of the encoding. (required) |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<LiveEncodingStats> |