interface BlobEventInit {
    data: Blob;
    timecode?: number;
}

Properties

Properties

data: Blob
timecode?: number

Generated using TypeDoc