@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RTCAudioSenderStats
extends RTCAudioHandlerStats
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RTCAudioSenderStats.Builder |
static interface |
RTCAudioSenderStats.Step1 |
static interface |
RTCAudioSenderStats.Step2 |
static interface |
RTCAudioSenderStats.Step3 |
| Modifier and Type | Method and Description |
|---|---|
double |
echoReturnLoss() |
double |
echoReturnLossEnhancement() |
java.lang.String |
mediaSourceId() |
void |
setEchoReturnLoss(double echoReturnLoss) |
void |
setEchoReturnLossEnhancement(double echoReturnLossEnhancement) |
void |
setMediaSourceId(@JsNonNull java.lang.String mediaSourceId) |
void |
setTotalSamplesSent(int totalSamplesSent) |
static RTCAudioSenderStats.Step1 |
timestamp(double timestamp) |
int |
totalSamplesSent() |
audioLevel, setAudioLevel, setTotalAudioEnergy, setTotalSamplesDuration, setVoiceActivityFlag, totalAudioEnergy, totalSamplesDuration, voiceActivityFlagended, kind, priority, remoteSource, setEnded, setKind, setPriority, setRemoteSource, setTrackIdentifier, trackIdentifier@JsOverlay @Nonnull static RTCAudioSenderStats.Step1 timestamp(double timestamp)
timestamp in interface RTCAudioHandlerStatstimestamp in interface RTCMediaHandlerStatstimestamp in interface RTCStats@JsProperty(name="mediaSourceId") java.lang.String mediaSourceId()
@JsProperty void setMediaSourceId(@JsNonNull java.lang.String mediaSourceId)
@JsProperty(name="echoReturnLoss") double echoReturnLoss()
@JsProperty void setEchoReturnLoss(double echoReturnLoss)
@JsProperty(name="echoReturnLossEnhancement") double echoReturnLossEnhancement()
@JsProperty void setEchoReturnLossEnhancement(double echoReturnLossEnhancement)
@JsProperty(name="totalSamplesSent") int totalSamplesSent()
@JsProperty void setTotalSamplesSent(int totalSamplesSent)