1 2 3 4 5 6 7 8
namespace Ryujinx.Audio.Backends.SoundIo.Native { public enum SoundIoDeviceAim { SoundIoDeviceAimInput = 0, SoundIoDeviceAimOutput = 1, } }