MediaErrorCode
enum MediaErrorCode {
MEDIA_ERR_ABORTED = 1,
MEDIA_ERR_NETWORK,
MEDIA_ERR_DECODE,
MEDIA_ERR_SRC_NOT_SUPPORTED
}
Undocumented
-
Undocumented
Declaration
Objective-C
MEDIA_ERR_ABORTED = 1 -
Undocumented
Declaration
Objective-C
MEDIA_ERR_NETWORK -
Undocumented
Declaration
Objective-C
MEDIA_ERR_DECODE -
Undocumented
Declaration
Objective-C
MEDIA_ERR_SRC_NOT_SUPPORTED
MediaErrorCode Enumeration Reference