Module qtjambi
Package io.qt.core

Class QMicrophonePermission

java.lang.Object
io.qt.QtObject
io.qt.core.QPermission
io.qt.core.QMicrophonePermission
All Implemented Interfaces:
QtObjectInterface, Cloneable

public class QMicrophonePermission extends QPermission implements Cloneable

Access the microphone for monitoring or recording sound

Java wrapper for Qt's class QMicrophonePermission

  • Constructor Details

    • QMicrophonePermission

      public QMicrophonePermission()
    • QMicrophonePermission

      public QMicrophonePermission(QMicrophonePermission other)
    • QMicrophonePermission

      protected QMicrophonePermission(QtObject.QPrivateConstructor p)
      Constructor for internal use only.
      Parameters:
      p - expected to be null.
  • Method Details