|
AudRecordLib
|
#include <messages.h>
Public Attributes | |
| struct IAudioClient * | pClient |
| struct IAudioCaptureClient * | pCaptureClient |
Params for the MSG_RELEASE_AUDIO_CLIENT message
The structure is passed to sampling thread to release the interfaces which must be released on the same thread which created them.
| struct IAudioCaptureClient* ReleaseAudioClientParams::pCaptureClient |
In parameter - previously acquired capture client
| struct IAudioClient* ReleaseAudioClientParams::pClient |
In parameter - audio client interface pointer returned in CreateAudioClientParams
1.7.5.1