Public Member Functions

sp::video::Movie Class Reference

#include <spRenderSystemMovie.hpp>

List of all members.

Public Member Functions

 Movie (const io::stringc &Filename, const s32 Resolution=256)
 ~Movie ()
bool reload (const io::stringc &Filename, const s32 Resolution=256)
void close ()
void play (bool Looped=false)
void pause (bool Paused=true)
void stop ()
void setSeek (f32 Seek)
f32 getSeek () const
void setSpeed (f32 Speed)
f32 getSpeed () const
dim::size2di getSize () const
u32 getLength () const
bool finish () const
bool valid () const
void renderTexture (Texture *Tex)
 Renders the current movie frame to the specified texture.
io::stringc getFilename () const

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
dim::size2di sp::video::Movie::getSize (  )  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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines