Interface RTCEncodedVideoFrame
interface RTCEncodedVideoFrame {
data: ArrayBuffer;
timestamp: number;
type: RTCEncodedVideoFrameType;
getMetadata(): RTCEncodedVideoFrameMetadata;
}
data: ArrayBuffer;
timestamp: number;
type: RTCEncodedVideoFrameType;
getMetadata(): RTCEncodedVideoFrameMetadata;
}
 Index
Properties
Methods
 Methods
getMetadata 
- getMetadata(): RTCEncodedVideoFrameMetadata
- Returns RTCEncodedVideoFrameMetadata
MDN Reference