mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-04-21 06:13:41 +00:00
14 lines
111 B
C#
14 lines
111 B
C#
|
|
namespace SDRSharp.Radio
|
||
|
|
{
|
||
|
|
public enum DemodType
|
||
|
|
{
|
||
|
|
Empty,
|
||
|
|
AM,
|
||
|
|
FM,
|
||
|
|
PM,
|
||
|
|
Audio,
|
||
|
|
Envelope,
|
||
|
|
IQ
|
||
|
|
}
|
||
|
|
}
|