@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RTCSenderVideoTrackAttachmentStats
extends RTCVideoSenderStats
| Modifier and Type | Method and Description |
|---|---|
static RTCSenderVideoTrackAttachmentStats |
create(java.lang.String id,
double timestamp,
java.lang.String type,
java.lang.String kind) |
default RTCSenderVideoTrackAttachmentStats |
ended(boolean ended) |
default RTCSenderVideoTrackAttachmentStats |
frameHeight(int frameHeight) |
default RTCSenderVideoTrackAttachmentStats |
framesCaptured(int framesCaptured) |
default RTCSenderVideoTrackAttachmentStats |
framesPerSecond(double framesPerSecond) |
default RTCSenderVideoTrackAttachmentStats |
framesSent(int framesSent) |
default RTCSenderVideoTrackAttachmentStats |
frameWidth(int frameWidth) |
default RTCSenderVideoTrackAttachmentStats |
hugeFramesSent(int hugeFramesSent) |
default RTCSenderVideoTrackAttachmentStats |
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 RTCSenderVideoTrackAttachmentStats |
keyFramesSent(int keyFramesSent) |
default RTCSenderVideoTrackAttachmentStats |
kind(java.lang.String kind) |
default RTCSenderVideoTrackAttachmentStats |
mediaSourceId(java.lang.String mediaSourceId) |
default RTCSenderVideoTrackAttachmentStats |
priority(java.lang.String priority) |
default RTCSenderVideoTrackAttachmentStats |
remoteSource(boolean remoteSource) |
default RTCSenderVideoTrackAttachmentStats |
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 RTCSenderVideoTrackAttachmentStats |
trackIdentifier(java.lang.String trackIdentifier) |
default RTCSenderVideoTrackAttachmentStats |
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.
|
framesCaptured, framesSent, hugeFramesSent, keyFramesSent, mediaSourceId, setFramesCaptured, setFramesSent, setHugeFramesSent, setKeyFramesSent, setMediaSourceIdframeHeight, framesPerSecond, frameWidth, setFrameHeight, setFramesPerSecond, setFrameWidthended, kind, priority, remoteSource, setEnded, setKind, setPriority, setRemoteSource, setTrackIdentifier, trackIdentifier@JsOverlay @Nonnull static RTCSenderVideoTrackAttachmentStats 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 RTCVideoSenderStats@JsOverlay @Nonnull default RTCSenderVideoTrackAttachmentStats mediaSourceId(@Nonnull java.lang.String mediaSourceId)
mediaSourceId in interface RTCVideoSenderStats@JsOverlay @Nonnull default RTCSenderVideoTrackAttachmentStats framesCaptured(int framesCaptured)
framesCaptured in interface RTCVideoSenderStats@JsOverlay @Nonnull default RTCSenderVideoTrackAttachmentStats framesSent(int framesSent)
framesSent in interface RTCVideoSenderStats@JsOverlay @Nonnull default RTCSenderVideoTrackAttachmentStats hugeFramesSent(int hugeFramesSent)
hugeFramesSent in interface RTCVideoSenderStats@JsOverlay @Nonnull default RTCSenderVideoTrackAttachmentStats keyFramesSent(int keyFramesSent)
keyFramesSent in interface RTCVideoSenderStats@JsOverlay @Nonnull default RTCSenderVideoTrackAttachmentStats frameHeight(int frameHeight)
frameHeight in interface RTCVideoHandlerStatsframeHeight in interface RTCVideoSenderStats@JsOverlay @Nonnull default RTCSenderVideoTrackAttachmentStats frameWidth(int frameWidth)
frameWidth in interface RTCVideoHandlerStatsframeWidth in interface RTCVideoSenderStats@JsOverlay @Nonnull default RTCSenderVideoTrackAttachmentStats framesPerSecond(double framesPerSecond)
framesPerSecond in interface RTCVideoHandlerStatsframesPerSecond in interface RTCVideoSenderStats@JsOverlay @Nonnull default RTCSenderVideoTrackAttachmentStats ended(boolean ended)
ended in interface RTCMediaHandlerStatsended in interface RTCVideoHandlerStatsended in interface RTCVideoSenderStats@JsOverlay @Nonnull default RTCSenderVideoTrackAttachmentStats kind(@Nonnull java.lang.String kind)
kind in interface RTCMediaHandlerStatskind in interface RTCVideoHandlerStatskind in interface RTCVideoSenderStats@JsOverlay @Nonnull default RTCSenderVideoTrackAttachmentStats trackIdentifier(@Nonnull java.lang.String trackIdentifier)
trackIdentifier in interface RTCMediaHandlerStatstrackIdentifier in interface RTCVideoHandlerStatstrackIdentifier in interface RTCVideoSenderStats@JsOverlay @Nonnull default RTCSenderVideoTrackAttachmentStats priority(@RTCPriorityType @Nonnull java.lang.String priority)
priority in interface RTCMediaHandlerStatspriority in interface RTCVideoHandlerStatspriority in interface RTCVideoSenderStats@JsOverlay @Nonnull default RTCSenderVideoTrackAttachmentStats remoteSource(boolean remoteSource)
remoteSource in interface RTCMediaHandlerStatsremoteSource in interface RTCVideoHandlerStatsremoteSource in interface RTCVideoSenderStats@JsOverlay @Nonnull default RTCSenderVideoTrackAttachmentStats id(@Nonnull java.lang.String id)
id in interface RTCMediaHandlerStatsid in interface RTCStatsid in interface RTCVideoHandlerStatsid in interface RTCVideoSenderStats@JsOverlay @Nonnull default RTCSenderVideoTrackAttachmentStats timestamp(double timestamp)
timestamp in interface RTCMediaHandlerStatstimestamp in interface RTCStatstimestamp in interface RTCVideoHandlerStatstimestamp in interface RTCVideoSenderStats@JsOverlay @Nonnull default RTCSenderVideoTrackAttachmentStats type(@RTCStatsType @Nonnull java.lang.String type)
type in interface RTCMediaHandlerStatstype in interface RTCStatstype in interface RTCVideoHandlerStatstype in interface RTCVideoSenderStats