@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RTCReceiverVideoTrackAttachmentStats
extends RTCVideoReceiverStats
| Modifier and Type | Method and Description |
|---|---|
static RTCReceiverVideoTrackAttachmentStats |
create(java.lang.String id,
double timestamp,
java.lang.String type,
java.lang.String kind) |
default RTCReceiverVideoTrackAttachmentStats |
ended(boolean ended) |
default RTCReceiverVideoTrackAttachmentStats |
estimatedPlayoutTimestamp(double estimatedPlayoutTimestamp) |
default RTCReceiverVideoTrackAttachmentStats |
frameHeight(int frameHeight) |
default RTCReceiverVideoTrackAttachmentStats |
framesDecoded(int framesDecoded) |
default RTCReceiverVideoTrackAttachmentStats |
framesDropped(int framesDropped) |
default RTCReceiverVideoTrackAttachmentStats |
framesPerSecond(double framesPerSecond) |
default RTCReceiverVideoTrackAttachmentStats |
framesReceived(int framesReceived) |
default RTCReceiverVideoTrackAttachmentStats |
frameWidth(int frameWidth) |
default RTCReceiverVideoTrackAttachmentStats |
fullFramesLost(int fullFramesLost) |
default RTCReceiverVideoTrackAttachmentStats |
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 RTCReceiverVideoTrackAttachmentStats |
jitterBufferDelay(double jitterBufferDelay) |
default RTCReceiverVideoTrackAttachmentStats |
jitterBufferEmittedCount(int jitterBufferEmittedCount) |
default RTCReceiverVideoTrackAttachmentStats |
keyFramesReceived(int keyFramesReceived) |
default RTCReceiverVideoTrackAttachmentStats |
kind(java.lang.String kind) |
default RTCReceiverVideoTrackAttachmentStats |
partialFramesLost(int partialFramesLost) |
default RTCReceiverVideoTrackAttachmentStats |
priority(java.lang.String priority) |
default RTCReceiverVideoTrackAttachmentStats |
remoteSource(boolean remoteSource) |
default RTCReceiverVideoTrackAttachmentStats |
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 RTCReceiverVideoTrackAttachmentStats |
trackIdentifier(java.lang.String trackIdentifier) |
default RTCReceiverVideoTrackAttachmentStats |
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.
|
estimatedPlayoutTimestamp, framesDecoded, framesDropped, framesReceived, fullFramesLost, jitterBufferDelay, jitterBufferEmittedCount, keyFramesReceived, partialFramesLost, setEstimatedPlayoutTimestamp, setFramesDecoded, setFramesDropped, setFramesReceived, setFullFramesLost, setJitterBufferDelay, setJitterBufferEmittedCount, setKeyFramesReceived, setPartialFramesLostframeHeight, framesPerSecond, frameWidth, setFrameHeight, setFramesPerSecond, setFrameWidthended, kind, priority, remoteSource, setEnded, setKind, setPriority, setRemoteSource, setTrackIdentifier, trackIdentifier@JsOverlay @Nonnull static RTCReceiverVideoTrackAttachmentStats create(@Nonnull java.lang.String id, double timestamp, @RTCStatsType @Nonnull java.lang.String type, @Nonnull java.lang.String kind)
create in interface RTCMediaHandlerStatscreate in interface RTCVideoHandlerStatscreate in interface RTCVideoReceiverStats@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats estimatedPlayoutTimestamp(double estimatedPlayoutTimestamp)
estimatedPlayoutTimestamp in interface RTCVideoReceiverStats@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats framesDecoded(int framesDecoded)
framesDecoded in interface RTCVideoReceiverStats@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats framesDropped(int framesDropped)
framesDropped in interface RTCVideoReceiverStats@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats framesReceived(int framesReceived)
framesReceived in interface RTCVideoReceiverStats@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats fullFramesLost(int fullFramesLost)
fullFramesLost in interface RTCVideoReceiverStats@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats jitterBufferDelay(double jitterBufferDelay)
jitterBufferDelay in interface RTCVideoReceiverStats@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats jitterBufferEmittedCount(int jitterBufferEmittedCount)
jitterBufferEmittedCount in interface RTCVideoReceiverStats@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats keyFramesReceived(int keyFramesReceived)
keyFramesReceived in interface RTCVideoReceiverStats@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats partialFramesLost(int partialFramesLost)
partialFramesLost in interface RTCVideoReceiverStats@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats frameHeight(int frameHeight)
frameHeight in interface RTCVideoHandlerStatsframeHeight in interface RTCVideoReceiverStats@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats frameWidth(int frameWidth)
frameWidth in interface RTCVideoHandlerStatsframeWidth in interface RTCVideoReceiverStats@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats framesPerSecond(double framesPerSecond)
framesPerSecond in interface RTCVideoHandlerStatsframesPerSecond in interface RTCVideoReceiverStats@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats ended(boolean ended)
ended in interface RTCMediaHandlerStatsended in interface RTCVideoHandlerStatsended in interface RTCVideoReceiverStats@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats kind(@Nonnull java.lang.String kind)
kind in interface RTCMediaHandlerStatskind in interface RTCVideoHandlerStatskind in interface RTCVideoReceiverStats@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats trackIdentifier(@Nonnull java.lang.String trackIdentifier)
trackIdentifier in interface RTCMediaHandlerStatstrackIdentifier in interface RTCVideoHandlerStatstrackIdentifier in interface RTCVideoReceiverStats@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats priority(@RTCPriorityType @Nonnull java.lang.String priority)
priority in interface RTCMediaHandlerStatspriority in interface RTCVideoHandlerStatspriority in interface RTCVideoReceiverStats@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats remoteSource(boolean remoteSource)
remoteSource in interface RTCMediaHandlerStatsremoteSource in interface RTCVideoHandlerStatsremoteSource in interface RTCVideoReceiverStats@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats id(@Nonnull java.lang.String id)
id in interface RTCMediaHandlerStatsid in interface RTCStatsid in interface RTCVideoHandlerStatsid in interface RTCVideoReceiverStats@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats timestamp(double timestamp)
timestamp in interface RTCMediaHandlerStatstimestamp in interface RTCStatstimestamp in interface RTCVideoHandlerStatstimestamp in interface RTCVideoReceiverStats@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats type(@RTCStatsType @Nonnull java.lang.String type)
type in interface RTCMediaHandlerStatstype in interface RTCStatstype in interface RTCVideoHandlerStatstype in interface RTCVideoReceiverStats