| 4234 | HANDLE renderEvent; |
| 4235 | |
| 4236 | WasapiHandle() |
| 4237 | : captureAudioClient( NULL ), |
| 4238 | renderAudioClient( NULL ), |
| 4239 | captureClient( NULL ), |
| 4240 | renderClient( NULL ), |
| 4241 | captureEvent( NULL ), |
| 4242 | renderEvent( NULL ) {} |
| 4243 | }; |
| 4244 | |
| 4245 | //============================================================================= |
nothing calls this directly
no outgoing calls
no test coverage detected