#include <win32/thpaudio.h> s32 THPAudioGetInfo(THPAudioHandle* handle, THPAudioInfo* audioInfo);
| handle | Pointer to a THPAudioHandle structure. |
|---|---|
| audioInfo | Pointer to a THPAudioInfo structure. |
Returns TRUE if successful, FALSE otherwise.
Gets the channel count and playback frequency from the THPAudioHandle structure specified by handle and places them into the THPAudioInfo structure specified by audioInfo.
2006/03/01 Initial version.
CONFIDENTIAL