@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RTCAudioReceiverStats
extends RTCAudioHandlerStats
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RTCAudioReceiverStats.Builder |
| Modifier and Type | Method and Description |
|---|---|
int |
concealedSamples() |
int |
concealmentEvents() |
static RTCAudioReceiverStats.Builder |
create(double timestamp,
java.lang.String type,
java.lang.String id,
java.lang.String kind) |
double |
estimatedPlayoutTimestamp() |
int |
insertedSamplesForDeceleration() |
double |
jitterBufferDelay() |
int |
jitterBufferEmittedCount() |
int |
removedSamplesForAcceleration() |
void |
setConcealedSamples(int concealedSamples) |
void |
setConcealmentEvents(int concealmentEvents) |
void |
setEstimatedPlayoutTimestamp(double estimatedPlayoutTimestamp) |
void |
setInsertedSamplesForDeceleration(int insertedSamplesForDeceleration) |
void |
setJitterBufferDelay(double jitterBufferDelay) |
void |
setJitterBufferEmittedCount(int jitterBufferEmittedCount) |
void |
setRemovedSamplesForAcceleration(int removedSamplesForAcceleration) |
void |
setSilentConcealedSamples(int silentConcealedSamples) |
void |
setTotalSamplesReceived(int totalSamplesReceived) |
int |
silentConcealedSamples() |
int |
totalSamplesReceived() |
audioLevel, setAudioLevel, setTotalAudioEnergy, setTotalSamplesDuration, setVoiceActivityFlag, totalAudioEnergy, totalSamplesDuration, voiceActivityFlagended, kind, priority, remoteSource, setEnded, setKind, setPriority, setRemoteSource, setTrackIdentifier, trackIdentifier@JsOverlay @Nonnull static RTCAudioReceiverStats.Builder create(double timestamp, @RTCStatsType @Nonnull java.lang.String type, @Nonnull java.lang.String id, @Nonnull java.lang.String kind)
create in interface RTCAudioHandlerStatscreate in interface RTCMediaHandlerStats@JsProperty(name="concealedSamples") int concealedSamples()
@JsProperty void setConcealedSamples(int concealedSamples)
@JsProperty(name="concealmentEvents") int concealmentEvents()
@JsProperty void setConcealmentEvents(int concealmentEvents)
@JsProperty(name="estimatedPlayoutTimestamp") double estimatedPlayoutTimestamp()
@JsProperty void setEstimatedPlayoutTimestamp(double estimatedPlayoutTimestamp)
@JsProperty(name="insertedSamplesForDeceleration") int insertedSamplesForDeceleration()
@JsProperty void setInsertedSamplesForDeceleration(int insertedSamplesForDeceleration)
@JsProperty(name="jitterBufferDelay") double jitterBufferDelay()
@JsProperty void setJitterBufferDelay(double jitterBufferDelay)
@JsProperty(name="jitterBufferEmittedCount") int jitterBufferEmittedCount()
@JsProperty void setJitterBufferEmittedCount(int jitterBufferEmittedCount)
@JsProperty(name="removedSamplesForAcceleration") int removedSamplesForAcceleration()
@JsProperty void setRemovedSamplesForAcceleration(int removedSamplesForAcceleration)
@JsProperty(name="silentConcealedSamples") int silentConcealedSamples()
@JsProperty void setSilentConcealedSamples(int silentConcealedSamples)
@JsProperty(name="totalSamplesReceived") int totalSamplesReceived()
@JsProperty void setTotalSamplesReceived(int totalSamplesReceived)