Sign in
iOS Team
/
CNLivePlayer
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
69cbbb9c6a0f6d42cc5a425e9bae498fd203d56d
Authored by
zhangxiaowen
2019-08-31 15:44:23 +0800
1 parent
d4df6124
no message
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
CNLivePlayer/Classes/Player/CNLivePlayer.h
CNLivePlayer/Classes/Player/CNLivePlayer.h
View file @
69cbbb9
...
...
@@ -63,6 +63,7 @@ typedef void(^AuthFailureBlock)(NSDictionary *errorInfo);
63
63
64
64
/* 初始化点播播放器 初始化成功后才能对播放器进行设置(如:自动播放、是否开启硬件解码等)和调用准备播放视频方法(prepareToPlay)
65
65
* 码率默认2-标清
66
+ *
66
67
* videoId 视频Id
67
68
* authSuccess 初始化成功block
68
69
* authFailed 初始化失败block 回调一个errorInfo的字典
...
...