Class RTCAudioPlayoutStats
Inheritance
RTCAudioPlayoutStats
Assembly: Unity.WebRTC.dll
Syntax
public class RTCAudioPlayoutStats : RTCStats
Properties
kind
Declaration
public string kind { get; }
Property Value
synthesizedSamplesDuration
Declaration
public double synthesizedSamplesDuration { get; }
Property Value
synthesizedSamplesEvents
Declaration
public ulong synthesizedSamplesEvents { get; }
Property Value
totalPlayoutDelay
Declaration
public double totalPlayoutDelay { get; }
Property Value
totalSamplesCount
Declaration
public ulong totalSamplesCount { get; }
Property Value
totalSamplesDuration
Declaration
public double totalSamplesDuration { get; }
Property Value