Interface RTCEncodedVideoFrame

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

    Properties

    Methods

    Properties

    timestamp: number

    Methods