Class LiveEncodingStatsEventDetails
LiveEncodingStatsEventDetails
Inheritance
System.Object
LiveEncodingStatsEventDetails
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.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class LiveEncodingStatsEventDetails
Properties
AvDriftInSeconds
The Audio/Video Drift in seconds. The drift was corrected by the RESYNCING event (occurs at event: RESYNCING)
Declaration
public int? AvDriftInSeconds { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ErrorMessage
An optional error message, when the event is in error state (occurs at event: ERROR)
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EventName
EventName
Declaration
public LiveEncodingEventName? EventName { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<LiveEncodingEventName> |
IdleDurationInSeconds
The time the stream was in idle state in seconds (occurs at event: IDLE)
Declaration
public int? IdleDurationInSeconds { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |