@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RTCAudioHandlerStats
extends RTCMediaHandlerStats
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RTCAudioHandlerStats.Builder |
| Modifier and Type | Method and Description |
|---|---|
double |
audioLevel() |
static RTCAudioHandlerStats.Builder |
create(java.lang.String id,
double timestamp,
java.lang.String type,
java.lang.String kind) |
void |
setAudioLevel(double audioLevel) |
void |
setTotalAudioEnergy(double totalAudioEnergy) |
void |
setTotalSamplesDuration(double totalSamplesDuration) |
void |
setVoiceActivityFlag(boolean voiceActivityFlag) |
double |
totalAudioEnergy() |
double |
totalSamplesDuration() |
boolean |
voiceActivityFlag() |
ended, kind, priority, remoteSource, setEnded, setKind, setPriority, setRemoteSource, setTrackIdentifier, trackIdentifier@JsOverlay @Nonnull static RTCAudioHandlerStats.Builder create(@Nonnull java.lang.String id, double timestamp, @RTCStatsType @Nonnull java.lang.String type, @Nonnull java.lang.String kind)
create in interface RTCMediaHandlerStats@JsProperty(name="audioLevel") double audioLevel()
@JsProperty void setAudioLevel(double audioLevel)
@JsProperty(name="totalAudioEnergy") double totalAudioEnergy()
@JsProperty void setTotalAudioEnergy(double totalAudioEnergy)
@JsProperty(name="totalSamplesDuration") double totalSamplesDuration()
@JsProperty void setTotalSamplesDuration(double totalSamplesDuration)
@JsProperty(name="voiceActivityFlag") boolean voiceActivityFlag()
@JsProperty void setVoiceActivityFlag(boolean voiceActivityFlag)