AudRecordLib
Public Attributes
ReleaseAudioClientParams Struct Reference

#include <messages.h>

List of all members.

Public Attributes

struct IAudioClient * pClient
struct IAudioCaptureClient * pCaptureClient

Detailed Description

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.


Member Data Documentation

struct IAudioCaptureClient* ReleaseAudioClientParams::pCaptureClient

In parameter - previously acquired capture client

struct IAudioClient* ReleaseAudioClientParams::pClient

In parameter - audio client interface pointer returned in CreateAudioClientParams


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Defines