#include <QuickTimeUtils.h>
Public Member Functions | |
virtual void * | getRowPointer (int32_t row) |
virtual void | finalize () |
::GWorldPtr | getGWorld () const |
Static Public Member Functions | |
static ImageTargetGWorldRef | createRef (ImageSourceRef imageSource) |
Protected Member Functions | |
ImageTargetGWorld (ImageSourceRef imageSource) | |
Protected Attributes | |
::GWorldPtr | mGWorld |
::PixMapHandle | mPixMap |
size_t | mRowBytes |
uint8_t * | mData |
cinder::qtime::ImageTargetGWorld::ImageTargetGWorld | ( | ImageSourceRef | imageSource ) | [protected] |
ImageTargetGWorldRef cinder::qtime::ImageTargetGWorld::createRef | ( | ImageSourceRef | imageSource ) | [static] |
void * cinder::qtime::ImageTargetGWorld::getRowPointer | ( | int32_t | row ) | [virtual] |
void cinder::qtime::ImageTargetGWorld::finalize | ( | ) | [virtual] |
::GWorldPtr cinder::qtime::ImageTargetGWorld::getGWorld | ( | ) | const |
::GWorldPtr cinder::qtime::ImageTargetGWorld::mGWorld [protected] |
::PixMapHandle cinder::qtime::ImageTargetGWorld::mPixMap [protected] |
size_t cinder::qtime::ImageTargetGWorld::mRowBytes [protected] |
uint8_t* cinder::qtime::ImageTargetGWorld::mData [protected] |