Interface SerializedDocument
interface SerializedDocument {
assets: AnyAssetSchema[];
frameRate: number;
metadata?: Record<string, unknown>;
resolution: { height: number; width: number };
timeline: SerializedTimeline;
}
assets: AnyAssetSchema[];
frameRate: number;
metadata?: Record<string, unknown>;
resolution: { height: number; width: number };
timeline: SerializedTimeline;
}
Hierarchy (View Summary)
- DocumentSettings
- SerializedDocument
The frames per second of the video