firstFrame( )
void firstFrame()
getCurrentFrame( )
int getCurrentFrame()
getDuration( )
float getDuration()
getHeight( )
float getHeight()
getIsMovieDone( )
bool getIsMovieDone()
getLoopState( )
ofLoopType getLoopState()
getPixels( )
ofPixels & getPixels()
getPixels( )
const ofPixels & getPixels()
getPosition( )
float getPosition()
getSpeed( )
float getSpeed()
getTexture( )
ofTexture * getTexture()
getTotalNumFrames( )
int getTotalNumFrames()
getWidth( )
float getWidth()
isFrameNew( )
bool isFrameNew()
isLoaded( )
bool isLoaded()
isPaused( )
bool isPaused()
isPlaying( )
bool isPlaying()
load( ... )
bool load(string name)
nextFrame( )
void nextFrame()
ofxEmscriptenVideoPlayer( )
ofxEmscriptenVideoPlayer()
previousFrame( )
void previousFrame()
setFrame( ... )
void setFrame(int frame)
setLoopState( ... )
void setLoopState(ofLoopType state)
setPaused( ... )
void setPaused(bool bPause)
setPosition( ... )
void setPosition(float pct)
setSpeed( ... )
void setSpeed(float speed)
setUsePixels( ... )
void setUsePixels(bool usePixels)
setVolume( ... )
void setVolume(float volume)
~ofxEmscriptenVideoPlayer( )
~ofxEmscriptenVideoPlayer()