Skip to content

Commit

Permalink
feat(iOS): add select subtitle error 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 1bdfe3a commit d8c0a60
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion platform/Apple/source/CicadaErrorCode.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,11 @@ typedef enum CicadaEventWithString: NSUInteger {
CICADA_EVENT_PLAYER_LOW_MEMORY = 111,
/**@brief 网络重试成功。无额外信息。*/
/****@brief Network retry successful. No additional information is provided.*/
CICADA_EVENT_PLAYER_NETWORK_RETRY_SUCCESS = 113,
CICADA_EVENT_PLAYER_NETWORK_RETRY_SUCCESS = 113,
/**@brief 选择字幕错误。*/
/****@brief select subtitle error.*/
CICADA_EVENT_MEDIA_PLAYER_EVENT_SUBTITLE_SELECT_ERROR = 114,

} CicadaEventWithString;

#endif
Expand Down

0 comments on commit d8c0a60

Please sign in to comment.