42 #ifndef QMEMORYVIDEOBUFFER_P_H 43 #define QMEMORYVIDEOBUFFER_P_H 45 #include <QtMultimedia/qabstractvideobuffer.h> MapMode
Enumerates how a video buffer's data is mapped to memory.
virtual void unmap()=0
Releases the memory mapped by the map() function.
#define QT_END_NAMESPACE
This macro expands to.
The QByteArray class provides an array of bytes.
virtual MapMode mapMode() const =0
Returns the mode a video buffer is mapped in.
#define QT_BEGIN_NAMESPACE
This macro expands to.
virtual uchar * map(MapMode mode, int *numBytes, int *bytesPerLine)=0
Maps the contents of a video buffer to memory.
static const char * data(const QByteArray &arr)
The QMemoryVideoBuffer class provides a system memory allocated video data buffer.
The QAbstractVideoBuffer class is an abstraction for video data.
#define Q_MULTIMEDIA_EXPORT
#define Q_DECLARE_PRIVATE(Class)