#include <XnModuleInterface.h>
Definition at line 592 of file XnModuleInterface.h.
const XnChar* XN_CALLBACK_TYPE* XnModulePlayerInterface::GetSupportedFormat | ( | XnModuleNodeHandle | hInstance | ) |
XnModulePlayerInterface::void | ( | XN_CALLBACK_TYPE * | UnregisterFromEndOfFileReached | ) |
Unregisters a callback function which was registered using RegisterToEndOfFileReached().
hGenerator | [in] A handle to the instance. |
hCallback | [in] The handle to the callback returned from RegisterToEndOfFileReached(). |
XnModulePlayerInterface::XnBool | ( | XN_CALLBACK_TYPE * | IsEOF | ) |
XnModulePlayerInterface::XnStatus | ( | XN_CALLBACK_TYPE * | SetInputStream | ) |
XnModulePlayerInterface::XnStatus | ( | XN_CALLBACK_TYPE * | ReadNext | ) |
Reads next data from the input stream.
hInstance | [in] A handle to the instance. |
XnModulePlayerInterface::XnStatus | ( | XN_CALLBACK_TYPE * | SetNodeNotifications | ) |
XnModulePlayerInterface::XnStatus | ( | XN_CALLBACK_TYPE * | SetRawNodeNotifications | ) |
XnModulePlayerInterface::XnStatus | ( | XN_CALLBACK_TYPE * | SetRepeat | ) |
XnModulePlayerInterface::XnStatus | ( | XN_CALLBACK_TYPE * | SeekToTimeStamp | ) |
XnModulePlayerInterface::XnStatus | ( | XN_CALLBACK_TYPE * | SeekToFrame | ) |
XnModulePlayerInterface::XnStatus | ( | XN_CALLBACK_TYPE * | TellTimestamp | ) |
XnModulePlayerInterface::XnStatus | ( | XN_CALLBACK_TYPE * | TellFrame | ) |
XnModulePlayerInterface::XnStatus | ( | XN_CALLBACK_TYPE * | GetNumFrames | ) |
XnModulePlayerInterface::XnStatus | ( | XN_CALLBACK_TYPE * | RegisterToEndOfFileReached | ) |
Registers a callback function to be called when end-of-file was reached.
hGenerator | [in] A handle to the instance. |
handler | [in] A pointer to a function to be called. |
pCookie | [in] A user cookie that will be passed to the callback function. |
phCallback | [out] Optional. Will be filled with a handle to be passed to UnregisterFromEndOfFileReached(). |
Definition at line 632 of file XnModuleInterface.h.
Definition at line 664 of file XnModuleInterface.h.
Definition at line 674 of file XnModuleInterface.h.
Definition at line 638 of file XnModuleInterface.h.
Definition at line 635 of file XnModuleInterface.h.
Definition at line 635 of file XnModuleInterface.h.
Definition at line 638 of file XnModuleInterface.h.
Definition at line 664 of file XnModuleInterface.h.
Definition at line 664 of file XnModuleInterface.h.
Definition at line 644 of file XnModuleInterface.h.
Definition at line 647 of file XnModuleInterface.h.
Definition at line 620 of file XnModuleInterface.h.
Definition at line 620 of file XnModuleInterface.h.
Definition at line 641 of file XnModuleInterface.h.
Definition at line 676 of file XnModuleInterface.h.
Definition at line 623 of file XnModuleInterface.h.
Definition at line 623 of file XnModuleInterface.h.
Definition at line 677 of file XnModuleInterface.h.
Definition at line 602 of file XnModuleInterface.h.
Definition at line 602 of file XnModuleInterface.h.
Definition at line 638 of file XnModuleInterface.h.