![]() |
OpenNI 1.5.7
|
#include <XnModuleInterface.h>
XnModuleNodeHandle XnBool XnModulePlayerInterface::bRepeat |
const XnChar*(* XnModulePlayerInterface::GetSupportedFormat)(XnModuleNodeHandle hInstance) |
XnModuleNodeHandle XnModuleStateChangedHandler XnModulePlayerInterface::handler |
XnModuleNodeHandle XnCallbackHandle XnModulePlayerInterface::hCallback |
XnModuleNodeHandle XnModulePlayerInterface::hGenerator |
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(). |
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(). |
XnModuleNodeHandle XnModulePlayerInterface::hInstance |
XnModuleNodeHandle const XnChar XnInt32 XnModulePlayerInterface::nFrameOffset |
XnModuleNodeHandle XnInt64 XnModulePlayerInterface::nTimeOffset |
XnModuleNodeHandle XnInt64 XnPlayerSeekOrigin XnModulePlayerInterface::origin |
XnModuleNodeHandle const XnChar XnInt32 XnPlayerSeekOrigin XnModulePlayerInterface::origin |
XnModuleNodeHandle XnModuleStateChangedHandler void* XnModulePlayerInterface::pCookie |
XnModuleNodeHandle XnModuleStateChangedHandler void XnCallbackHandle* XnModulePlayerInterface::phCallback |
XnModuleNodeHandle const XnChar XnUInt32* XnModulePlayerInterface::pnFrame |
XnModuleNodeHandle const XnChar XnUInt32* XnModulePlayerInterface::pnFrames |
XnModuleNodeHandle void XnNodeNotifications* XnModulePlayerInterface::pNodeNotifications |
XnModuleNodeHandle void* XnModulePlayerInterface::pNodeNotificationsCookie |
XnModuleNodeHandle XnUInt64* XnModulePlayerInterface::pnTimestamp |
void* XnModulePlayerInterface::pObsolete1 |
XnModuleProductionNodeInterface* XnModulePlayerInterface::pProductionNode |
XnModuleNodeHandle void XnNodeNotifications* XnModulePlayerInterface::pRawNodeNotifications |
XnModuleNodeHandle void* XnModulePlayerInterface::pRawNodeNotificationsCookie |
XnModuleNodeHandle void XnPlayerInputStreamInterface* XnModulePlayerInterface::pStream |
XnModuleNodeHandle void* XnModulePlayerInterface::pStreamCookie |
XnStatus(* XnModulePlayerInterface::ReadNext)(XnModuleNodeHandle hInstance) |
Reads next data from the input stream.
hInstance | [in] A handle to the instance. |
XnModuleNodeHandle const XnChar * XnModulePlayerInterface::strNodeName |