Class LiveEncodingStatsEvent
LiveEncodingStatsEvent
Inheritance
System.Object
LiveEncodingStatsEvent
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 LiveEncodingStatsEvent
Properties
Details
Details
Declaration
public LiveEncodingStatsEventDetails Details { get; set; }
Property Value
Type | Description |
---|---|
LiveEncodingStatsEventDetails |
Time
Timestamp of the event, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ (required)
Declaration
public DateTime? Time { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |