VideoImage(ImageFormat format, const ImageSize& size, TextureManager* ptexman, VideoPlayerImpl* pplayer);
VideoImage constructor.
Parameters |
Description |
ImageFormat format |
The image format. |
const ImageSize& size |
The size of the image that represents a video frame. |
TextureManager* ptexman |
Pointer to TextureManager for texture creation. |
VideoPlayerImpl* pplayer |
Pointer to video player. |