@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RTCVideoHandlerStats
extends RTCMediaHandlerStats
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RTCVideoHandlerStats.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RTCVideoHandlerStats.Builder |
create(double timestamp,
java.lang.String type,
java.lang.String id,
java.lang.String kind) |
int |
frameHeight() |
double |
framesPerSecond() |
int |
frameWidth() |
void |
setFrameHeight(int frameHeight) |
void |
setFramesPerSecond(double framesPerSecond) |
void |
setFrameWidth(int frameWidth) |
ended, kind, priority, remoteSource, setEnded, setKind, setPriority, setRemoteSource, setTrackIdentifier, trackIdentifier@JsOverlay @Nonnull static RTCVideoHandlerStats.Builder create(double timestamp, @RTCStatsType @Nonnull java.lang.String type, @Nonnull java.lang.String id, @Nonnull java.lang.String kind)
create in interface RTCMediaHandlerStats@JsProperty(name="frameHeight") int frameHeight()
@JsProperty void setFrameHeight(int frameHeight)
@JsProperty(name="frameWidth") int frameWidth()
@JsProperty void setFrameWidth(int frameWidth)
@JsProperty(name="framesPerSecond") double framesPerSecond()
@JsProperty void setFramesPerSecond(double framesPerSecond)