QtGStreamer 1.2.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
QGst::AllocationParams Class Reference

#include <QGst/Allocator>

Public Member Functions

 AllocationParams (const AllocationParams &other)
 
AllocationParamsoperator= (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
 

Detailed Description

Wrapper class for GstAllocationParams.

Definition at line 30 of file allocator.h.

Constructor & Destructor Documentation

◆ AllocationParams() [1/2]

QGst::AllocationParams::AllocationParams ( )

Definition at line 23 of file allocator.cpp.

◆ AllocationParams() [2/2]

QGst::AllocationParams::AllocationParams ( const AllocationParams other)

Definition at line 29 of file allocator.cpp.

◆ ~AllocationParams()

QGst::AllocationParams::~AllocationParams ( )
virtual

Definition at line 34 of file allocator.cpp.

Member Function Documentation

◆ operator=()

AllocationParams & QGst::AllocationParams::operator= ( const AllocationParams other)

Definition at line 39 of file allocator.cpp.

◆ flags()

MemoryFlags QGst::AllocationParams::flags ( ) const

Definition at line 46 of file allocator.cpp.

◆ setFlags()

void QGst::AllocationParams::setFlags ( MemoryFlags  flags)

Definition at line 51 of file allocator.cpp.

◆ align()

size_t QGst::AllocationParams::align ( ) const

Definition at line 56 of file allocator.cpp.

◆ setAlign()

void QGst::AllocationParams::setAlign ( size_t  align)

Definition at line 61 of file allocator.cpp.

◆ prefix()

size_t QGst::AllocationParams::prefix ( ) const

Definition at line 66 of file allocator.cpp.

◆ setPrefix()

void QGst::AllocationParams::setPrefix ( size_t  align)

Definition at line 71 of file allocator.cpp.

◆ padding()

size_t QGst::AllocationParams::padding ( ) const

Definition at line 76 of file allocator.cpp.

◆ setPadding()

void QGst::AllocationParams::setPadding ( size_t  padding)

Definition at line 81 of file allocator.cpp.

◆ operator GstAllocationParams *()

QGst::AllocationParams::operator GstAllocationParams * ( )

Definition at line 91 of file allocator.cpp.

◆ operator const GstAllocationParams *()

QGst::AllocationParams::operator const GstAllocationParams * ( ) const

Definition at line 86 of file allocator.cpp.


The documentation for this class was generated from the following files: