atem/src/command/atem_commands library

ATEM command library exports.

Classes

AtemCommand
Internal base class for AtemCommand.
AtemCommandBuilder
Builder for ATEM command payloads.
AtemCommandCode
Common ATEM command codes.
AutoTransitionCommand
Auto transition command.
AuxSourceCommand
Aux source command.
ColorGeneratorCommand
Color generator command.
CutCommand
Cut command - instant transition (Cut Preview).
FadeToBlackCommand
Fade to black command.
FadeToBlackExecuteCommand
Fade to black execute command.
KeyOnAirCommand
Key on air command.
KeyPropertiesBaseCommand
Key properties base command.
PreviewInputCommand
Preview input command (CPvI).
ProgramInputCommand
Program input command (CPgI).

Functions

packCommands(Iterable<AtemCommand> commands) Uint8List
Packs multiple commands into a single packet payload.
unpackCommands(Uint8List data) List<AtemCommand>
Unpacks a packet payload into individual commands.