RPRecordingError 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举录制时可能遇到的错误。
[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 =
- 继承
-
RPRecordingError
- 属性
字段
ActivePhoneCall | -5811 | 指示活动电话呼叫阻止录制。 |
BroadcastInvalidSession | -5808 | 指示广播会话未启动。 |
CarPlay | -5813 | |
ContentResize | -5807 | 指示在调整内容大小或用户执行多任务时中断录制。 |
Disabled | -5802 | 指示家长控制阻止录制。 |
Entitlements | -5810 | 指示缺少所需的权利。 |
Failed | -5804 | 指示发生了错误。 |
FailedApplicationConnectionInterrupted | -5815 | |
FailedApplicationConnectionInvalid | -5814 | |
FailedMediaServicesFailure | -5817 | |
FailedNoMatchingApplicationContext | -5816 | |
FailedToSave | -5812 | |
FailedToStart | -5803 | 指示录制无法启动。 |
InsufficientStorage | -5805 | 指示可用存储不足。 |
Interrupted | -5806 | 指示另一个应用中断了录制。 |
None | 0 | 指示未发生错误。 |
SystemDormancy | -5809 | 指示用户按下了电源按钮。 |
Unknown | -5800 | 指示发生了未知错误。 |
UserDeclined | -5801 | 指示用户拒绝开始录制。 |
VideoMixingFailure | -5818 |