Uses of Enum
io.qt.multimedia.QImageCapture.FileFormat
-
Uses of QImageCapture.FileFormat in io.qt.multimedia
Modifier 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.Modifier and TypeMethodDescriptionstatic QList
<QImageCapture.FileFormat> QImageCapture.supportedFormats()
Modifier and TypeMethodDescriptionstatic String
QImageCapture.fileFormatDescription
(QImageCapture.FileFormat c) static String
QImageCapture.fileFormatName
(QImageCapture.FileFormat c) final void
QImageCapture.setFileFormat
(QImageCapture.FileFormat format)