18 #ifndef _VIDEO_VISUAL_PRIVATE_HH_
19 #define _VIDEO_VISUAL_PRIVATE_HH_
Private data for the Visual class.
Definition: VisualPrivate.hh:56
Ogre::TexturePtr texture
Texture to draw the video onto.
Definition: VideoVisualPrivate.hh:44
unsigned char * imageBuffer
One frame of the viedeo.
Definition: VideoVisualPrivate.hh:47
int width
Width of the video.
Definition: VideoVisualPrivate.hh:50
Handle video encoding and decoding using libavcodec.
Definition: Video.hh:38
common::Video * video
Load a video.
Definition: VideoVisualPrivate.hh:38
Private data for the Video Visual class.
Definition: VideoVisualPrivate.hh:35
std::vector< event::ConnectionPtr > connections
All the event connections.
Definition: VideoVisualPrivate.hh:41
int height
Height of the video.
Definition: VideoVisualPrivate.hh:53