update
This commit is contained in:
Родитель
2444ecaa6e
Коммит
6f1169ebc8
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Загрузка…
Ссылка в новой задаче