OpenNI 1.5.7
Public Attributes | List of all members
XnModulePlayerInterface Struct Reference

#include <XnModuleInterface.h>

Public Attributes

XnModuleNodeHandle hInstance
 
XnModuleNodeHandle void * pStreamCookie
 
XnModuleNodeHandle void
XnPlayerInputStreamInterface
pStream
 
XnStatus(* ReadNext )(XnModuleNodeHandle hInstance)
 
XnModuleNodeHandle void * pNodeNotificationsCookie
 
XnModuleNodeHandle void
XnNodeNotifications
pNodeNotifications
 
XnModuleNodeHandle void * pRawNodeNotificationsCookie
 
XnModuleNodeHandle void
XnNodeNotifications
pRawNodeNotifications
 
XnModuleNodeHandle XnBool bRepeat
 
XnModuleNodeHandle XnInt64 nTimeOffset
 
XnModuleNodeHandle XnInt64
XnPlayerSeekOrigin 
origin
 
XnModuleNodeHandle const XnChar * strNodeName
 
XnModuleNodeHandle const
XnChar XnInt32 
nFrameOffset
 
XnModuleNodeHandle const
XnChar XnInt32
XnPlayerSeekOrigin 
origin
 
XnModuleNodeHandle XnUInt64 * pnTimestamp
 
XnModuleNodeHandle const
XnChar XnUInt32 * 
pnFrame
 
XnModuleNodeHandle const
XnChar XnUInt32 * 
pnFrames
 
const XnChar *(* GetSupportedFormat )(XnModuleNodeHandle hInstance)
 
XnModuleNodeHandle hGenerator
 
XnModuleNodeHandle
XnModuleStateChangedHandler 
handler
 
XnModuleNodeHandle
XnModuleStateChangedHandler
void * 
pCookie
 
XnModuleNodeHandle
XnModuleStateChangedHandler
void XnCallbackHandle
phCallback
 
XnModuleNodeHandle XnCallbackHandle hCallback
 
XnModuleProductionNodeInterfacepProductionNode
 
void * pObsolete1
 

Member Data Documentation

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.

Parameters
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().

Parameters
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.

Parameters
hInstance[in] A handle to the instance.
XnModuleNodeHandle const XnChar * XnModulePlayerInterface::strNodeName

The documentation for this struct was generated from the following file: