@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RTCReceiverAudioTrackAttachmentStats
extends RTCAudioReceiverStats
| Modifier and Type | Method and Description |
|---|---|
default RTCReceiverAudioTrackAttachmentStats |
audioLevel(double audioLevel) |
default RTCReceiverAudioTrackAttachmentStats |
concealedSamples(int concealedSamples) |
default RTCReceiverAudioTrackAttachmentStats |
concealmentEvents(int concealmentEvents) |
static RTCReceiverAudioTrackAttachmentStats |
create(java.lang.String id,
double timestamp,
java.lang.String type,
java.lang.String kind) |
default RTCReceiverAudioTrackAttachmentStats |
ended(boolean ended) |
default RTCReceiverAudioTrackAttachmentStats |
estimatedPlayoutTimestamp(double estimatedPlayoutTimestamp) |
default RTCReceiverAudioTrackAttachmentStats |
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 RTCReceiverAudioTrackAttachmentStats |
insertedSamplesForDeceleration(int insertedSamplesForDeceleration) |
default RTCReceiverAudioTrackAttachmentStats |
jitterBufferDelay(double jitterBufferDelay) |
default RTCReceiverAudioTrackAttachmentStats |
jitterBufferEmittedCount(int jitterBufferEmittedCount) |
default RTCReceiverAudioTrackAttachmentStats |
kind(java.lang.String kind) |
default RTCReceiverAudioTrackAttachmentStats |
priority(java.lang.String priority) |
default RTCReceiverAudioTrackAttachmentStats |
remoteSource(boolean remoteSource) |
default RTCReceiverAudioTrackAttachmentStats |
removedSamplesForAcceleration(int removedSamplesForAcceleration) |
default RTCReceiverAudioTrackAttachmentStats |
silentConcealedSamples(int silentConcealedSamples) |
default RTCReceiverAudioTrackAttachmentStats |
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 RTCReceiverAudioTrackAttachmentStats |
totalAudioEnergy(double totalAudioEnergy) |
default RTCReceiverAudioTrackAttachmentStats |
totalSamplesDuration(double totalSamplesDuration) |
default RTCReceiverAudioTrackAttachmentStats |
totalSamplesReceived(int totalSamplesReceived) |
default RTCReceiverAudioTrackAttachmentStats |
trackIdentifier(java.lang.String trackIdentifier) |
default RTCReceiverAudioTrackAttachmentStats |
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 RTCReceiverAudioTrackAttachmentStats |
voiceActivityFlag(boolean voiceActivityFlag) |
concealedSamples, concealmentEvents, estimatedPlayoutTimestamp, insertedSamplesForDeceleration, jitterBufferDelay, jitterBufferEmittedCount, removedSamplesForAcceleration, setConcealedSamples, setConcealmentEvents, setEstimatedPlayoutTimestamp, setInsertedSamplesForDeceleration, setJitterBufferDelay, setJitterBufferEmittedCount, setRemovedSamplesForAcceleration, setSilentConcealedSamples, setTotalSamplesReceived, silentConcealedSamples, totalSamplesReceivedaudioLevel, setAudioLevel, setTotalAudioEnergy, setTotalSamplesDuration, setVoiceActivityFlag, totalAudioEnergy, totalSamplesDuration, voiceActivityFlagended, kind, priority, remoteSource, setEnded, setKind, setPriority, setRemoteSource, setTrackIdentifier, trackIdentifier@JsOverlay @Nonnull static RTCReceiverAudioTrackAttachmentStats 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 RTCAudioReceiverStatscreate in interface RTCMediaHandlerStats@JsOverlay @Nonnull default RTCReceiverAudioTrackAttachmentStats concealedSamples(int concealedSamples)
concealedSamples in interface RTCAudioReceiverStats@JsOverlay @Nonnull default RTCReceiverAudioTrackAttachmentStats concealmentEvents(int concealmentEvents)
concealmentEvents in interface RTCAudioReceiverStats@JsOverlay @Nonnull default RTCReceiverAudioTrackAttachmentStats estimatedPlayoutTimestamp(double estimatedPlayoutTimestamp)
estimatedPlayoutTimestamp in interface RTCAudioReceiverStats@JsOverlay @Nonnull default RTCReceiverAudioTrackAttachmentStats insertedSamplesForDeceleration(int insertedSamplesForDeceleration)
insertedSamplesForDeceleration in interface RTCAudioReceiverStats@JsOverlay @Nonnull default RTCReceiverAudioTrackAttachmentStats jitterBufferDelay(double jitterBufferDelay)
jitterBufferDelay in interface RTCAudioReceiverStats@JsOverlay @Nonnull default RTCReceiverAudioTrackAttachmentStats jitterBufferEmittedCount(int jitterBufferEmittedCount)
jitterBufferEmittedCount in interface RTCAudioReceiverStats@JsOverlay @Nonnull default RTCReceiverAudioTrackAttachmentStats removedSamplesForAcceleration(int removedSamplesForAcceleration)
removedSamplesForAcceleration in interface RTCAudioReceiverStats@JsOverlay @Nonnull default RTCReceiverAudioTrackAttachmentStats silentConcealedSamples(int silentConcealedSamples)
silentConcealedSamples in interface RTCAudioReceiverStats@JsOverlay @Nonnull default RTCReceiverAudioTrackAttachmentStats totalSamplesReceived(int totalSamplesReceived)
totalSamplesReceived in interface RTCAudioReceiverStats@JsOverlay @Nonnull default RTCReceiverAudioTrackAttachmentStats audioLevel(double audioLevel)
audioLevel in interface RTCAudioHandlerStatsaudioLevel in interface RTCAudioReceiverStats@JsOverlay @Nonnull default RTCReceiverAudioTrackAttachmentStats totalAudioEnergy(double totalAudioEnergy)
totalAudioEnergy in interface RTCAudioHandlerStatstotalAudioEnergy in interface RTCAudioReceiverStats@JsOverlay @Nonnull default RTCReceiverAudioTrackAttachmentStats totalSamplesDuration(double totalSamplesDuration)
totalSamplesDuration in interface RTCAudioHandlerStatstotalSamplesDuration in interface RTCAudioReceiverStats@JsOverlay @Nonnull default RTCReceiverAudioTrackAttachmentStats voiceActivityFlag(boolean voiceActivityFlag)
voiceActivityFlag in interface RTCAudioHandlerStatsvoiceActivityFlag in interface RTCAudioReceiverStats@JsOverlay @Nonnull default RTCReceiverAudioTrackAttachmentStats ended(boolean ended)
ended in interface RTCAudioHandlerStatsended in interface RTCAudioReceiverStatsended in interface RTCMediaHandlerStats@JsOverlay @Nonnull default RTCReceiverAudioTrackAttachmentStats kind(@Nonnull java.lang.String kind)
kind in interface RTCAudioHandlerStatskind in interface RTCAudioReceiverStatskind in interface RTCMediaHandlerStats@JsOverlay @Nonnull default RTCReceiverAudioTrackAttachmentStats trackIdentifier(@Nonnull java.lang.String trackIdentifier)
trackIdentifier in interface RTCAudioHandlerStatstrackIdentifier in interface RTCAudioReceiverStatstrackIdentifier in interface RTCMediaHandlerStats@JsOverlay @Nonnull default RTCReceiverAudioTrackAttachmentStats priority(@RTCPriorityType @Nonnull java.lang.String priority)
priority in interface RTCAudioHandlerStatspriority in interface RTCAudioReceiverStatspriority in interface RTCMediaHandlerStats@JsOverlay @Nonnull default RTCReceiverAudioTrackAttachmentStats remoteSource(boolean remoteSource)
remoteSource in interface RTCAudioHandlerStatsremoteSource in interface RTCAudioReceiverStatsremoteSource in interface RTCMediaHandlerStats@JsOverlay @Nonnull default RTCReceiverAudioTrackAttachmentStats id(@Nonnull java.lang.String id)
id in interface RTCAudioHandlerStatsid in interface RTCAudioReceiverStatsid in interface RTCMediaHandlerStatsid in interface RTCStats@JsOverlay @Nonnull default RTCReceiverAudioTrackAttachmentStats timestamp(double timestamp)
timestamp in interface RTCAudioHandlerStatstimestamp in interface RTCAudioReceiverStatstimestamp in interface RTCMediaHandlerStatstimestamp in interface RTCStats@JsOverlay @Nonnull default RTCReceiverAudioTrackAttachmentStats type(@RTCStatsType @Nonnull java.lang.String type)
type in interface RTCAudioHandlerStatstype in interface RTCAudioReceiverStatstype in interface RTCMediaHandlerStatstype in interface RTCStats