@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RTCVideoSourceStats
extends RTCMediaSourceStats
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RTCVideoSourceStats.Builder |
static interface |
RTCVideoSourceStats.Step1 |
static interface |
RTCVideoSourceStats.Step2 |
static interface |
RTCVideoSourceStats.Step3 |
static interface |
RTCVideoSourceStats.Step4 |
| Modifier and Type | Method and Description |
|---|---|
int |
bitDepth() |
int |
frames() |
double |
framesPerSecond() |
int |
height() |
void |
setBitDepth(int bitDepth) |
void |
setFrames(int frames) |
void |
setFramesPerSecond(double framesPerSecond) |
void |
setHeight(int height) |
void |
setWidth(int width) |
static RTCVideoSourceStats.Step1 |
timestamp(double timestamp) |
int |
width() |
kind, relayedSource, setKind, setRelayedSource, setTrackIdentifier, trackIdentifier@JsOverlay @Nonnull static RTCVideoSourceStats.Step1 timestamp(double timestamp)
timestamp in interface RTCMediaSourceStatstimestamp in interface RTCStats@JsProperty(name="bitDepth") int bitDepth()
@JsProperty void setBitDepth(int bitDepth)
@JsProperty(name="frames") int frames()
@JsProperty void setFrames(int frames)
@JsProperty(name="framesPerSecond") double framesPerSecond()
@JsProperty void setFramesPerSecond(double framesPerSecond)
@JsProperty(name="height") int height()
@JsProperty void setHeight(int height)
@JsProperty(name="width") int width()
@JsProperty void setWidth(int width)