recordSpillToSlot method

Future<HyperDeckResponse> recordSpillToSlot(
  1. int slotId
)

Starts spill recording to slotId.

Implementation

Future<HyperDeckResponse> recordSpillToSlot(int slotId) =>
    command('record', {'spill': 'slot id: $slotId'});