|
QtGStreamer
1.2.0
|
#include <QGst/Allocator>
Public Member Functions | |
| AllocationParams (const AllocationParams &other) | |
| AllocationParams & | operator= (const AllocationParams &other) |
| MemoryFlags | flags () const |
| void | setFlags (MemoryFlags flags) |
| size_t | align () const |
| void | setAlign (size_t align) |
| size_t | prefix () const |
| void | setPrefix (size_t align) |
| size_t | padding () const |
| void | setPadding (size_t padding) |
| operator GstAllocationParams * () | |
| operator const GstAllocationParams * () const | |
Wrapper class for GstAllocationParams.
Definition at line 30 of file allocator.h.