VideoPlayer::UpdateTexture

VideoPlayer::UpdateTexture
virtual void UpdateTexture(VideoImage* pimage, char* subtitle, int subtitleLength) = 0;
Description

UpdateTexture updates the texture image (created by CreateTexture method) if the next movie frame is ready.

Parameters
Parameters 
Description 
VideoImage* pimage 
Pointer to the texture (video image) created for the movie. 
char* subtitle 
The subtitle displayed in the movie frame. 
int subtitleLength 
The size of the subtitle string.