THPAudioGetInfo

C Specification

#include <win32/thpaudio.h>
s32 THPAudioGetInfo(THPAudioHandle* handle, THPAudioInfo* audioInfo);

Arguments

handle Pointer to a THPAudioHandle structure.
audioInfo Pointer to the THPAudioInfo structure.

Return Values

TRUE if successful, FALSE otherwise.

Description

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.

See Also

THPAudioHandle, THPAudioInfo

Revision History

2006/03/01 Initial version.


CONFIDENTIAL