Interface AtemState

Hierarchy

  • AtemState

Properties

colorGenerators?: {
    [index: number]: ColorGeneratorState | undefined;
}

Type declaration

displayClock?: DisplayClockState
inputs: {
    [inputId: number]: InputChannel | undefined;
}

Type declaration

macro: MacroState
media: MediaState
recording?: RecordingState
settings: SettingsState
streaming?: StreamingState

Generated using TypeDoc