Update flows

This commit is contained in:
HaveAGitGat 2023-08-26 17:53:07 +01:00
parent 658857fdf4
commit 25c4fab8d9
73 changed files with 4295 additions and 839 deletions

View file

@ -14,7 +14,7 @@ export interface Itags {
}
export interface Istreams {
codec_name: string;
codec_type?: string,
codec_type: string,
bit_rate?: number,
channels?: number,
tags?: Itags,
@ -134,6 +134,7 @@ export interface ImediaInfo {
'IsStreamable': string,
'Encoded_Application': string,
'Encoded_Library': string,
BitRate: number,
'extra': {
'ErrorDetectionType': string,
}