Package elemental2.dom
Interface RTCVideoSourceStats
-
- All Superinterfaces:
RTCMediaSourceStats
,RTCStats
@JsType(isNative=true, namespace="<global>") public interface RTCVideoSourceStats extends RTCMediaSourceStats
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface elemental2.dom.RTCStats
RTCStats.GetTimestampUnionType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getFrames()
int
getFramesPerSecond()
int
getHeight()
int
getWidth()
-
Methods inherited from interface elemental2.dom.RTCMediaSourceStats
getKind, getTrackIdentifier
-
Methods inherited from interface elemental2.dom.RTCStats
getId, getTimestamp, getType
-
-