mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-04-07 15:33:46 +00:00
8 lines
88 B
C#
8 lines
88 B
C#
namespace SDRSharp.WavRecorder
|
|
{
|
|
public enum RecordingMode
|
|
{
|
|
Baseband,
|
|
Audio
|
|
}
|
|
}
|