#include "THPPlayer.h"
void THPPlayerDrawDone(void);
None.
None.
Call this function instead of the GXDrawDone function to synchronize with the graphics processor during movie playback.
The THPPlayerDrawDone function calls the GXDrawDone function internally, and if there is any, releases the already displayed THP video data. This strategy enables the safe release of the displayed THP video data after the graphics processor has finished accessing the data.
If this function is not called, the video decoding thread stops because the displayed THP video data is not released. Always call this function rather than the GXDrawDone function.
2006/03/01 Initial version.
CONFIDENTIAL