ofDocsdocumentation video ofQTKitGrabber

ofQTKitGrabber


close( )

void close()

confirmInit( )

bool confirmInit()

getAudioDeviceID( )

int getAudioDeviceID()

getDeviceID( )

int getDeviceID()

getHeight( )

float getHeight()

getPixelFormat( )

ofPixelFormat getPixelFormat()

getPixels( )

ofPixels & getPixels()

getPixels( )

const ofPixels & getPixels()

getVideoDeviceID( )

int getVideoDeviceID()

getWidth( )

float getWidth()

hasPreview( )

bool hasPreview()

initGrabberWithoutPreview( )

bool initGrabberWithoutPreview()

initRecording( )

bool initRecording()

isFrameNew( )

bool isFrameNew()

isInitialized( )

bool isInitialized()

isReady( )

bool isReady()

isRecording( )

bool isRecording()

isRecordingReady( )

bool isRecordingReady()

ofQTKitGrabber( )

ofQTKitGrabber()

setAudioCodec( ... )

void setAudioCodec(string audioCodecIDString)

setAudioDeviceID( ... )

void setAudioDeviceID(int audioDeviceID)

setAudioDeviceID( ... )

void setAudioDeviceID(string audioDeviceIDString)

setDesiredFrameRate( ... )

void setDesiredFrameRate(int framerate)

setDeviceID( ... )

void setDeviceID(int videoDeviceID)

setDeviceID( ... )

void setDeviceID(string videoDeviceIDString)

setPixelFormat( ... )

bool setPixelFormat(ofPixelFormat pixelFormat)

setUseAudio( ... )

void setUseAudio(bool bUseAudio)

setVerbose( ... )

void setVerbose(bool bTalkToMe)

setVideoCodec( ... )

void setVideoCodec(string videoCodecIDString)

setVideoDeviceID( ... )

void setVideoDeviceID(int videoDeviceID)

setVideoDeviceID( ... )

void setVideoDeviceID(string videoDeviceIDString)

setup( ... )

bool setup(int w, int h)

startRecording( ... )

void startRecording(string filePath)

stopRecording( )

void stopRecording()

update( )

void update()

videoSettings( )

void videoSettings()

~ofQTKitGrabber( )

~ofQTKitGrabber()