RTCEncodedVideoFrame
interface RTCEncodedVideoFrame {
data: ArrayBuffer;
readonly timestamp: number;
readonly type: RTCEncodedVideoFrameType;
getMetadata(): RTCEncodedVideoFrameMetadata;
}var RTCEncodedVideoFrame: {
prototype: RTCEncodedVideoFrame;
new (): RTCEncodedVideoFrame;
};