ofDocsdocumentation video ofQTKitPlayer

ofQTKitPlayer


close( )

void close()

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

getPixelFormat( )

ofPixelFormat getPixelFormat()

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

play( )

void play()

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)

setPixelFormat( ... )

bool setPixelFormat(ofPixelFormat pixelFormat)

setPosition( ... )

void setPosition(float pct)

setSpeed( ... )

void setSpeed(float speed)

setSynchronousSeeking( ... )

void setSynchronousSeeking(bool synchronous)

setVolume( ... )

void setVolume(float volume)

stop( )

void stop()

update( )

void update()

updateTexture( )

void updateTexture()

~ofQTKitPlayer( )

~ofQTKitPlayer()