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.
QGst::AllocationParams::AllocationParams | ( | ) |
Definition at line 23 of file allocator.cpp.
QGst::AllocationParams::AllocationParams | ( | const AllocationParams & | other | ) |
Definition at line 29 of file allocator.cpp.
|
virtual |
Definition at line 34 of file allocator.cpp.
AllocationParams & QGst::AllocationParams::operator= | ( | const AllocationParams & | other | ) |
Definition at line 39 of file allocator.cpp.
MemoryFlags QGst::AllocationParams::flags | ( | ) | const |
Definition at line 46 of file allocator.cpp.
void QGst::AllocationParams::setFlags | ( | MemoryFlags | flags | ) |
Definition at line 51 of file allocator.cpp.
size_t QGst::AllocationParams::align | ( | ) | const |
Definition at line 56 of file allocator.cpp.
void QGst::AllocationParams::setAlign | ( | size_t | align | ) |
Definition at line 61 of file allocator.cpp.
size_t QGst::AllocationParams::prefix | ( | ) | const |
Definition at line 66 of file allocator.cpp.
void QGst::AllocationParams::setPrefix | ( | size_t | align | ) |
Definition at line 71 of file allocator.cpp.
size_t QGst::AllocationParams::padding | ( | ) | const |
Definition at line 76 of file allocator.cpp.
void QGst::AllocationParams::setPadding | ( | size_t | padding | ) |
Definition at line 81 of file allocator.cpp.
QGst::AllocationParams::operator GstAllocationParams * | ( | ) |
Definition at line 91 of file allocator.cpp.
QGst::AllocationParams::operator const GstAllocationParams * | ( | ) | const |
Definition at line 86 of file allocator.cpp.