From b598575f32a7f01155d2433d430ab6cb528ffc58 Mon Sep 17 00:00:00 2001 From: skufly Date: Thu, 19 Mar 2020 20:01:56 +0800 Subject: [PATCH] feat(iOS): add decoder recover size warning event --- platform/Apple/source/CicadaErrorCode.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platform/Apple/source/CicadaErrorCode.h b/platform/Apple/source/CicadaErrorCode.h index f9ed984e7..24a4663ed 100644 --- a/platform/Apple/source/CicadaErrorCode.h +++ b/platform/Apple/source/CicadaErrorCode.h @@ -93,7 +93,9 @@ typedef enum CicadaEventWithString: NSUInteger { /**@brief 选择字幕错误。*/ /****@brief select subtitle error.*/ CICADA_EVENT_MEDIA_PLAYER_EVENT_SUBTITLE_SELECT_ERROR = 114, - + /**@brief 后台恢复时所需解码帧过多 */ + /****@brief decoder recover size is too large for background recovery.*/ + CICADA_EVENT_PLAYER_EVENT_DECODER_RECOVER_SIZE = 115, } CicadaEventWithString; #endif