@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RTCAudioSourceStats
extends RTCMediaSourceStats
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RTCAudioSourceStats.Builder |
static interface |
RTCAudioSourceStats.Step1 |
static interface |
RTCAudioSourceStats.Step2 |
static interface |
RTCAudioSourceStats.Step3 |
static interface |
RTCAudioSourceStats.Step4 |
| Modifier and Type | Method and Description |
|---|---|
double |
audioLevel() |
double |
echoReturnLoss() |
double |
echoReturnLossEnhancement() |
void |
setAudioLevel(double audioLevel) |
void |
setEchoReturnLoss(double echoReturnLoss) |
void |
setEchoReturnLossEnhancement(double echoReturnLossEnhancement) |
void |
setTotalAudioEnergy(double totalAudioEnergy) |
void |
setTotalSamplesDuration(double totalSamplesDuration) |
static RTCAudioSourceStats.Step1 |
timestamp(double timestamp) |
double |
totalAudioEnergy() |
double |
totalSamplesDuration() |
kind, relayedSource, setKind, setRelayedSource, setTrackIdentifier, trackIdentifier@JsOverlay @Nonnull static RTCAudioSourceStats.Step1 timestamp(double timestamp)
timestamp in interface RTCMediaSourceStatstimestamp in interface RTCStats@JsProperty(name="audioLevel") double audioLevel()
@JsProperty void setAudioLevel(double audioLevel)
@JsProperty(name="echoReturnLoss") double echoReturnLoss()
@JsProperty void setEchoReturnLoss(double echoReturnLoss)
@JsProperty(name="echoReturnLossEnhancement") double echoReturnLossEnhancement()
@JsProperty void setEchoReturnLossEnhancement(double echoReturnLossEnhancement)
@JsProperty(name="totalAudioEnergy") double totalAudioEnergy()
@JsProperty void setTotalAudioEnergy(double totalAudioEnergy)
@JsProperty(name="totalSamplesDuration") double totalSamplesDuration()
@JsProperty void setTotalSamplesDuration(double totalSamplesDuration)