C++SDK
1.0.0
|
#include <videorender.h>
类 | |
class | IListener |
Public 类型 | |
typedef std::vector< IListener * > | ListenersType |
Public 成员函数 | |
virtual Result | AddDestroyNotify (IListener *pListener) |
virtual Result | RemoveDestroyNotify (IListener *pListener) |
virtual | ~DestroyNotify () |
Protected 属性 | |
ListenersType | pListeners_ |
外部对象销毁通知接口
当对象被销毁的时候,通知所有引用的对象,取消引用关系。
typedef std::vector<IListener*> tee3::avd::DestroyNotify::ListenersType |
|
inlinevirtual |
设置渲染对象销毁回调指针
[in] | pNotify | 销毁回调指针。 |
删除渲染对象销毁回调指针
[in] | pNotify | 销毁回调指针。 |
|
protected |