Public Member Functions

ofBaseVideo Class Reference

#include <ofTypes.h>

Inheritance diagram for ofBaseVideo:
ofBaseDraws ofBaseUpdates ofBaseHasTexture ofBaseHasPixels ofVideoGrabber ofVideoPlayer

List of all members.

Public Member Functions

virtual ~ofBaseVideo ()
virtual unsigned char * getPixels ()=0
virtual void close ()=0

Constructor & Destructor Documentation

virtual ofBaseVideo::~ofBaseVideo (  ) [inline, virtual]

Member Function Documentation

virtual void ofBaseVideo::close (  ) [pure virtual]

Implemented in ofVideoGrabber, and ofVideoPlayer.

virtual unsigned char* ofBaseVideo::getPixels (  ) [pure virtual]

Implements ofBaseHasPixels.

Implemented in ofVideoGrabber, and ofVideoPlayer.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines