THPSimpleGetVolume

C Specification

#include "THPSimple.h"
s32 THPSimpleGetVolume(void);

Arguments

None.

Return Values

Returns the current playback volume if successful; -1 otherwise.

Description

This function gets the playback volume of the current THP audio data.

See Also

Revision History

03/01/2006 Initial version.