ofDocsdocumentation addons ofxAndroid ofxAndroidVideoPlayer

ofxAndroidVideoPlayer


close( )

void close()

getDuration( )

float getDuration()

getHeight( )

float getHeight()

getIsMovieDone( )

bool getIsMovieDone()

getLoopState( )

ofLoopType getLoopState()

getPixelFormat( )

ofPixelFormat getPixelFormat()

getPixels( )

ofPixels & getPixels()

getPixels( )

const ofPixels & getPixels()

getPosition( )

float getPosition()

getTexturePtr( )

ofTexture * getTexturePtr()

getWidth( )

float getWidth()

isFrameNew( )

bool isFrameNew()

isLoaded( )

bool isLoaded()

isPaused( )

bool isPaused()

isPlaying( )

bool isPlaying()

load( ... )

bool load(string fileName)

ofxAndroidVideoPlayer( )

ofxAndroidVideoPlayer()

play( )

void play()

reloadTexture( )

void reloadTexture()

setLoopState( ... )

void setLoopState(ofLoopType state)

setPaused( ... )

void setPaused(bool bPause)

setPixelFormat( ... )

bool setPixelFormat(ofPixelFormat pixelFormat)

setPosition( ... )

void setPosition(float pct)

setVolume( ... )

void setVolume(float volume)

stop( )

void stop()

unloadTexture( )

void unloadTexture()

update( )

void update()

~ofxAndroidVideoPlayer( )

~ofxAndroidVideoPlayer()