Public Member Functions | |
PlaybackStatusCallbackInfo (rs2_playback_status status, RSDevice *dev) | |
virtual void | Run () |
virtual | ~PlaybackStatusCallbackInfo () |
Public Member Functions inherited from MainThreadCallbackInfo | |
MainThreadCallbackInfo () | |
virtual void | Release () |
void | SetConsumed () |
virtual | ~MainThreadCallbackInfo () |
Private Attributes | |
RSDevice * | dev_ |
rs2_error * | error_ |
rs2_playback_status | status_ |
Additional Inherited Members | |
Static Public Member Functions inherited from MainThreadCallbackInfo | |
static bool | InfoExist (MainThreadCallbackInfo *info) |
static void | ReleasePendingInfos () |
Protected Attributes inherited from MainThreadCallbackInfo | |
bool | consumed_ |
Static Protected Attributes inherited from MainThreadCallbackInfo | |
static std::list< MainThreadCallbackInfo * > | pending_infos_ |
|
inline |
|
inlinevirtual |
|
virtual |
Reimplemented from MainThreadCallbackInfo.
|
private |