mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-14 23:43:43 -04:00
NFM demod: GUI button and setting to use RTP over UDP for copy to audio
This commit is contained in:
@@ -56,6 +56,15 @@ AudioNetSink::~AudioNetSink()
|
||||
#endif
|
||||
}
|
||||
|
||||
bool AudioNetSink::isRTPCapable() const
|
||||
{
|
||||
#ifdef HAS_JRTPLIB
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
bool AudioNetSink::selectType(SinkType type)
|
||||
{
|
||||
if (type == SinkUDP)
|
||||
|
||||
Reference in New Issue
Block a user