#include <XnModuleCppInterface.h>

Definition at line 226 of file XnModuleCppInterface.h.
| virtual xn::ModulePlayer::~ModulePlayer | ( | ) | [inline, virtual] |
Definition at line 229 of file XnModuleCppInterface.h.
| virtual XnUInt32 xn::ModulePlayer::GetNumFrames | ( | const XnChar * | strNodeName, |
| XnUInt32 & | nFrames | ||
| ) | [pure virtual] |
| virtual const XnChar* xn::ModulePlayer::GetSupportedFormat | ( | ) | [pure virtual] |
| virtual XnBool xn::ModulePlayer::IsEOF | ( | ) | [pure virtual] |
| virtual XnStatus xn::ModulePlayer::ReadNext | ( | ) | [pure virtual] |
| virtual XnStatus xn::ModulePlayer::RegisterToEndOfFileReached | ( | XnModuleStateChangedHandler | handler, |
| void * | pCookie, | ||
| XnCallbackHandle & | hCallback | ||
| ) | [pure virtual] |
| virtual XnStatus xn::ModulePlayer::SeekToFrame | ( | const XnChar * | strNodeName, |
| XnInt32 | nFrameOffset, | ||
| XnPlayerSeekOrigin | origin | ||
| ) | [pure virtual] |
| virtual XnStatus xn::ModulePlayer::SeekToTimeStamp | ( | XnInt64 | nTimeOffset, |
| XnPlayerSeekOrigin | origin | ||
| ) | [pure virtual] |
| virtual XnStatus xn::ModulePlayer::SetInputStream | ( | void * | pStreamCookie, |
| XnPlayerInputStreamInterface * | pStream | ||
| ) | [pure virtual] |
| virtual XnStatus xn::ModulePlayer::SetNodeNotifications | ( | void * | pNodeNotificationsCookie, |
| XnNodeNotifications * | pNodeNotifications | ||
| ) | [pure virtual] |
| virtual XnStatus xn::ModulePlayer::SetRepeat | ( | XnBool | bRepeat | ) | [pure virtual] |
| virtual XnStatus xn::ModulePlayer::TellFrame | ( | const XnChar * | strNodeName, |
| XnUInt32 & | nFrame | ||
| ) | [pure virtual] |
| virtual XnStatus xn::ModulePlayer::TellTimestamp | ( | XnUInt64 & | nTimestamp | ) | [pure virtual] |
| virtual void xn::ModulePlayer::UnregisterFromEndOfFileReached | ( | XnCallbackHandle | hCallback | ) | [pure virtual] |