SoundIODeviceAim.cs 126 B

12345678
  1. namespace SoundIOSharp
  2. {
  3. public enum SoundIODeviceAim // soundio.h (228, 6)
  4. {
  5. Input,
  6. Output
  7. }
  8. }