#include <VideoStream.hpp>
|
| void | buildFrame (void *data, uint32_t timestamp) |
| |
| virtual OniStatus | getProperty (int propertyId, void *data, int *pDataSize) |
| |
| OniBool | isPropertySupported (int propertyId) |
| |
| virtual OniStatus | setProperty (int propertyId, const void *data, int dataSize) |
| |
| OniStatus | start () |
| |
| void | stop () |
| |
| | VideoStream (Freenect::FreenectDevice *device) |
| |
| virtual OniStatus | convertDepthToColorCoordinates (StreamBase *, int, int, OniDepthPixel, int *, int *) |
| |
| virtual int | getRequiredFrameSize () |
| |
| virtual OniStatus | invoke (int, void *, int) |
| |
| virtual OniBool | isCommandSupported (int) |
| |
| virtual void | notifyAllProperties () |
| |
| virtual void | setNewFrameCallback (NewFrameCallback handler, void *pCookie) |
| |
| virtual void | setPropertyChangedCallback (PropertyChangedCallback handler, void *pCookie) |
| |
| virtual void | setServices (StreamServices *pStreamServices) |
| |
| | StreamBase () |
| |
| virtual | ~StreamBase () |
| |
Definition at line 10 of file VideoStream.hpp.
| void FreenectDriver::VideoStream::buildFrame |
( |
void * |
data, |
|
|
uint32_t |
timestamp |
|
) |
| |
|
inline |
| virtual OniStatus FreenectDriver::VideoStream::getProperty |
( |
int |
propertyId, |
|
|
void * |
data, |
|
|
int * |
pDataSize |
|
) |
| |
|
inlinevirtual |
| OniBool FreenectDriver::VideoStream::isPropertySupported |
( |
int |
propertyId | ) |
|
|
inlinevirtual |
| virtual void FreenectDriver::VideoStream::populateFrame |
( |
void * |
data, |
|
|
OniFrame * |
frame |
|
) |
| const |
|
privatepure virtual |
| virtual OniStatus FreenectDriver::VideoStream::setProperty |
( |
int |
propertyId, |
|
|
const void * |
data, |
|
|
int |
dataSize |
|
) |
| |
|
inlinevirtual |
| OniStatus FreenectDriver::VideoStream::start |
( |
| ) |
|
|
inlinevirtual |
| void FreenectDriver::VideoStream::stop |
( |
| ) |
|
|
inlinevirtual |
| unsigned int FreenectDriver::VideoStream::frame_id |
|
private |
| bool FreenectDriver::VideoStream::mirroring |
|
protected |
| bool FreenectDriver::VideoStream::running |
|
protected |
The documentation for this class was generated from the following file: