ofDocsdocumentation addons ofxiOS ofxiOSVideoPlayer

ofxiOSVideoPlayer


close( )

void close()

firstFrame( )

void firstFrame()

getAVFoundationVideoPlayer( )

void * getAVFoundationVideoPlayer()

getCurrentFrame( )

int getCurrentFrame()

getDuration( )

float getDuration()

getHeight( )

float getHeight()

getIsMovieDone( )

bool getIsMovieDone()

getLoopState( )

ofLoopType getLoopState()

getPixelFormat( )

ofPixelFormat getPixelFormat()

getPixels( )

unsigned char * getPixels()

getPixelsRef( )

ofPixelsRef getPixelsRef()

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()

loadMovie( ... )

bool loadMovie(string name)

nextFrame( )

void nextFrame()

ofxiOSVideoPlayer( )

ofxiOSVideoPlayer()

play( )

void play()

previousFrame( )

void previousFrame()

setFrame( ... )

void setFrame(int frame)

setLoopState( ... )

void setLoopState(ofLoopType state)

setPaused( ... )

void setPaused(bool bPause)

setPixelFormat( ... )

bool setPixelFormat(ofPixelFormat pixelFormat)

setPosition( ... )

void setPosition(float pct)

setSpeed( ... )

void setSpeed(float speed)

setVolume( ... )

void setVolume(float volume)

stop( )

void stop()

update( )

void update()

updatePixelsToRGB( )

void updatePixelsToRGB()

~ofxiOSVideoPlayer( )

~ofxiOSVideoPlayer()

Variables

bool bFrameNew
bool bResetPixels
bool bResetTexture
bool bTextureCacheSupported
bool bTextureHack
bool bUpdatePixels
bool bUpdatePixelsToRgb
bool bUpdateTexture
GLint internalGLFormat
ofPixelFormat internalPixelFormat
GLubyte* pixelsRGB
GLubyte* pixelsRGBA
void* videoPlayer
ofTexture videoTexture