build method

Uint8List build()

Implementation

Uint8List build() {
  return AtemCommandBuilder().addUint8(meIndex).addPadding(3).build();
}