SoundIODeviceAim.cs 129 B

123456789
  1. using System;
  2. namespace SoundIOSharp
  3. {
  4. public enum SoundIODeviceAim // soundio.h (228, 6)
  5. {
  6. Input = 0,
  7. Output = 1,
  8. }
  9. }