Package elemental2.dom
Interface VideoFrameMetadata
-
@JsType(isNative=true, namespace="<global>") public interface VideoFrameMetadata
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static VideoFrameMetadata
create()
double
getCaptureTime()
double
getExpectedDisplayTime()
int
getHeight()
double
getMediaTime()
double
getPresentationTime()
int
getPresentedFrames()
double
getProcessingDuration()
double
getReceiveTime()
int
getRtpTimestamp()
int
getWidth()
-
-
-
Method Detail
-
create
@JsOverlay static VideoFrameMetadata create()
-
getCaptureTime
@JsProperty double getCaptureTime()
-
getExpectedDisplayTime
@JsProperty double getExpectedDisplayTime()
-
getHeight
@JsProperty int getHeight()
-
getMediaTime
@JsProperty double getMediaTime()
-
getPresentationTime
@JsProperty double getPresentationTime()
-
getPresentedFrames
@JsProperty int getPresentedFrames()
-
getProcessingDuration
@JsProperty double getProcessingDuration()
-
getReceiveTime
@JsProperty double getReceiveTime()
-
getRtpTimestamp
@JsProperty int getRtpTimestamp()
-
getWidth
@JsProperty int getWidth()
-
-