THPPlayerQuit

Syntax

#include "THPPlayer.h"

void THPPlayerQuit(void);

Arguments

None.

Return Values

None.

Description

The THPPlayerQuit function disables locked cache, and returns the player internal state to what it was before the THPPlayerInit function was called. To use the player again, you must start by calling the THPPlayerInit function.

When using AX library at the same time, please call the THPPlayerQuit function when the AX sound output is silent.

See Also

THPPlayerInit

Revision History

2006/03/01 Initial version.


CONFIDENTIAL