|
QtGStreamer 1.2.0
|
#include <QGst/BufferList>


Public Member Functions | |
| uint | length () const |
| BufferPtr | bufferAt (uint index) const |
| BufferListPtr | copy () const |
| BufferListPtr | makeWritable () const |
Public Member Functions inherited from QGst::MiniObject | |
| MiniObjectPtr | copy () const |
| bool | isWritable () const |
| MiniObjectPtr | makeWritable () const |
Static Public Member Functions | |
| static BufferListPtr | create () |
Additional Inherited Members | |
Public Types inherited from QGst::MiniObject | |
| typedef GstMiniObject | CType |
Protected Member Functions inherited from QGst::MiniObject | |
| MiniObject (const MiniObject &) | |
| MiniObject & | operator= (const MiniObject &) |
| virtual void | ref (bool increaseRef) |
| virtual void | unref () |
Protected Member Functions inherited from QGlib::RefCountedObject | |
| virtual void | ref (bool increaseRef)=0 |
| virtual void | unref ()=0 |
| template<class T > | |
| T * | object () const |
Protected Attributes inherited from QGlib::RefCountedObject | |
| void * | m_object |
Wrapper class for GstBufferList.
Buffer lists are units of grouped scatter/gather data transfer in GStreamer.
Definition at line 32 of file bufferlist.h.
|
static |
Definition at line 23 of file bufferlist.cpp.
| uint QGst::BufferList::length | ( | ) | const |
Definition at line 28 of file bufferlist.cpp.
| BufferPtr QGst::BufferList::bufferAt | ( | uint | index | ) | const |
Definition at line 33 of file bufferlist.cpp.
|
inline |
Definition at line 45 of file bufferlist.h.
|
inline |
Definition at line 50 of file bufferlist.h.