#include <spRenderSystemMovie.hpp>
List of all members.
Constructor & Destructor Documentation
sp::video::Movie::Movie |
( |
const io::stringc & |
Filename, |
|
|
const s32 |
Resolution = 256 | |
|
) |
| | |
sp::video::Movie::~Movie |
( |
|
) |
|
Member Function Documentation
void sp::video::Movie::close |
( |
|
) |
|
bool sp::video::Movie::finish |
( |
|
) |
const |
io::stringc sp::video::Movie::getFilename |
( |
|
) |
const [inline] |
u32 sp::video::Movie::getLength |
( |
|
) |
const |
f32 sp::video::Movie::getSeek |
( |
|
) |
const |
f32 sp::video::Movie::getSpeed |
( |
|
) |
const |
void sp::video::Movie::pause |
( |
bool |
Paused = true |
) |
|
void sp::video::Movie::play |
( |
bool |
Looped = false |
) |
|
bool sp::video::Movie::reload |
( |
const io::stringc & |
Filename, |
|
|
const s32 |
Resolution = 256 | |
|
) |
| | |
void sp::video::Movie::renderTexture |
( |
Texture * |
Tex |
) |
|
Renders the current movie frame to the specified texture.
void sp::video::Movie::setSeek |
( |
f32 |
Seek |
) |
|
void sp::video::Movie::setSpeed |
( |
f32 |
Speed |
) |
|
void sp::video::Movie::stop |
( |
|
) |
|
bool sp::video::Movie::valid |
( |
|
) |
const |
The documentation for this class was generated from the following files: