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