#include <win32/thpaudio.h>s32 THPAudioGetInfo(THPAudioHandle* handle, THPAudioInfo* audioInfo);handle |
Pointer to a THPAudioHandle structure. |
audioInfo |
Pointer to the THPAudioInfo structure. |
TRUE if successful, FALSE otherwise.
This function gets the channel number and playback frequency of the THPAudioHandle structure specified by handle and sets these values in the THPAudioInfo structure specified by audioInfo.
2006/03/01 Initial version.
CONFIDENTIAL