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

Method playbackStart

src/models/DvkModel.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 emit replyCommandReady(QString("dvk preview_stop id=%1").arg(id), "preview_stop", id);
33}
34void DvkModel::playbackStart(int id)
35{
36 emit replyCommandReady(QString("dvk playback_start id=%1").arg(id), "playback_start", id);
37}
38void DvkModel::playbackStop(int id)
39{
40 emit replyCommandReady(QString("dvk playback_stop id=%1").arg(id), "playback_stop", id);

Callers 1

DvkPanelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected