Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qavfimagecapture.mm
Go to the documentation of this file.
1// Copyright (C) 2025 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#include <QtFFmpegMediaPluginImpl/private/qavfimagecapture_p.h>
5
6#include <QtFFmpegMediaPluginImpl/private/qavfcamera_p.h>
7#include <QtFFmpegMediaPluginImpl/private/qffmpegdarwinintegrationfactory_p.h>
8
9#include <QtCore/qloggingcategory.h>
10
12
13Q_LOGGING_CATEGORY(qAvfImageCaptureLc, "qt.multimedia.avfimagecapture");
14
15namespace QFFmpeg {
16
21
38
58
60{
61 return std::make_unique<QAVFImageCapture>(parent);
62}
63
64} // namespace QFFmpeg
65
66QT_END_NAMESPACE
std::unique_ptr< QPlatformImageCapture > makeQAvfImageCapture(QImageCapture &parent)
std::conditional_t< QT_FFMPEG_AVIO_WRITE_CONST, const uint8_t *, uint8_t * > AvioWriteBufferType
Q_LOGGING_CATEGORY(lcEventDispatcher, "qt.eventdispatcher")