This commit is contained in:
Yulin Li 2023-07-21 16:23:51 +08:00
Родитель 2444ecaa6e
Коммит 6f1169ebc8
1 изменённых файлов: 2 добавлений и 6 удалений

Просмотреть файл

@ -145,6 +145,7 @@ export interface ISynthesisSectionVideo {
}; };
}; };
format: { format: {
bitRate: number;
codec: string; codec: string;
resolution: { resolution: {
width: number; width: number;
@ -155,12 +156,7 @@ export interface ISynthesisSectionVideo {
character: string; character: string;
style: string; style: string;
background: { background: {
color: { color: string;
red: number;
green: number;
blue: number;
alpha: number;
};
image: { image: {
url: string; url: string;
}; };