mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2025-12-06 04:12:02 +01:00
9 lines
88 B
C#
9 lines
88 B
C#
namespace SDRSharp.WavRecorder
|
|
{
|
|
public enum RecordingMode
|
|
{
|
|
Baseband,
|
|
Audio
|
|
}
|
|
}
|