virtual void UpdateTexture(VideoImage* pimage, char* subtitle, int subtitleLength) = 0;
UpdateTexture updates the texture image (created by CreateTexture method) if the next movie frame is ready.
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. |