![]() |
AliyunPlayer v7.10.0
Aliyun Player API Reference Manual for iOS Platforms
|
AVPErrorModel represents playback error descriptions. More...
#include "AVPDef.h"
Properties | |
| AVPErrorCode | code |
| Playback error code. | |
| NSString * | extra |
| extra represents an additional playback error message. | |
| NSString * | message |
| Playback error message. | |
| NSString * | requestId |
| requestId represents the request ID of a playback error. | |
| NSString * | videoId |
| videoId represents the VID of the video that has a playback error. | |
AVPErrorModel represents playback error descriptions.
This class encapsulates error code, message, additional information, and other fields to help developers diagnose and handle playback errors.
|
readwritenonatomicassign |
Playback error code.
Represents the specific type and cause of the error. See AVPErrorCode.
|
readwritenonatomiccopy |
extra represents an additional playback error message.
|
readwritenonatomiccopy |
Playback error message.
A textual description of the error, usually in English, to help understand the error cause.
|
readwritenonatomiccopy |
requestId represents the request ID of a playback error.
|
readwritenonatomiccopy |
videoId represents the VID of the video that has a playback error.