#include "qx11surfacecapture_p.h"
#include "qffmpegsurfacecapturethread_p.h"
#include <qvideoframe.h>
#include <qscreen.h>
#include <qwindow.h>
#include <qdebug.h>
#include <qguiapplication.h>
#include <qloggingcategory.h>
#include "private/qabstractvideobuffer_p.h"
#include "private/qcapturablewindow_p.h"
#include <X11/Xlib.h>
#include <sys/shm.h>
#include <X11/extensions/XShm.h>
#include <X11/Xutil.h>
#include <X11/extensions/Xrandr.h>
#include <optional>
Go to the source code of this file.
◆ Q_LOGGING_CATEGORY()
static QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY |
( |
qLcX11SurfaceCapture |
, |
|
|
"qt.multimedia.ffmpeg.qx11surfacecapture" |
|
|
) |
| |
|
static |