mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2025-12-31 13:39:57 +01:00
14 lines
111 B
C#
14 lines
111 B
C#
namespace SDRSharp.Radio
|
|
{
|
|
public enum DemodType
|
|
{
|
|
Empty,
|
|
AM,
|
|
FM,
|
|
PM,
|
|
Audio,
|
|
Envelope,
|
|
IQ
|
|
}
|
|
}
|