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