closeMovie( )
void closeMovie()
draw( ... )
void draw(float x, float y, float w, float h)
draw( ... )
void draw(float x, float y)
firstFrame( )
void firstFrame()
getCurrentFrame( )
int getCurrentFrame()
getDecodeMode( )
ofQTKitDecodeMode getDecodeMode()
getDuration( )
float getDuration()
getHeight( )
float getHeight()
getIsMovieDone( )
bool getIsMovieDone()
getLoopState( )
ofLoopType getLoopState()
getPixels( )
unsigned char * getPixels()
getPixelsRef( )
ofPixelsRef getPixelsRef()
getPosition( )
float getPosition()
getPositionInSeconds( )
float getPositionInSeconds()
getSpeed( )
float getSpeed()
getSynchronousSeeking( )
bool getSynchronousSeeking()
getTexture( )
ofTexture * getTexture()
getTotalNumFrames( )
int getTotalNumFrames()
getWidth( )
float getWidth()
idleMovie( )
void idleMovie()
isFrameNew( )
bool isFrameNew()
isLoaded( )
bool isLoaded()
isPaused( )
bool isPaused()
isPlaying( )
bool isPlaying()
loadMovie( ... )
bool loadMovie(string path)
loadMovie( ... )
bool loadMovie(string path, ofQTKitDecodeMode mode)
nextFrame( )
void nextFrame()
ofQTKitPlayer( )
ofQTKitPlayer()
previousFrame( )
void previousFrame()
reallocatePixels( )
void reallocatePixels()
setBalance( ... )
void setBalance(float balance)
setFrame( ... )
void setFrame(int frame)
setLoopState( ... )
void setLoopState(ofLoopType state)
setPaused( ... )
void setPaused(bool bPaused)
setPosition( ... )
void setPosition(float pct)
setSpeed( ... )
void setSpeed(float speed)
setSynchronousSeeking( ... )
void setSynchronousSeeking(bool synchronous)
setVolume( ... )
void setVolume(float volume)
updateTexture( )
void updateTexture()
~ofQTKitPlayer( )
~ofQTKitPlayer()