mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-04-06 06:53:34 +00:00
9 lines
107 B
C#
9 lines
107 B
C#
namespace SDRSharp.Radio.PortAudio
|
|
{
|
|
public enum DeviceDirection
|
|
{
|
|
Input,
|
|
Output,
|
|
InputOutput
|
|
}
|
|
}
|