|
QtGStreamer
1.2.0
|
#include <QGst/Sample>


Public Member Functions | |
| BufferPtr | buffer () const |
| CapsPtr | caps () const |
| Structure | info () const |
| Segment | segment () const |
Public Member Functions inherited from QGst::MiniObject | |
| MiniObjectPtr | copy () const |
| bool | isWritable () const |
| MiniObjectPtr | makeWritable () const |
Static Public Member Functions | |
| static SamplePtr | create (const BufferPtr &buffer, const CapsPtr &caps, const Segment &segment, const Structure &info) |
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 GstSample.
Samples are small objects containg data, a type, timing and extra arbitrary information.
1.8.17