Show / Hide Table of Contents

Class LiveEncodingStats

LiveEncodingStats

Inheritance
System.Object
LiveEncodingStats
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 LiveEncodingStats

Properties

Events

List of events

Declaration
public List<LiveEncodingStatsEvent> Events { get; set; }
Property Value
Type Description
System.Collections.Generic.List<LiveEncodingStatsEvent>

Statistics

List of statistics

Declaration
public List<StreamInfos> Statistics { get; set; }
Property Value
Type Description
System.Collections.Generic.List<StreamInfos>

Status

Status

Declaration
public LiveEncodingStatus? Status { get; set; }
Property Value
Type Description
System.Nullable<LiveEncodingStatus>
Back to top Generated by DocFX