@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RTCAudioSenderStats
extends RTCAudioHandlerStats
| Modifier and Type | Method and Description |
|---|---|
default RTCAudioSenderStats |
audioLevel(double audioLevel) |
static RTCAudioSenderStats |
create(java.lang.String id,
double timestamp,
java.lang.String type,
java.lang.String kind) |
double |
echoReturnLoss() |
default RTCAudioSenderStats |
echoReturnLoss(double echoReturnLoss) |
double |
echoReturnLossEnhancement() |
default RTCAudioSenderStats |
echoReturnLossEnhancement(double echoReturnLossEnhancement) |
default RTCAudioSenderStats |
ended(boolean ended) |
default RTCAudioSenderStats |
id(java.lang.String id)
The id property of the RTCStats dictionary is a string which uniquely identifies the object for which this RTCStats object provides statistics.
|
default RTCAudioSenderStats |
kind(java.lang.String kind) |
java.lang.String |
mediaSourceId() |
default RTCAudioSenderStats |
mediaSourceId(java.lang.String mediaSourceId) |
default RTCAudioSenderStats |
priority(java.lang.String priority) |
default RTCAudioSenderStats |
remoteSource(boolean remoteSource) |
void |
setEchoReturnLoss(double echoReturnLoss) |
void |
setEchoReturnLossEnhancement(double echoReturnLossEnhancement) |
void |
setMediaSourceId(java.lang.String mediaSourceId) |
void |
setTotalSamplesSent(int totalSamplesSent) |
default RTCAudioSenderStats |
timestamp(double timestamp)
The timestamp property of the RTCStats dictionary is a DOMHighResTimeStamp object specifying the time at which the data in the object was sampled.
|
default RTCAudioSenderStats |
totalAudioEnergy(double totalAudioEnergy) |
default RTCAudioSenderStats |
totalSamplesDuration(double totalSamplesDuration) |
int |
totalSamplesSent() |
default RTCAudioSenderStats |
totalSamplesSent(int totalSamplesSent) |
default RTCAudioSenderStats |
trackIdentifier(java.lang.String trackIdentifier) |
default RTCAudioSenderStats |
type(java.lang.String type)
The RTCStats dictionary's property type is a string which specifies the type of statistic represented by the object, where the permitted values are drawn from the enum type RTCStatsType.
|
default RTCAudioSenderStats |
voiceActivityFlag(boolean voiceActivityFlag) |
audioLevel, setAudioLevel, setTotalAudioEnergy, setTotalSamplesDuration, setVoiceActivityFlag, totalAudioEnergy, totalSamplesDuration, voiceActivityFlagended, kind, priority, remoteSource, setEnded, setKind, setPriority, setRemoteSource, setTrackIdentifier, trackIdentifier@JsOverlay @Nonnull static RTCAudioSenderStats create(@Nonnull java.lang.String id, double timestamp, @RTCStatsType @Nonnull java.lang.String type, @Nonnull java.lang.String kind)
create in interface RTCAudioHandlerStatscreate in interface RTCMediaHandlerStats@JsProperty(name="mediaSourceId") java.lang.String mediaSourceId()
@JsProperty
void setMediaSourceId(@Nonnull
java.lang.String mediaSourceId)
@JsOverlay @Nonnull default RTCAudioSenderStats mediaSourceId(@Nonnull java.lang.String mediaSourceId)
@JsProperty(name="echoReturnLoss") double echoReturnLoss()
@JsProperty void setEchoReturnLoss(double echoReturnLoss)
@JsOverlay @Nonnull default RTCAudioSenderStats echoReturnLoss(double echoReturnLoss)
@JsProperty(name="echoReturnLossEnhancement") double echoReturnLossEnhancement()
@JsProperty void setEchoReturnLossEnhancement(double echoReturnLossEnhancement)
@JsOverlay @Nonnull default RTCAudioSenderStats echoReturnLossEnhancement(double echoReturnLossEnhancement)
@JsProperty(name="totalSamplesSent") int totalSamplesSent()
@JsProperty void setTotalSamplesSent(int totalSamplesSent)
@JsOverlay @Nonnull default RTCAudioSenderStats totalSamplesSent(int totalSamplesSent)
@JsOverlay @Nonnull default RTCAudioSenderStats audioLevel(double audioLevel)
audioLevel in interface RTCAudioHandlerStats@JsOverlay @Nonnull default RTCAudioSenderStats totalAudioEnergy(double totalAudioEnergy)
totalAudioEnergy in interface RTCAudioHandlerStats@JsOverlay @Nonnull default RTCAudioSenderStats totalSamplesDuration(double totalSamplesDuration)
totalSamplesDuration in interface RTCAudioHandlerStats@JsOverlay @Nonnull default RTCAudioSenderStats voiceActivityFlag(boolean voiceActivityFlag)
voiceActivityFlag in interface RTCAudioHandlerStats@JsOverlay @Nonnull default RTCAudioSenderStats ended(boolean ended)
ended in interface RTCAudioHandlerStatsended in interface RTCMediaHandlerStats@JsOverlay @Nonnull default RTCAudioSenderStats kind(@Nonnull java.lang.String kind)
kind in interface RTCAudioHandlerStatskind in interface RTCMediaHandlerStats@JsOverlay @Nonnull default RTCAudioSenderStats trackIdentifier(@Nonnull java.lang.String trackIdentifier)
trackIdentifier in interface RTCAudioHandlerStatstrackIdentifier in interface RTCMediaHandlerStats@JsOverlay @Nonnull default RTCAudioSenderStats priority(@RTCPriorityType @Nonnull java.lang.String priority)
priority in interface RTCAudioHandlerStatspriority in interface RTCMediaHandlerStats@JsOverlay @Nonnull default RTCAudioSenderStats remoteSource(boolean remoteSource)
remoteSource in interface RTCAudioHandlerStatsremoteSource in interface RTCMediaHandlerStats@JsOverlay @Nonnull default RTCAudioSenderStats id(@Nonnull java.lang.String id)
id in interface RTCAudioHandlerStatsid in interface RTCMediaHandlerStatsid in interface RTCStats@JsOverlay @Nonnull default RTCAudioSenderStats timestamp(double timestamp)
timestamp in interface RTCAudioHandlerStatstimestamp in interface RTCMediaHandlerStatstimestamp in interface RTCStats@JsOverlay @Nonnull default RTCAudioSenderStats type(@RTCStatsType @Nonnull java.lang.String type)
type in interface RTCAudioHandlerStatstype in interface RTCMediaHandlerStatstype in interface RTCStats