|
PonyPlayer
|
#include <updatevalue.hpp>
Public 成员函数 | |
| UpdateValueVideoFrameRef () | |
| UpdateValueVideoFrameRef (const VideoFrameRef &value) | |
| UpdateValueVideoFrameRef & | operator= (const VideoFrameRef &videoFrame) override |
| const VideoFrameRef & | getUpdate () override |
| void | updateBy (UpdateValueVideoFrameRef &updateValue) |
| bool | isUpdateSize () const |
Public 成员函数 继承自 UpdateValue< VideoFrameRef > | |
| UpdateValue () | |
| UpdateValue (VideoFrameRef value) | |
| operator const VideoFrameRef & () const | |
| void | updateBy (UpdateValue &updateValue) |
| bool | isUpdate () const |
额外继承的成员函数 | |
Protected 属性 继承自 UpdateValue< VideoFrameRef > | |
| VideoFrameRef | m_value |
| bool | m_update |
|
inline |
|
inlineexplicit |
|
inlineoverridevirtual |
|
inline |
|
inlineoverridevirtual |
|
inline |