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