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: {
bitRate: number;
codec: string;
resolution: {
width: number;
@ -155,12 +156,7 @@ export interface ISynthesisSectionVideo {
character: string;
style: string;
background: {
color: {
red: number;
green: number;
blue: number;
alpha: number;
};
color: string;
image: {
url: string;
};