menu
blackmagicdesign package
documentation
atem/src/command/atem_command_builder.dart
AtemCommandBuilder
addBytes method
addBytes method
dark_mode
light_mode
addBytes
method
AtemCommandBuilder
addBytes
(
Uint8List
bytes
)
Adds raw bytes.
Implementation
AtemCommandBuilder addBytes(Uint8List bytes) { _buffer.add(bytes); return this; }
blackmagicdesign package
documentation
atem/src/command/atem_command_builder
AtemCommandBuilder
addBytes method
AtemCommandBuilder class