@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface RTCReceiverVideoTrackAttachmentStats.Builder
extends RTCReceiverVideoTrackAttachmentStats
RTCReceiverVideoTrackAttachmentStats.Builder| Modifier and Type | Method and Description |
|---|---|
default RTCReceiverVideoTrackAttachmentStats.Builder |
ended(boolean ended) |
default RTCReceiverVideoTrackAttachmentStats.Builder |
estimatedPlayoutTimestamp(double estimatedPlayoutTimestamp) |
default RTCReceiverVideoTrackAttachmentStats.Builder |
frameHeight(int frameHeight) |
default RTCReceiverVideoTrackAttachmentStats.Builder |
framesDecoded(int framesDecoded) |
default RTCReceiverVideoTrackAttachmentStats.Builder |
framesDropped(int framesDropped) |
default RTCReceiverVideoTrackAttachmentStats.Builder |
framesPerSecond(double framesPerSecond) |
default RTCReceiverVideoTrackAttachmentStats.Builder |
framesReceived(int framesReceived) |
default RTCReceiverVideoTrackAttachmentStats.Builder |
frameWidth(int frameWidth) |
default RTCReceiverVideoTrackAttachmentStats.Builder |
fullFramesLost(int fullFramesLost) |
default RTCReceiverVideoTrackAttachmentStats.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 RTCReceiverVideoTrackAttachmentStats.Builder |
jitterBufferDelay(double jitterBufferDelay) |
default RTCReceiverVideoTrackAttachmentStats.Builder |
jitterBufferEmittedCount(int jitterBufferEmittedCount) |
default RTCReceiverVideoTrackAttachmentStats.Builder |
keyFramesReceived(int keyFramesReceived) |
default RTCReceiverVideoTrackAttachmentStats.Builder |
kind(java.lang.String kind) |
default RTCReceiverVideoTrackAttachmentStats.Builder |
partialFramesLost(int partialFramesLost) |
default RTCReceiverVideoTrackAttachmentStats.Builder |
priority(java.lang.String priority) |
default RTCReceiverVideoTrackAttachmentStats.Builder |
remoteSource(boolean remoteSource) |
default RTCReceiverVideoTrackAttachmentStats.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 RTCReceiverVideoTrackAttachmentStats.Builder |
trackIdentifier(java.lang.String trackIdentifier) |
default RTCReceiverVideoTrackAttachmentStats.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.
|
createestimatedPlayoutTimestamp, 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 default RTCReceiverVideoTrackAttachmentStats.Builder estimatedPlayoutTimestamp(double estimatedPlayoutTimestamp)
@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats.Builder framesDecoded(int framesDecoded)
@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats.Builder framesDropped(int framesDropped)
@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats.Builder framesReceived(int framesReceived)
@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats.Builder fullFramesLost(int fullFramesLost)
@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats.Builder jitterBufferDelay(double jitterBufferDelay)
@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats.Builder jitterBufferEmittedCount(int jitterBufferEmittedCount)
@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats.Builder keyFramesReceived(int keyFramesReceived)
@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats.Builder partialFramesLost(int partialFramesLost)
@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats.Builder frameHeight(int frameHeight)
@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats.Builder frameWidth(int frameWidth)
@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats.Builder framesPerSecond(double framesPerSecond)
@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats.Builder ended(boolean ended)
@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats.Builder kind(@Nonnull java.lang.String kind)
@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats.Builder trackIdentifier(@Nonnull java.lang.String trackIdentifier)
@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats.Builder priority(@RTCPriorityType @Nonnull java.lang.String priority)
@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats.Builder remoteSource(boolean remoteSource)
@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats.Builder timestamp(double timestamp)
@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats.Builder type(@RTCStatsType @Nonnull java.lang.String type)
@JsOverlay @Nonnull default RTCReceiverVideoTrackAttachmentStats.Builder id(@Nonnull java.lang.String id)