This commit is contained in:
Developer
2026-03-16 12:55:45 +08:00
parent ff659dcef7
commit 9a70dd0c4d
2 changed files with 34 additions and 55 deletions

View File

@@ -92,7 +92,8 @@ export interface VideoShotData {
img_x_size: number;
img_y_size: number;
image: string[];
pvdata?: string; // base64 protobuf: packed float32 timestamps (seconds) per frame
index: number[]; // frame index per second: index[t] = frame idx at second t
pvdata?: string;
}
export interface DanmakuItem {