RPRecordingError 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 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
Name | Value | Description |
---|---|---|
VideoMixingFailure | -5818 | |
FailedMediaServicesFailure | -5817 | |
FailedNoMatchingApplicationContext | -5816 | |
FailedApplicationConnectionInterrupted | -5815 | |
FailedApplicationConnectionInvalid | -5814 | |
CarPlay | -5813 | |
FailedToSave | -5812 | |
ActivePhoneCall | -5811 | Indicates that an active phone call prevented recording. |
Entitlements | -5810 | Indicates that required entitlements were missing. |
SystemDormancy | -5809 | Indicates that the user pressed the power button. |
BroadcastInvalidSession | -5808 | Indicates that the broadcast session was not started. |
ContentResize | -5807 | Indicates that the recording was interrupted when the content was resized or the user multitasked. |
Interrupted | -5806 | Indicates that another app interrupted the recording. |
InsufficientStorage | -5805 | Indicates that the available storage was not sufficient. |
Failed | -5804 | Indicates that an error occurred. |
FailedToStart | -5803 | Indicates that the recording failed to start. |
Disabled | -5802 | Indicates that parental controls prevented the recording. |
UserDeclined | -5801 | Indicates that the user declined to begin the recording. |
Unknown | -5800 | Indicates that an unknown error occurred. |
None | 0 | Indicates that no error occurred. |