@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface RTCAudioSourceStats.Builder
extends RTCAudioSourceStats
RTCAudioSourceStats.Builder| Modifier and Type | Method and Description |
|---|---|
default RTCAudioSourceStats.Builder |
audioLevel(double audioLevel) |
default RTCAudioSourceStats.Builder |
echoReturnLoss(double echoReturnLoss) |
default RTCAudioSourceStats.Builder |
echoReturnLossEnhancement(double echoReturnLossEnhancement) |
default RTCAudioSourceStats.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 RTCAudioSourceStats.Builder |
kind(java.lang.String kind) |
default RTCAudioSourceStats.Builder |
relayedSource(boolean relayedSource) |
default RTCAudioSourceStats.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 RTCAudioSourceStats.Builder |
totalAudioEnergy(double totalAudioEnergy) |
default RTCAudioSourceStats.Builder |
totalSamplesDuration(double totalSamplesDuration) |
default RTCAudioSourceStats.Builder |
trackIdentifier(java.lang.String trackIdentifier) |
default RTCAudioSourceStats.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.
|
audioLevel, create, echoReturnLoss, echoReturnLossEnhancement, setAudioLevel, setEchoReturnLoss, setEchoReturnLossEnhancement, setTotalAudioEnergy, setTotalSamplesDuration, totalAudioEnergy, totalSamplesDurationkind, relayedSource, setKind, setRelayedSource, setTrackIdentifier, trackIdentifier@JsOverlay @Nonnull default RTCAudioSourceStats.Builder audioLevel(double audioLevel)
@JsOverlay @Nonnull default RTCAudioSourceStats.Builder echoReturnLoss(double echoReturnLoss)
@JsOverlay @Nonnull default RTCAudioSourceStats.Builder echoReturnLossEnhancement(double echoReturnLossEnhancement)
@JsOverlay @Nonnull default RTCAudioSourceStats.Builder totalAudioEnergy(double totalAudioEnergy)
@JsOverlay @Nonnull default RTCAudioSourceStats.Builder totalSamplesDuration(double totalSamplesDuration)
@JsOverlay @Nonnull default RTCAudioSourceStats.Builder kind(@Nonnull java.lang.String kind)
@JsOverlay @Nonnull default RTCAudioSourceStats.Builder relayedSource(boolean relayedSource)
@JsOverlay @Nonnull default RTCAudioSourceStats.Builder trackIdentifier(@Nonnull java.lang.String trackIdentifier)
@JsOverlay @Nonnull default RTCAudioSourceStats.Builder timestamp(double timestamp)
@JsOverlay @Nonnull default RTCAudioSourceStats.Builder type(@RTCStatsType @Nonnull java.lang.String type)
@JsOverlay @Nonnull default RTCAudioSourceStats.Builder id(@Nonnull java.lang.String id)