18 #ifndef QGST_BUFFERLIST_H
19 #define QGST_BUFFERLIST_H
38 uint groupsCount()
const;
39 BufferPtr bufferAt(uint group, uint index)
const;
50 inline BufferListPtr BufferList::makeWritable()
const
52 return MiniObject::makeWritable().staticCast<BufferList>();
78 uint buffersInCurrentGroup()
const;
117 GstBufferListIterator *m_it;
125 #endif // QGST_BUFFERLIST_H
Smart pointer class for working with wrapper classes that support reference counting.
Wrapper class for GstMiniObject.
Wrappers for GStreamer classes.
RefPointer< X > staticCast() const
Wrapper class for GstBufferListIterator.
Wrapper class for GstBufferList.