Uses of Enum
io.qt.multimedia.QImageCapture.FileFormat
Packages that use QImageCapture.FileFormat
-
Uses of QImageCapture.FileFormat in io.qt.multimedia
Methods in io.qt.multimedia that return QImageCapture.FileFormatModifier and TypeMethodDescriptionfinal QImageCapture.FileFormat
QImageCapture.fileFormat()
static QImageCapture.FileFormat
QImageCapture.FileFormat.resolve
(int value) Returns the corresponding enum entry for the given value.static QImageCapture.FileFormat
Returns the enum constant of this type with the specified name.static QImageCapture.FileFormat[]
QImageCapture.FileFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.multimedia that return types with arguments of type QImageCapture.FileFormatModifier and TypeMethodDescriptionstatic QList<QImageCapture.FileFormat>
QImageCapture.supportedFormats()
Methods in io.qt.multimedia with parameters of type QImageCapture.FileFormatModifier and TypeMethodDescriptionstatic String
QImageCapture.fileFormatDescription
(QImageCapture.FileFormat c) static String
QImageCapture.fileFormatName
(QImageCapture.FileFormat c) final void
QImageCapture.setFileFormat
(QImageCapture.FileFormat format)