using System; namespace SoundIOSharp { public enum SoundIODeviceAim // soundio.h (228, 6) { Input = 0, Output = 1, } }