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
- get
Metadata (): RTCEncodedVideoFrameMetadata Returns RTCEncodedVideoFrameMetadata
MDN Reference