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

Method WasapiBuffer

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

Source from the content-addressed store, hash-verified

3870{
3871public:
3872 WasapiBuffer()
3873 : buffer_( NULL ),
3874 bufferSize_( 0 ),
3875 inIndex_( 0 ),
3876 outIndex_( 0 ) {}
3877
3878 ~WasapiBuffer() {
3879 free( buffer_ );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected