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
qwindowsformatinfo.cpp File Reference

(6cfcbfbdf698dd843d764cf0387dcd2dc744b1b6)

#include "qwindowsformatinfo_p.h"
#include <mfapi.h>
#include <mftransform.h>
#include <private/qcomptr_p.h>
#include <private/qwindowsmultimediautils_p.h>
#include <private/qcomtaskresource_p.h>
#include <QtCore/qlist.h>
#include <QtCore/qset.h>
#include <QtCore/qhash.h>
#include <QtGui/qimagewriter.h>
+ Include dependency graph for qwindowsformatinfo.cpp:

Go to the source code of this file.

Namespaces

namespace  QT_BEGIN_NAMESPACE
 Combined button and popup list for selecting options.
 

Typedefs

template<typename T >
using QT_BEGIN_NAMESPACE::CheckedCodecs = QHash<QPair<T, QMediaFormat::ConversionMode>, bool>
 

Functions

bool QT_BEGIN_NAMESPACE::isSupportedMFT (const GUID &category, const MFT_REGISTER_TYPE_INFO &type, QMediaFormat::ConversionMode mode)
 
bool QT_BEGIN_NAMESPACE::isSupportedCodec (QMediaFormat::AudioCodec codec, QMediaFormat::ConversionMode mode)
 
bool QT_BEGIN_NAMESPACE::isSupportedCodec (QMediaFormat::VideoCodec codec, QMediaFormat::ConversionMode mode)
 
template<typename T >
bool QT_BEGIN_NAMESPACE::isSupportedCodec (T codec, QMediaFormat::ConversionMode m, CheckedCodecs< T > &checkedCodecs)
 
static QList< QImageCapture::FileFormatgetImageFormatList ()
 

Function Documentation

◆ getImageFormatList()

static QList< QImageCapture::FileFormat > getImageFormatList ( )
static

Definition at line 79 of file qwindowsformatinfo.cpp.

References QList< T >::append(), Qt::CaseInsensitive, QString::fromUtf8(), QImageCapture::JPEG, list, QImageCapture::PNG, QImageWriter::supportedImageFormats(), QImageCapture::Tiff, and QImageCapture::WebP.

+ Here is the call graph for this function: