Uses of Class
io.qt.multimedia.QCameraImageCapture.CaptureDestination
Package | Description |
---|---|
io.qt.multimedia |
-
Uses of QCameraImageCapture.CaptureDestination in io.qt.multimedia
Methods in io.qt.multimedia that return QCameraImageCapture.CaptureDestination Modifier and Type Method Description QCameraImageCapture.CaptureDestination[]
QCameraImageCapture.CaptureDestinations. flags()
Returns an array of flag objects represented by this CaptureDestinations.static QCameraImageCapture.CaptureDestination
QCameraImageCapture.CaptureDestination. resolve(int value)
Returns the corresponding enum entry for the given value.static QCameraImageCapture.CaptureDestination
QCameraImageCapture.CaptureDestination. valueOf(String name)
Returns the enum constant of this type with the specified name.static QCameraImageCapture.CaptureDestination[]
QCameraImageCapture.CaptureDestination. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.multimedia with parameters of type QCameraImageCapture.CaptureDestination Constructor Description CaptureDestinations(QCameraImageCapture.CaptureDestination... args)
Creates a new CaptureDestinations where the flags inargs
are set.