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

Method SndOutputTdealloc

external/rtaudio/RtAudio.cpp:7592–7592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7590#if defined(__RTAUDIO_DEBUG__)
7591 struct SndOutputTdealloc {
7592 SndOutputTdealloc() : _out(NULL) { snd_output_stdio_attach(&_out, stderr, 0); }
7593 ~SndOutputTdealloc() { snd_output_close(_out); }
7594 operator snd_output_t*() { return _out; }
7595 snd_output_t *_out;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected