recordSpillToSlot method
Starts spill recording to slotId.
Implementation
Future<HyperDeckResponse> recordSpillToSlot(int slotId) =>
command('record', {'spill': 'slot id: $slotId'});
Starts spill recording to slotId.
Future<HyperDeckResponse> recordSpillToSlot(int slotId) =>
command('record', {'spill': 'slot id: $slotId'});