Class RTCAudioSourceStats
Inherited Members
Namespace: Unity.WebRTC
Syntax
public class RTCAudioSourceStats : RTCMediaSourceStats
Properties
audioLevel
Declaration
public double audioLevel { get; }
Property Value
| Type | Description |
|---|---|
| Double |
totalAudioEnergy
Declaration
public double totalAudioEnergy { get; }
Property Value
| Type | Description |
|---|---|
| Double |
totalSamplesDuration
Declaration
public double totalSamplesDuration { get; }
Property Value
| Type | Description |
|---|---|
| Double |