MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / audioStartTx

Method audioStartTx

src/gui/MainWindow.cpp:3558–3563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3556}
3557
3558void MainWindow::audioStartTx(const QHostAddress& addr, quint16 port)
3559{
3560 QMetaObject::invokeMethod(m_audio, [this, addr, port]() {
3561 m_audio->startTxStream(addr, port);
3562 });
3563}
3564
3565void MainWindow::audioStopTx()
3566{

Callers

nothing calls this directly

Calls 1

startTxStreamMethod · 0.80

Tested by

no test coverage detected