selectSlot static method

Future<HyperDeckResponse> selectSlot({
  1. int? slotId,
  2. String? device,
  3. String? videoFormat,
})

Implementation

static Future<HyperDeckResponse> selectSlot(
        {int? slotId, String? device, String? videoFormat}) =>
    command('slot select',
        {'slot id': slotId, 'device': device, 'video format': videoFormat});