| 4571 | HANDLE renderEvent; |
| 4572 | |
| 4573 | WasapiHandle() |
| 4574 | : captureAudioClient(NULL) |
| 4575 | , renderAudioClient(NULL) |
| 4576 | , captureClient(NULL) |
| 4577 | , renderClient(NULL) |
| 4578 | , captureEvent(NULL) |
| 4579 | , renderEvent(NULL) |
| 4580 | { |
| 4581 | } |
| 4582 | }; |
| 4583 | |
| 4584 | //============================================================================= |
nothing calls this directly
no outgoing calls
no test coverage detected