Show / Hide Table of Contents

Enum ISN_AVAuthorizationStatus

Constants that provide information regarding permission to use media capture devices.

Namespace: SA.iOS.AVFoundation
Assembly: cs.temp.dll.dll
Syntax
public enum ISN_AVAuthorizationStatus

Fields

Name Description
Authorized

The user has explicitly granted permission for media capture, or explicit user permission is not necessary for the media type in question.

Denied

The user has explicitly denied permission for media capture.

NotDetermined

Explicit user permission is required for media capture, but the user has not yet granted or denied such permission.

Restricted

The user is not allowed to access media capture devices.

In This Article
Back to top Generated by DocFX