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,
|
|||
|
}
|
|||
|
}
|