VideoState: {
    audioOutput: string;
    file: string;
    fit: "cover" | "contain" | "none";
    keyframes: [InitialVideoKeyframe, ...(VideoKeyframe | NullKeyframe)[]];
    type: "video";
}

Type declaration