VideoFile::VideoFile::PacketQueue Class Reference
#include <VideoFile.h>
List of all members.
|
Public Member Functions |
bool | get (AVPacket *pkt, bool block) |
bool | put (AVPacket *pkt) |
void | flush () |
bool | isFlush (AVPacket *pkt) |
bool | isFull () |
Detailed Description
Packets are queued during the decoding process and unqueued in the conversion process. This class is just the abstract data type needed for that.
Definition at line 704 of file VideoFile.h.
The documentation for this class was generated from the following file: