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