Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
avfvideobuffer_p.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef AVFVIDEOBUFFER_H
5#define AVFVIDEOBUFFER_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists purely as an
12// implementation detail. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include <QtMultimedia/qvideoframe.h>
19#include <private/qabstractvideobuffer_p.h>
20
21#include <QtCore/qobject.h>
22#include <QtCore/qmutex.h>
23#include <avfvideosink_p.h>
24
25#include <CoreVideo/CVImageBuffer.h>
26
27#import "Metal/Metal.h"
28#import "MetalKit/MetalKit.h"
29
31
32struct AVFMetalTexture;
34{
35public:
38
39 QVideoFrame::MapMode mapMode() const { return m_mode; }
41 void unmap();
42
43 virtual quint64 textureHandle(int plane) const;
44
45 QVideoFrameFormat videoFormat() const { return m_format; }
46
47private:
48 AVFVideoSinkInterface *sink = nullptr;
49
50 mutable CVMetalTextureRef cvMetalTexture[3] = {};
51
52#if defined(Q_OS_MACOS)
53 mutable CVOpenGLTextureRef cvOpenGLTexture = nullptr;
54#elif defined(Q_OS_IOS)
55 mutable CVOpenGLESTextureRef cvOpenGLESTexture = nullptr;
56#endif
57
58 CVImageBufferRef m_buffer = nullptr;
60 QVideoFrameFormat m_format;
61};
62
64
65#endif
void unmap()
Releases the memory mapped by the map() function.
QVideoFrameFormat videoFormat() const
virtual quint64 textureHandle(int plane) const
Returns a texture handle to the data buffer.
QVideoFrame::MapMode mapMode() const
The QAbstractVideoBuffer class is an abstraction for video data. \inmodule QtMultimedia.
The QVideoFrameFormat class specifies the stream format of a video presentation surface.
MapMode
Enumerates how a video buffer's data is mapped to system memory.
Definition qvideoframe.h:36
QMap< QString, QString > map
[6]
Combined button and popup list for selecting options.
GLenum mode
GLenum GLuint buffer
GLsizei GLenum GLboolean sink
unsigned long long quint64
Definition qtypes.h:56