THPPlayerStop

Syntax

#include "THPPlayer.h"

void THPPlayerStop(void);

Arguments

None.

Return Values

None.

Description

The THPPlayerStop function stops playback of THP movie data. Stops the video decode thread, the audio code thread, and the read thread created by the THPPlayerPrepare function and restores the VI post callback.

To once again play THP movie data that was stopped, you must first call the THPPlayerPrepare function.

See Also

THPPlayerPrepare

Revision History

2006/03/01 Initial version.


CONFIDENTIAL