| 3870 | { |
| 3871 | public: |
| 3872 | WasapiBuffer() |
| 3873 | : buffer_( NULL ), |
| 3874 | bufferSize_( 0 ), |
| 3875 | inIndex_( 0 ), |
| 3876 | outIndex_( 0 ) {} |
| 3877 | |
| 3878 | ~WasapiBuffer() { |
| 3879 | free( buffer_ ); |
nothing calls this directly
no outgoing calls
no test coverage detected