<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.2769" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp; What&nbsp;is the variable 
WindowsAudioInputDevice_common::hAudioReady in 
WindowsAudioInputDevice_common.cpp&nbsp;used for?</FONT></DIV>
<DIV><FONT size=2>there are only two sentence about this variable:</FONT></DIV>
<DIV><FONT size=2>hAudioReady = CreateEvent(NULL, TRUE, FALSE, "waveIn Audio 
Ready");</FONT></DIV>
<DIV><FONT size=2>SetEvent(hAudioReady);</FONT></DIV>
<DIV><FONT size=2>are&nbsp;these sentence&nbsp;the mutex of sinking thread and 
audioinput thread? how does it work?</FONT></DIV></BODY></HTML>