Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Queries authorization status for audio/video recording.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
AVRecorder | 8.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
Parameter | Description | Example |
---|---|---|
MediaType | The media type, can be video or audio. | "video" |
Returns status or error.
NotDetermined | Indicates that the user has not yet made a choice regarding whether the client can access the hardware. |
Restricted | The client is not authorized to access the hardware for the media type. The user cannot change the client's status, possibly due to active restrictions such as parental controls being in place. |
Denied | The user explicitly denied access to the hardware supporting a media type for the client. |
Authorized | The client is authorized to access the hardware supporting a media type. |
Created 2nd September 2018, last changed 6th May 2020
AVRecorder.AudioDeviceInfo - AVRecorder.CaptureStillPhoto
Feedback: Report problem or ask question.