mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-01-05 16:00:00 +01:00
10 lines
92 B
C#
10 lines
92 B
C#
|
|
namespace SDRSharp.Radio
|
||
|
|
{
|
||
|
|
public enum InputType
|
||
|
|
{
|
||
|
|
SoundCard,
|
||
|
|
Plugin,
|
||
|
|
WaveFile
|
||
|
|
}
|
||
|
|
}
|