Class CaptureStats
Live stats about an active capture session
Inheritance
System.Object
CaptureStats
Assembly: cs.temp.dll.dll
public class CaptureStats
Properties
Declaration
public UInt64 ActiveWorkers { get; }
Property Value
Declaration
public AudioCaptureSource AudioCaptureSource { get; }
Property Value
Declaration
public float FPS { get; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public float FramesTotal { get; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public int MaxActiveWorkers { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public uint NumBufferedFrames { get; }
Property Value
Type |
Description |
System.UInt32 |
|
Declaration
public uint NumDroppedEncoderFrames { get; }
Property Value
Type |
Description |
System.UInt32 |
|
Declaration
public uint NumDroppedFrames { get; }
Property Value
Type |
Description |
System.UInt32 |
|
Declaration
public uint NumEncodedFrames { get; }
Property Value
Type |
Description |
System.UInt32 |
|
Declaration
public uint TotalBuffersAvailable { get; }
Property Value
Type |
Description |
System.UInt32 |
|
Declaration
public float TotalEncodedSeconds { get; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public int UnityAudioChannelCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int UnityAudioSampleRate { get; }
Property Value
Type |
Description |
System.Int32 |
|