mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-09 09:25:07 -04:00
DATV Mod: Add UDP buffer utiliziation in GUI on Windows
This commit is contained in:
@@ -192,6 +192,11 @@ bool DATVModBaseband::handleMessage(const Message& cmd)
|
||||
m_source.reportUDPBitrate();
|
||||
return true;
|
||||
}
|
||||
else if (DATVMod::MsgGetUDPBufferUtilization::match(cmd))
|
||||
{
|
||||
m_source.reportUDPBufferUtilization();
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user