Interface VideoFrameMetadata
@JsType(isNative=true,
namespace="<global>")
public interface VideoFrameMetadata
-
Method Summary
Modifier and TypeMethodDescriptionstatic VideoFrameMetadata
create()
double
double
int
double
double
int
double
double
int
int
getWidth()
-
Method Details
-
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()
-