mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-01-01 22:20:03 +01:00
10 lines
107 B
C#
10 lines
107 B
C#
namespace SDRSharp.Radio.PortAudio
|
|
{
|
|
public enum DeviceDirection
|
|
{
|
|
Input,
|
|
Output,
|
|
InputOutput
|
|
}
|
|
}
|