Skip to content

Commit

Permalink
add broadcastable apis
Browse files Browse the repository at this point in the history
  • Loading branch information
Warry committed Feb 3, 2023
1 parent f18f173 commit 71727c7
Show file tree
Hide file tree
Showing 2 changed files with 362 additions and 77 deletions.
27 changes: 27 additions & 0 deletions src/formats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,30 @@ export enum Mapping {
VDVIVONLY = "VDVIVONLY",
VDVIMEVONLY = "VDVIMEVONLY",
}

export enum Layout {
Mono = "Mono",
DualMono = "DualMono",
Stereo = "Stereo",
StereoL = "StereoL",
StereoR = "StereoR",
FiveDotOne = "FiveDotOne",
FiveDotOneL = "FiveDotOneL",
FiveDotOneR = "FiveDotOneR",
FiveDotOneC = "FiveDotOneC",
FiveDotOneSL = "FiveDotOneSL",
FiveDotOneSR = "FiveDotOneSR",
FiveDotOneLFE = "FiveDotOneLFE",
SevenDotOne = "SevenDotOne",
OneTrack = "OneTrack",
}

export enum TypeVersion {
ORIGINAL = "ORIGINAL",
DUBBED = "DUBBED",
AD = "AD",
MUTE = "MUTE",
INT = "INT",
ME = "ME",
VONLY = "VONLY",
}
Loading

0 comments on commit 71727c7

Please sign in to comment.