|
QtGStreamer
1.2.0
|
#include <QGst/Memory>


Public Member Functions | |
| QGst::AllocatorPtr | allocator () const |
| size_t | size () const |
| size_t | offset () const |
| size_t | maxSize () const |
| bool | isType (const char *type) const |
| bool | map (MapInfo &info, MapFlags flags) |
| void | unmap (MapInfo &info) |
Public Member Functions inherited from QGst::MiniObject | |
| MiniObjectPtr | copy () const |
| bool | isWritable () const |
| MiniObjectPtr | makeWritable () const |
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 | |
| template<class T > | |
| T * | object () const |
Protected Attributes inherited from QGlib::RefCountedObject | |
| void * | m_object |
Wrapper class for GstMemory.
GstMemory is a lightweight refcounted object that wraps a region of memory. They are typically used to manage the data of a GstBuffer.
1.8.17