#include "THPPlayer.h"
void THPPlayerStop(void);
None.
None.
The THPPlayerStop function stops playback of THP movie data. This function stops the video decoding thread, the audio decoding thread, and the read thread created by the THPPlayerPrepare function and restores the VI post callback.
To restart playback of THP movie data that was stopped, first call the THPPlayerPrepare function.
03/01/2006 Initial version.