SoundIoDeviceAimOutput

Whether a device is an input device or output device

  1. enum SoundIoDeviceAim
  2. enum SoundIoDeviceAimInput;
  3. enum SoundIoDeviceAimOutput;
    extern (C) @nogc nothrow
    enum SoundIoDeviceAimOutput = SoundIoDeviceAim.Output;

Meta