mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-03-10 09:04:23 +00:00
10 lines
129 B
C#
10 lines
129 B
C#
![]() |
using System;
|
|||
|
namespace SoundIOSharp
|
|||
|
{
|
|||
|
public enum SoundIODeviceAim // soundio.h (228, 6)
|
|||
|
{
|
|||
|
Input = 0,
|
|||
|
Output = 1,
|
|||
|
}
|
|||
|
}
|