THPAudioGetInfo

Syntax

#include <win32/thpaudio.h>

s32 THPAudioGetInfo(THPAudioHandle* handle, THPAudioInfo* audioInfo);

Arguments

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

Return Values

Returns TRUE if successful, FALSE otherwise.

Description

Gets the channel count and playback frequency from the THPAudioHandle structure specified by handle and places them into the THPAudioInfo structure specified by audioInfo.

See Also

THPAudioHandle, THPAudioInfo

Revision History

2006/03/01 Initial version.


CONFIDENTIAL