Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CCVideo
Live_iOS_Play_SDK
Wiki
iOS 直播观看SDK开发指南
iOS 直播观看SDK开发指南
· Changes
Page history
Update iOS 直播观看SDK开发指南
authored
Jul 22, 2022
by
lic
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
iOS-直播观看SDK开发指南.md
iOS-直播观看SDK开发指南.md
+8
-5
No files found.
iOS-直播观看SDK开发指南.md
View page @
6795631f
...
@@ -1110,11 +1110,14 @@ typedef void (^pullStreamFailedClosure)(HDSMediaCallError error); // 拉远端
...
@@ -1110,11 +1110,14 @@ typedef void (^pullStreamFailedClosure)(HDSMediaCallError error); // 拉远端
* index
* index
* 0 文档组件初始化完成
* 0 文档组件初始化完成
* 1 动画文档加载完成
* 1 动画文档加载完成
* 2 非动画文档加载完成
* 2 非动画翻页加载成功
* 3文档组件加载失败
* 3 文档组件加载失败
* 4文档图片加载失败
* 4 非动画翻页加载失败
* 5文档动画加载失败
* 5 文档动画加载失败
* 6画板加载失败
* 6 画板加载失败
* 7 极速动画翻页加载成功
* 8 极速动画翻页加载失败
* 9 文档组件重载失败
*/
*/
-
(
void
)
docLoadCompleteWithIndex
:(
NSInteger
)
index
;
-
(
void
)
docLoadCompleteWithIndex
:(
NSInteger
)
index
;
```
```
...
...