The base class for a family of animated Textures that take their input from a video source, such as a movie file. More...
Public Member Functions | |
bool | getKeepRamImage () |
Returns the flag that indicates whether this Texture is eligible to have its main RAM copy of the texture memory dumped when the texture is prepared for rendering. | |
int | getVideoHeight () |
Returns the height in texels of the source video stream. | |
int | getVideoWidth () |
Returns the width in texels of the source video stream. | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
The base class for a family of animated Textures that take their input from a video source, such as a movie file.
These Textures may be stopped, started, etc. using the AnimInterface controls, similar to an animated character.
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from AnimInterface.
bool getKeepRamImage | ( | ) |
int getVideoHeight | ( | ) |
Returns the height in texels of the source video stream.
This is not necessarily the height of the actual texture, since the texture may have been expanded to raise it to a power of 2.
int getVideoWidth | ( | ) |
Returns the width in texels of the source video stream.
This is not necessarily the width of the actual texture, since the texture may have been expanded to raise it to a power of 2.