RPRecordingError Enum

Definition

Enumerates errors that can be encountered while recording.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum RPRecordingError
type RPRecordingError = 
Inheritance
RPRecordingError
Attributes

Fields

ActivePhoneCall -5811

Indicates that an active phone call prevented recording.

BroadcastInvalidSession -5808

Indicates that the broadcast session was not started.

CarPlay -5813
ContentResize -5807

Indicates that the recording was interrupted when the content was resized or the user multitasked.

Disabled -5802

Indicates that parental controls prevented the recording.

Entitlements -5810

Indicates that required entitlements were missing.

Failed -5804

Indicates that an error occurred.

FailedApplicationConnectionInterrupted -5815
FailedApplicationConnectionInvalid -5814
FailedMediaServicesFailure -5817
FailedNoMatchingApplicationContext -5816
FailedToSave -5812
FailedToStart -5803

Indicates that the recording failed to start.

InsufficientStorage -5805

Indicates that the available storage was not sufficient.

Interrupted -5806

Indicates that another app interrupted the recording.

None 0

Indicates that no error occurred.

SystemDormancy -5809

Indicates that the user pressed the power button.

Unknown -5800

Indicates that an unknown error occurred.

UserDeclined -5801

Indicates that the user declined to begin the recording.

VideoMixingFailure -5818

Applies to