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

Function hostTargetOs

src/core/AudioFormatNegotiator.cpp:199–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199TargetOs hostTargetOs()
200{
201#if defined(Q_OS_WIN)
202 return TargetOs::Windows;
203#elif defined(Q_OS_MAC)
204 return TargetOs::MacOS;
205#else
206 return TargetOs::Linux;
207#endif
208}
209
210const char* toString(SampleFmt f)
211{

Callers 4

startPlaybackMethod · 0.85
startPlaybackMethod · 0.85
startTxStreamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected