Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qsgvideotexture_p.h
Go to the documentation of this file.
1// Copyright (C) 2020 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 QSGVIDEOTEXTURE_H
5#define QSGVIDEOTEXTURE_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 <QtQuick/QSGTexture>
19#include <QImage>
20#include <rhi/qrhi.h>
21#include <private/qtmultimediaquickglobal_p.h>
22
24
26class Q_MULTIMEDIAQUICK_EXPORT QSGVideoTexture : public QSGTexture
27{
28 Q_DECLARE_PRIVATE(QSGVideoTexture)
29public:
32
33 qint64 comparisonKey() const override;
34 QRhiTexture *rhiTexture() const override;
35 QSize textureSize() const override;
36 bool hasAlphaChannel() const override;
37 bool hasMipmaps() const override;
38 void setRhiTexture(QRhiTexture *texture);
39 void setData(QRhiTexture::Format f, const QSize &s, const uchar *data, int bytes);
40
41protected:
43};
44
46
47#endif // QSGVIDEOTEXTURE_H
\inmodule QtGui
Definition qrhi.h:883
Format
Specifies the texture format.
Definition qrhi.h:902
\inmodule QtQuick
Definition qsgtexture.h:20
virtual bool hasMipmaps() const =0
Returns true if the texture data contains mipmap levels.
virtual bool hasAlphaChannel() const =0
Returns true if the texture data contains an alpha channel.
virtual QSize textureSize() const =0
Returns the size of the texture in pixels.
virtual qint64 comparisonKey() const =0
Returns a key suitable for comparing textures.
virtual QRhiTexture * rhiTexture() const
QScopedPointer< QSGVideoTexturePrivate > d_ptr
\inmodule QtCore
\inmodule QtCore
Definition qsize.h:25
Combined button and popup list for selecting options.
GLfloat GLfloat f
GLenum GLuint texture
GLint GLsizei GLsizei GLenum GLenum GLsizei void * data
GLdouble s
[6]
Definition qopenglext.h:235
unsigned char uchar
Definition qtypes.h:27
long long qint64
Definition qtypes.h:55
mimeData setData("text/csv", csvData)