![]() |
Qt 6.x
The Qt SDK
|
#include <qthread.h>
#include "qvideoframe.h"
#include "private/qplatformsurfacecapture_p.h"
#include <memory>
#include <optional>
Go to the source code of this file.
Classes | |
class | QFFmpegSurfaceCaptureThread |
Variables | |
static constexpr qreal | DefaultScreenCaptureFrameRate = 60. |
static constexpr qreal | MaxScreenCaptureFrameRate = 60. |
static constexpr qreal | MinScreenCaptureFrameRate = 1. |
|
staticconstexpr |
Definition at line 30 of file qffmpegsurfacecapturethread_p.h.
Referenced by QFFmpegSurfaceCaptureThread::QFFmpegSurfaceCaptureThread().
|
staticconstexpr |
Definition at line 36 of file qffmpegsurfacecapturethread_p.h.
Referenced by QAVFScreenCapture::Grabber::Grabber(), and QFFmpegSurfaceCaptureThread::setFrameRate().
|
staticconstexpr |
Definition at line 37 of file qffmpegsurfacecapturethread_p.h.
Referenced by QFFmpegSurfaceCaptureThread::setFrameRate(), and QFFmpegSurfaceCaptureThread::updateTimerInterval().