AVAudioSessionRecordPermission Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates valid permissions for AVAudioSession.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 5, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVAudioSessionRecordPermission
type AVAudioSessionRecordPermission =
- Inheritance
-
AVAudioSessionRecordPermission
- Attributes
Fields
Name | Value | Description |
---|---|---|
Denied | 1684369017 | The user denied permission. |
Granted | 1735552628 | The user granted permission. |
Undetermined | 1970168948 | The user has neither nor denied permission, generally because they have not yet interacted with the permissions dialog. |