Table of Contents

Class RTCAudioPlayoutStats

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class RTCAudioPlayoutStats : RTCStats
Inheritance
RTCAudioPlayoutStats
Inherited Members

Constructors

RTCAudioPlayoutStats()

public RTCAudioPlayoutStats()

Fields

Kind

[Value("kind")]
public required string Kind

Field Value

string

SynthesizedSamplesDuration

[Value("synthesizedSamplesDuration")]
public Number SynthesizedSamplesDuration

Field Value

Number

SynthesizedSamplesEvents

[Value("synthesizedSamplesEvents")]
public ulong SynthesizedSamplesEvents

Field Value

ulong

TotalPlayoutDelay

[Value("totalPlayoutDelay")]
public Number TotalPlayoutDelay

Field Value

Number

TotalSamplesCount

[Value("totalSamplesCount")]
public ulong TotalSamplesCount

Field Value

ulong

TotalSamplesDuration

[Value("totalSamplesDuration")]
public Number TotalSamplesDuration

Field Value

Number