Interface ExportResult

interface ExportResult {
    blob: Blob;
    extension: "aac" | "ogg" | "mp4" | "webm";
}

Properties

Properties

blob: Blob
extension: "aac" | "ogg" | "mp4" | "webm"