MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / AudioThreadCommand

Method AudioThreadCommand

src/audio/AudioThread.h:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 };
64
65 AudioThreadCommand() :
66 cmdType(AudioThreadCommand::Type::AUDIO_THREAD_CMD_NULL), int_value(0) {
67 }
68
69 AudioThreadCommand::Type cmdType;
70 int int_value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected