#include <ISupportsSyncStreaming.h>
Inheritance diagram for mx::ISupportsSyncStreaming:
Public Member Functions | |
virtual mx::EErrorCode | getFrame (u8 *pFrame, u32 &uSize, u32 uTimeOutMs=NoTimeout, mx::flags flags=0)=0 |
Synchronously polls the next frame. | |
virtual mx::EErrorCode | getFrame (u8 *pFrame, u32 &uSize, mxmFrameInfo &sInfo, u32 uTimeOutMs=NoTimeout, mx::flags flags=0)=0 |
getFrame() version returning some additional frame information. | |
Static Public Attributes | |
static const u32 | NoTimeout = (u32)(-1) |
|
Synchronously polls the next frame.
The current frame is copied to the buffer indicated by
|