THPPlayerStop

C Specification

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

Arguments

None.

Return Values

None.

Description

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.

See Also

THPPlayerPrepare

Revision History

03/01/2006 Initial version.