![]() |
Qt 6.x
The Qt SDK
|
#include <QtMultimedia/qvideoframe.h>
#include <qvideoframeformat.h>
#include <CoreVideo/CVBase.h>
#include <CoreVideo/CVPixelBuffer.h>
#include <CoreVideo/CVImageBuffer.h>
Go to the source code of this file.
Namespaces | |
namespace | QAVFHelpers |
Enumerations | |
enum | { q_kCVPixelFormatType_OneComponent16 = 'L016' } |
Functions | |
QVideoFrameFormat::PixelFormat | QAVFHelpers::fromCVPixelFormat (unsigned avPixelFormat) |
bool | QAVFHelpers::toCVPixelFormat (QVideoFrameFormat::PixelFormat qtFormat, unsigned &conv) |
QVideoFrameFormat | QAVFHelpers::videoFormatForImageBuffer (CVImageBufferRef buffer, bool openGL=false) |
anonymous enum |
Enumerator | |
---|---|
q_kCVPixelFormatType_OneComponent16 |
Definition at line 24 of file qavfhelpers_p.h.