THPPlayerQuit

C Specification

#include "THPPlayer.h"
void THPPlayerQuit(void);

Arguments

None.

Return Values

None.

Description

This function disables the locked cache and returns the internal state of the player to the previous state before the THPPlayerInit function was called. To use the player again, start by calling the THPPlayerInit function.

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

See Also

THPPlayerInit

Revision History

2006/03/01 Initial version.


CONFIDENTIAL