Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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:
42 QScopedPointer<QSGVideoTexturePrivate> d_ptr;
43};
44
46
47#endif // QSGVIDEOTEXTURE_H
\inmodule QtGui
Definition qrhi.h:895
Format
Specifies the texture format.
Definition qrhi.h:914
\inmodule QtQuick
Definition qsgtexture.h:20
QScopedPointer< QSGVideoTexturePrivate > d_ptr
\inmodule QtCore
Definition qsize.h:25
Combined button and popup list for selecting options.
GLint GLsizei GLsizei GLenum GLenum GLsizei void * data
GLfloat GLfloat f
GLenum GLuint texture
GLdouble s
[6]
Definition qopenglext.h:235
unsigned char uchar
Definition qtypes.h:32
long long qint64
Definition qtypes.h:60
mimeData setData("text/csv", csvData)