class QMicrophonePermission#

访问麦克风以监控或录制声音。 更多

新版本6.5.

概述#

方法#

注意

此文档可能包含自动从C++到Python转换的代码片段。我们始终欢迎对片段翻译的贡献。如果您发现翻译有问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE创建工单来让我们知道。

详细描述#

需求#

要运行时请求此权限,必须在构建时做出以下特定平台的使用声明

平台

类型

Apple

使用描述

NSMicrophoneUsageDescription

Android

uses-permission :ref:` <Application-Permissions>`

android.permission.RECORD_AUDIO

请参阅单独的使用声明类型,了解如何将它们添加到您的项目中。

__init__()#
__init__(other)
参数

otherQMicrophonePermission

swap(other)#
参数

otherQMicrophonePermission