Skip to content

Commit

Permalink
feat(iOS): add decoder recover size warning event
Browse files Browse the repository at this point in the history
  • Loading branch information
skufly authored and pingkai committed Mar 20, 2020
1 parent d8c0a60 commit b598575
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion platform/Apple/source/CicadaErrorCode.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b598575

Please sign in to comment.