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:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
AVRecorder.RequestAccessForMediaType
Requests permissions for media type.
Component |
Version |
macOS |
Windows |
Linux |
Server |
iOS SDK |
AVRecorder
|
8.4 |
✅ Yes
|
❌ No
|
❌ No
|
❌ No
|
✅ Yes
|
MBS( "AVRecorder.RequestAccessForMediaType"; MediaType )
More
MBS(
"AVRecorder.RequestAccessForMediaType"; /* Requests permissions for media type. */
$MediaType) /* The media type, can be video or audio.e.g. "video" */
Less
Parameters
Parameter |
Description |
Example |
MediaType |
The media type, can be video or audio. |
"video" |
Result
Returns OK or error.
Description
Requests permissions for media type.
Requests access to the underlying hardware for the media type, showing a dialog to the user if necessary.
May show a dialog to user, so call early when the features are needed.
Check with AVRecorder.AuthorizationStatusForMediaType, whether you are allowed.
The application (FileMaker or runtime) may need to have Microphone and Camera usage strings in info.plist as well as entitlements used for code signing for those. FileMaker Pro 18.0.3 or newer does have those, but for a runtime or iOS SDK based app you may need to add that yourself.
See also
Release notes
Example Databases
Blog Entries
Created 2nd September 2018, last changed 6th May 2020
AVRecorder.ReleaseAll
-
AVRecorder.SetAudioDevice
Feedback: Report problem or ask question.