#include <video.h>
Public Member Functions | |
| bool | isValid () const |
| void | free () |
Public Attributes | |
| AVFrame * | mFrame = nullptr |
| Frame as decoded by the decode thread. More... | |
| double | mPTSSecs = 0.0 |
| When the frame needs to be displayed (absolute clock time) More... | |
| int | mFirstPacketDTS = 0 |
| First dts that was used to create this frame. More... | |
Frame as pushed in the frame queue.
| void free | ( | ) |
| bool isValid | ( | ) | const |
| int mFirstPacketDTS = 0 |
First dts that was used to create this frame.
| AVFrame* mFrame = nullptr |
Frame as decoded by the decode thread.
| double mPTSSecs = 0.0 |
When the frame needs to be displayed (absolute clock time)