Interface RecordingImageData

interface RecordingImageData {
    jpegBuffer: ImageData;
}

Properties

Properties

jpegBuffer: ImageData