menu
blackmagicdesign package
documentation
atem/src/command/atem_commands_impl.dart
KeyOnAirCommand
KeyOnAirCommand.new const constructor
KeyOnAirCommand.new const constructor
dark_mode
light_mode
KeyOnAirCommand
constructor
const
KeyOnAirCommand
(
{
required
int
meIndex
,
required
int
keyerIndex
,
required
bool
onAir
,
})
Implementation
const KeyOnAirCommand({ required this.meIndex, required this.keyerIndex, required this.onAir, });
blackmagicdesign package
documentation
atem/src/command/atem_commands_impl
KeyOnAirCommand
KeyOnAirCommand.new const constructor
KeyOnAirCommand class