Interface TranscodeProgressInfo

interface TranscodeProgressInfo {
    progress: number;
    state: string;
}

Properties

Properties

progress: number
state: string