From ff7cf5f4d36212c75ac80a6f72b55faa1237e30e Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Sun, 26 Apr 2020 19:04:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/include/mk_player.h | 1 - 1 file changed, 1 deletion(-) diff --git a/api/include/mk_player.h b/api/include/mk_player.h index f5b6d4d0..342bf80a 100755 --- a/api/include/mk_player.h +++ b/api/include/mk_player.h @@ -98,7 +98,6 @@ API_EXPORT void API_CALL mk_player_set_on_shutdown(mk_player ctx, on_mk_play_eve /** * 设置音视频数据回调函数 - * 该接口在播放成功事件触发后才有效 * @param ctx 播放器指针 * @param cb 回调函数指针,设置null立即取消回调 * @param user_data 用户数据指针