![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtTest/qtestcase.h>
#include <private/qplatformmediaintegration_p.h>
#include <QtGui/private/qguiapplication_p.h>
#include <QtGui/qpa/qplatformintegration.h>
Go to the source code of this file.
Namespaces | |
namespace | BackendUtilsImpl |
Macros | |
#define | QSKIP_IF(checker, defaultMessage, ...) |
#define | QSKIP_GSTREAMER(...) |
#define | QSKIP_IF_NOT_FFMPEG(...) |
#define | QSKIP_FFMPEG(...) |
#define | QEXPECT_FAIL_GSTREAMER(dataIndex, comment, mode) |
Functions | |
bool | BackendUtilsImpl::isGStreamerPlatform () |
bool | BackendUtilsImpl::isQNXPlatform () |
bool | BackendUtilsImpl::isDarwinPlatform () |
bool | BackendUtilsImpl::isAndroidPlatform () |
bool | BackendUtilsImpl::isFFMPEGPlatform () |
bool | BackendUtilsImpl::isWindowsPlatform () |
bool | BackendUtilsImpl::isRhiRenderingSupported () |
bool | BackendUtilsImpl::isOpenGLSupported () |
bool | BackendUtilsImpl::isCI () |
Definition at line 93 of file mediabackendutils_p.h.
#define QSKIP_FFMPEG | ( | ... | ) |
Definition at line 90 of file mediabackendutils_p.h.
#define QSKIP_GSTREAMER | ( | ... | ) |
Definition at line 84 of file mediabackendutils_p.h.
#define QSKIP_IF | ( | checker, | |
defaultMessage, | |||
... ) |
Definition at line 78 of file mediabackendutils_p.h.
#define QSKIP_IF_NOT_FFMPEG | ( | ... | ) |
Definition at line 87 of file mediabackendutils_p.h.