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) |
![]() | |
MiniObjectPtr | copy () const |
bool | isWritable () const |
MiniObjectPtr | makeWritable () const |
Additional Inherited Members | |
![]() | |
typedef GstMiniObject | CType |
![]() | |
MiniObject (const MiniObject &) | |
MiniObject & | operator= (const MiniObject &) |
virtual void | ref (bool increaseRef) |
virtual void | unref () |
![]() | |
template<class T > | |
T * | object () const |
![]() | |
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.