VideoPlayer::CreateTexture

VideoPlayer::CreateTexture
virtual VideoImage* CreateTexture(Render::TextureManager* ptexman) = 0;
Description

CreateTexture creates a texture for the movies. 

Note: This method can only be called after the status of the movie has transitioned to Ready status.

Parameters
Parameters 
Description 
Render::TextureManager* ptexman 
Pointer to TextureManager for texture creation. 
Return Value

Pointer to the created texture image for the movie.