Interface SectionsToDiff

Hierarchy

  • SectionsToDiff

Properties

audio?: {
    classic?: DiffClassicAudio;
    fairlight?: DiffFairlightAudio;
}

Type declaration

colorGenerators?: DiffColorGenerators
macros?: {
    player?: DiffMacroPlayer;
}

Type declaration

media?: {
    players?: DiffMediaPlayer | DiffMediaPlayer[];
}

Type declaration

settings?: {
    multiviewer?: DiffMultiViewer | DiffMultiViewer[];
}

Type declaration

video?: {
    auxiliaries?: DiffAuxiliaries;
    downstreamKeyers?: DiffDownstreamKeyer | DiffDownstreamKeyer[];
    mixEffects?: DiffMixEffect | DiffMixEffect[];
    superSources?: DiffSuperSource | DiffSuperSource[];
}

Type declaration

Generated using TypeDoc