diff --git a/uni_modules/uni-video/changelog.md b/uni_modules/uni-video/changelog.md index 1dfcf18ecc2a578351e5971c04e91d6c6bc55114..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 --- a/uni_modules/uni-video/changelog.md +++ b/uni_modules/uni-video/changelog.md @@ -1,2 +0,0 @@ -## 1.0.0(2023-10-26) -实现android平台 video-view 组件,仅支持 uni-app x项目的 uvue 页面 diff --git a/uni_modules/uni-video/package.json b/uni_modules/uni-video/package.json index 3a7d33a6788b362776f2bcce5380a9bea54f8e2b..29c40635a242f3878cbbebfa88ccedb45fcc40f0 100644 --- a/uni_modules/uni-video/package.json +++ b/uni_modules/uni-video/package.json @@ -1,83 +1,95 @@ -{ - "id": "uni-video", - "displayName": "uni-video", - "version": "1.0.0", - "description": "uni-video", - "keywords": [ - "uni-video" - ], - "repository": "", - "engines": { - "HBuilderX": "^3.7.0" - }, - "dcloudext": { - "type": "component-uts", - "sale": { - "regular": { - "price": "0.00" - }, - "sourcecode": { - "price": "0.00" - } - }, - "contact": { - "qq": "" - }, - "declaration": { - "ads": "", - "data": "", - "permissions": "" - }, - "npmurl": "" - }, - "uni_modules": { - "dependencies": [ - "uni-framework" - ], - "encrypt": [], - "platforms": { - "cloud": { - "tcb": "u", - "aliyun": "u" - }, - "client": { - "Vue": { - "vue2": "u", - "vue3": "u" - }, - "App": { - "app-android": "y", - "app-ios": "u" - }, - "H5-mobile": { - "Safari": "u", - "Android Browser": "u", - "微信浏览器(Android)": "u", - "QQ浏览器(Android)": "u" - }, - "H5-pc": { - "Chrome": "u", - "IE": "u", - "Edge": "u", - "Firefox": "u", - "Safari": "u" - }, - "小程序": { - "微信": "u", - "阿里": "u", - "百度": "u", - "字节跳动": "u", - "QQ": "u", - "钉钉": "u", - "快手": "u", - "飞书": "u", - "京东": "u" - }, - "快应用": { - "华为": "u", - "联盟": "u" - } - } - } - } -} \ No newline at end of file +{ + "id": "uni-video", + "displayName": "uni-video", + "version": "1.0.0", + "description": "uni-video", + "keywords": [ + "uni-video" + ], + "repository": "", + "engines": { + "HBuilderX": "^3.7.0" + }, + "dcloudext": { + "type": "component-uts", + "sale": { + "regular": { + "price": "0.00" + }, + "sourcecode": { + "price": "0.00" + } + }, + "contact": { + "qq": "" + }, + "declaration": { + "ads": "", + "data": "", + "permissions": "" + }, + "npmurl": "" + }, + "uni_modules": { + "dependencies": [ + "uni-framework" + ], + "uni-ext-api": { + "uni": { + "createVideoContext": { + "name": "createVideoContext", + "app": { + "js": false, + "kotlin": true, + "swift": true + } + } + } + }, + "encrypt": [], + "platforms": { + "cloud": { + "tcb": "u", + "aliyun": "u" + }, + "client": { + "Vue": { + "vue2": "u", + "vue3": "u" + }, + "App": { + "app-android": "u", + "app-ios": "u" + }, + "H5-mobile": { + "Safari": "u", + "Android Browser": "u", + "微信浏览器(Android)": "u", + "QQ浏览器(Android)": "u" + }, + "H5-pc": { + "Chrome": "u", + "IE": "u", + "Edge": "u", + "Firefox": "u", + "Safari": "u" + }, + "小程序": { + "微信": "u", + "阿里": "u", + "百度": "u", + "字节跳动": "u", + "QQ": "u", + "钉钉": "u", + "快手": "u", + "飞书": "u", + "京东": "u" + }, + "快应用": { + "华为": "u", + "联盟": "u" + } + } + } + } +} diff --git a/uni_modules/uni-video/readme.md b/uni_modules/uni-video/readme.md index f97b72afcb39aa34520933586dc06ee666185d20..2745019f691b0d7f80a9672b4bd072044550df56 100644 --- a/uni_modules/uni-video/readme.md +++ b/uni_modules/uni-video/readme.md @@ -1,13 +1,6 @@ -## uts插件开发文档 +# uni-video +### 开发文档 [UTS 语法](https://uniapp.dcloud.net.cn/tutorial/syntax-uts.html) [UTS API插件](https://uniapp.dcloud.net.cn/plugin/uts-plugin.html) [UTS 组件插件](https://uniapp.dcloud.net.cn/plugin/uts-component.html) -[Hello UTS](https://gitcode.net/dcloud/hello-uts) - - -## video-view -此插件为uni-app x项目中内置 video 组件的开源uts组件插件,为了避免与内置 video 组件冲突,开源uts组件插件注册为 video-view 组件。 - -**注意** -- video-view组件不支持[uni.createVideoContext](https://uniapp.dcloud.net.cn/uni-app-x/api/create-video-context.html) - +[Hello UTS](https://gitcode.net/dcloud/hello-uts) \ No newline at end of file diff --git a/uni_modules/uni-video/utssdk/app-android/event.uts b/uni_modules/uni-video/utssdk/app-android/event.uts new file mode 100644 index 0000000000000000000000000000000000000000..33c806ceff75efeab2e4e52e3def9776f2a53cd9 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-android/event.uts @@ -0,0 +1,55 @@ +import { UniVideoTimeUpdateEvent, UniVideoTimeUpdateEventDetail, UniVideoFullScreenChangeEvent, UniVideoFullScreenChangeEventDetail, UniVideoErrorEvent, VideoError, UniVideoProgressEvent, UniVideoProgressEventDetail, UniVideoFullScreenClickEvent, UniVideoFullScreenClickEventDetail, UniVideoControlsToggleEvent, UniVideoControlsToggleEventDetail } from '../interface.uts'; + +/** + * timeupdate 事件实现 + */ +export class UniVideoTimeUpdateEventImpl extends UniCustomEvent implements UniVideoTimeUpdateEvent { + constructor(detail : UniVideoTimeUpdateEventDetail) { + super("timeupdate", detail); + } +} + +/** + * fullscreenchange 事件实现 + */ +export class UniVideoFullScreenChangeEventImpl extends UniCustomEvent implements UniVideoFullScreenChangeEvent { + constructor(detail : UniVideoFullScreenChangeEventDetail) { + super("fullscreenchange", detail); + } +} + +/** + * error 事件实现 + */ +export class UniVideoErrorEventImpl extends UniCustomEvent implements UniVideoErrorEvent { + constructor(detail : VideoError) { + super("error", detail); + } +} + +/** + * progress 事件实现 + */ +export class UniVideoProgressEventImpl extends UniCustomEvent implements UniVideoProgressEvent { + constructor(detail : UniVideoProgressEventDetail) { + super("progress", detail); + } +} + +/** + * fullscreenclick 事件实现 + */ +export class UniVideoFullScreenClickEventImpl extends UniCustomEvent implements UniVideoFullScreenClickEvent { + constructor(detail : UniVideoFullScreenClickEventDetail) { + super("fullscreenclick", detail); + } +} + +/** + * controlstoggle 事件实现 + */ +export class UniVideoControlsToggleEventImpl extends UniCustomEvent implements UniVideoControlsToggleEvent { + constructor(detail : UniVideoControlsToggleEventDetail) { + super("controlstoggle", detail); + } +} \ No newline at end of file diff --git a/uni_modules/uni-video/utssdk/app-android/index.uts b/uni_modules/uni-video/utssdk/app-android/index.uts new file mode 100644 index 0000000000000000000000000000000000000000..b840337370fed0e0512eafa755f8160f9e02e2bc --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-android/index.uts @@ -0,0 +1,70 @@ +import { CreateVideoContext, VideoContext, RequestFullScreenOptions, Danmu } from '../interface.uts'; +import { UniVideoTimeUpdateEvent, UniVideoTimeUpdateEventDetail, UniVideoFullScreenChangeEvent, UniVideoFullScreenChangeEventDetail, UniVideoErrorEvent, VideoError, UniVideoProgressEvent, UniVideoProgressEventDetail, UniVideoFullScreenClickEvent, UniVideoFullScreenClickEventDetail, UniVideoControlsToggleEvent, UniVideoControlsToggleEventDetail } from '../interface.uts'; +import { UniVideoElement } from './index.vue'; + +export const createVideoContext : CreateVideoContext = function (videoId : string.VideoIdString, component ?: ComponentPublicInstance | null) : VideoContext | null { + let videoElement : UniElement | null = null; + if (component == null) { + const pages = getCurrentPages(); + if (pages.length > 0) { + videoElement = pages[pages.length - 1].$el?.parentNode?.querySelector('#' + videoId); + } + } else { + videoElement = component.$el?.parentNode?.querySelector('#' + videoId); + } + if (videoElement == null) return null; + return new VideoContextImpl(videoElement as UniVideoElement); +} + +class VideoContextImpl implements VideoContext { + + private videoElement : UniVideoElement; + + constructor(videoElement : UniVideoElement) { + this.videoElement = videoElement; + } + + play() { + this.videoElement.play(); + } + + pause() { + this.videoElement.pause(); + } + + seek(position : number) { + this.videoElement.seek(position); + } + + stop() { + this.videoElement.stop(); + } + + sendDanmu(danmu : Danmu) { + this.videoElement.sendDanmu(danmu); + } + + playbackRate(rate : number) { + this.videoElement.playbackRate(rate); + } + + requestFullScreen(direction ?: RequestFullScreenOptions | null) { + this.videoElement.requestFullScreen(direction); + } + + exitFullScreen() { + this.videoElement.exitFullScreen(); + } +} + +export type VideoTimeUpdateEvent = UniVideoTimeUpdateEvent +export type VideoTimeUpdateEventDetail = UniVideoTimeUpdateEventDetail +export type VideoFullScreenChangeEvent = UniVideoFullScreenChangeEvent +export type VideoFullScreenChangeEventDetail = UniVideoFullScreenChangeEventDetail +export type VideoErrorEvent = UniVideoErrorEvent +export type VideoProgressEvent = UniVideoProgressEvent +export type VideoProgressEventDetail = UniVideoProgressEventDetail +export type VideoFullScreenClickEvent = UniVideoFullScreenClickEvent +export type VideoFullScreenClickEventDetail = UniVideoFullScreenClickEventDetail +export type VideoControlsToggleEvent = UniVideoControlsToggleEvent +export type VideoControlsToggleEventDetail = UniVideoControlsToggleEventDetail \ No newline at end of file diff --git a/uni_modules/uni-video/utssdk/app-android/index.vue b/uni_modules/uni-video/utssdk/app-android/index.vue index e511cee41cce006fbc7eb5bcadbb985565a76de8..993c6b7077a56f7cffe06075899b49a023adf877 100644 --- a/uni_modules/uni-video/utssdk/app-android/index.vue +++ b/uni_modules/uni-video/utssdk/app-android/index.vue @@ -1,38 +1,47 @@ \ No newline at end of file diff --git a/uni_modules/uni-video/utssdk/app-android/libs/ijkplayer.aar b/uni_modules/uni-video/utssdk/app-android/libs/ijkplayer.aar index 7df8babf2f52f1b57b23482bb7051d6181b1db92..f31a6d92788f14b43dd78eefd13e43984cf788fc 100644 Binary files a/uni_modules/uni-video/utssdk/app-android/libs/ijkplayer.aar and b/uni_modules/uni-video/utssdk/app-android/libs/ijkplayer.aar differ diff --git a/uni_modules/uni-video/utssdk/app-android/libs/videoplayer.aar b/uni_modules/uni-video/utssdk/app-android/libs/videoplayer.aar index bc2d098fa5da42b1767703d75ca5cfb83ff5dce2..76a49c4172b8d114a184a27334a12efa2f65d14a 100644 Binary files a/uni_modules/uni-video/utssdk/app-android/libs/videoplayer.aar and b/uni_modules/uni-video/utssdk/app-android/libs/videoplayer.aar differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/angle-mask.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/angle-mask.png new file mode 100644 index 0000000000000000000000000000000000000000..0150a03f535237397e5c16fbd4e96f79886889e0 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/angle-mask.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/angle-mask@2x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/angle-mask@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..9a302b6801d424d6c214714b5fa0ea77cbc92c89 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/angle-mask@2x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/angle-mask@3x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/angle-mask@3x.png new file mode 100644 index 0000000000000000000000000000000000000000..d07f3ce67e8076297b61e9b559f955d28938c2bf Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/angle-mask@3x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/error.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/error.png new file mode 100644 index 0000000000000000000000000000000000000000..a57c8e4462cc20c18c6438001a79182741436a32 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/error.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/error@2x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/error@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf6798547863870637b959e44dfea4bc8239ef7 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/error@2x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/error@3x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/error@3x.png new file mode 100644 index 0000000000000000000000000000000000000000..c92518f8534a47a1d2e43c760ccf80f0a045dc52 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/error@3x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/info.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/info.png new file mode 100644 index 0000000000000000000000000000000000000000..a3a1f75c2683ddec087170f4afb65a2a01c613d0 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/info.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/info@2x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/info@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..1b333e7b84584234e435c854b1e343788e3b25af Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/info@2x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/info@3x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/info@3x.png new file mode 100644 index 0000000000000000000000000000000000000000..d56aa0c229fce6d3980c129a13af94cde6457abf Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/info@3x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/success.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/success.png new file mode 100644 index 0000000000000000000000000000000000000000..44769d028f92a031f683912f571cba6093fd1553 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/success.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/success@2x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/success@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..a9d16532fa862b66582d2008c6ae9a802fab2e1f Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/success@2x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/success@3x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/success@3x.png new file mode 100644 index 0000000000000000000000000000000000000000..42bad9be6bd96668b05e4255c2c59a860663b740 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCSVProgressHUD.bundle/success@3x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/backbarbutton.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/backbarbutton.png new file mode 100644 index 0000000000000000000000000000000000000000..1054960367e5da4118105f46a97a186f3d785d67 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/backbarbutton.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/backbarbutton@2x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/backbarbutton@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..640498e81ca16d1ee7da3e27f6c21c9ccd843bdc Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/backbarbutton@2x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/backbarbutton@3x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/backbarbutton@3x.png new file mode 100644 index 0000000000000000000000000000000000000000..11f17f407b49b943537be79e6320de2a77d012d8 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/backbarbutton@3x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/control_brightness@2x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/control_brightness@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..9782a11a2646fa8aaa7835fa793ad18de802a733 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/control_brightness@2x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/exitfullscreen@2x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/exitfullscreen@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..8b1b91f2e89b2be6c2ffa9309687076a17b68521 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/exitfullscreen@2x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/exitfullscreen@3x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/exitfullscreen@3x.png new file mode 100644 index 0000000000000000000000000000000000000000..8b1b91f2e89b2be6c2ffa9309687076a17b68521 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/exitfullscreen@3x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/fullscreen@2x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/fullscreen@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..48986163aa18be7ed79d54bdd253a844dd72fbc4 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/fullscreen@2x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/fullscreen@3x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/fullscreen@3x.png new file mode 100644 index 0000000000000000000000000000000000000000..48986163aa18be7ed79d54bdd253a844dd72fbc4 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/fullscreen@3x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/play.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/play.png new file mode 100644 index 0000000000000000000000000000000000000000..2f4e238c2e03d9157b69a881a8a58c6c77de8f19 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/play.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/play@2x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/play@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..51a307e48e2611ae36edcf19b80d1b5765447454 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/play@2x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/play@3x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/play@3x.png new file mode 100644 index 0000000000000000000000000000000000000000..2132ab15cccd085f790dabf0730c5c81785bd8af Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/play@3x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_back.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_back.png new file mode 100644 index 0000000000000000000000000000000000000000..e28e8185ddcadab7adc337adb18502fa0c41f168 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_back.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_back@2x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_back@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..e26fb721de075439385cb549257b4274d779784a Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_back@2x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_back@3x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_back@3x.png new file mode 100644 index 0000000000000000000000000000000000000000..fe5841706d650e191bfbdc6d34a62ec5bf248bd8 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_back@3x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_play.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_play.png new file mode 100644 index 0000000000000000000000000000000000000000..acc26ffffdb24c0ea1a1a07449be1e351c17db6b Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_play.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_play@2x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_play@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..4f9e9df94dcfe569120d768308747dd9a9c4b5c1 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_play@2x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_play@3x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_play@3x.png new file mode 100644 index 0000000000000000000000000000000000000000..7e9203a258b71798915548321636fe314276e2a4 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_play@3x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_stop.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_stop.png new file mode 100644 index 0000000000000000000000000000000000000000..86148a2480abbcbfbe2edde4a95d0c573bc7f8b3 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_stop.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_stop@2x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_stop@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..bfbc090e6492f199dfaad59238c22c40c70d748e Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_stop@2x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_stop@3x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_stop@3x.png new file mode 100644 index 0000000000000000000000000000000000000000..b1d66a98add223656be69e9289e79b2535b5d377 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/player_stop@3x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/slider_thumb@2x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/slider_thumb@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..472a72b93856b98f8303549aed87a73fa3e22eeb Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/slider_thumb@2x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/slider_thumb@3x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/slider_thumb@3x.png new file mode 100644 index 0000000000000000000000000000000000000000..c07a31c761711300dbd81b97465ab0733bbfa11e Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/slider_thumb@3x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/video_ic_muteoff@2x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/video_ic_muteoff@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..1b28950aeb75d4bdfe0da5144b62cd74ef183a71 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/video_ic_muteoff@2x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/video_ic_muteoff@3x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/video_ic_muteoff@3x.png new file mode 100644 index 0000000000000000000000000000000000000000..1b28950aeb75d4bdfe0da5144b62cd74ef183a71 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/video_ic_muteoff@3x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/video_ic_muteon@2x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/video_ic_muteon@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..2102296604401c242b2354a7dff7432d3809c4ea Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/video_ic_muteon@2x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/video_ic_muteon@3x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/video_ic_muteon@3x.png new file mode 100644 index 0000000000000000000000000000000000000000..2102296604401c242b2354a7dff7432d3809c4ea Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/video_ic_muteon@3x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/video_volume@2x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/video_volume@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..8adbd753134ec3a794f8dc4a4499d3ab2424aeba Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/video_volume@2x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/video_volume@3x.png b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/video_volume@3x.png new file mode 100644 index 0000000000000000000000000000000000000000..8adbd753134ec3a794f8dc4a4499d3ab2424aeba Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/Resources/DCUniVideo.bundle/video_volume@3x.png differ diff --git a/uni_modules/uni-video/utssdk/app-ios/config.json b/uni_modules/uni-video/utssdk/app-ios/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9678d41af4fec994a01d3b43fb94b8595f6388b9 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/config.json @@ -0,0 +1,5 @@ +{ + "frameworks": [ + "libz.tbd" + ] +} \ No newline at end of file diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/Info.plist b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/Info.plist new file mode 100644 index 0000000000000000000000000000000000000000..41698effd8fbf546f37532f67a0c977df5201bae --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/Info.plist @@ -0,0 +1,44 @@ + + + + + AvailableLibraries + + + BinaryPath + DCUniVideo.framework/DCUniVideo + LibraryIdentifier + ios-arm64 + LibraryPath + DCUniVideo.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + ios + + + BinaryPath + DCUniVideo.framework/DCUniVideo + LibraryIdentifier + ios-arm64_x86_64-simulator + LibraryPath + DCUniVideo.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + ios + SupportedPlatformVariant + simulator + + + CFBundlePackageType + XFWK + XCFrameworkFormatVersion + 1.0 + + diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/DCUniVideo b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/DCUniVideo new file mode 100644 index 0000000000000000000000000000000000000000..efa787acee07d8099f14e410a00f7e3255a0e8b3 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/DCUniVideo differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Headers/DCUniVideo-Swift.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Headers/DCUniVideo-Swift.h new file mode 100644 index 0000000000000000000000000000000000000000..8223c822519d737a3f1b7de291fa21c2b639b74b --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Headers/DCUniVideo-Swift.h @@ -0,0 +1,377 @@ +#if 0 +#elif defined(__arm64__) && __arm64__ +// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +#ifndef DCUNIVIDEO_SWIFT_H +#define DCUNIVIDEO_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) +#include +#endif +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else +#include +#include +#include +#include +#endif +#if defined(__cplusplus) +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#endif + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif +#endif +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif +#endif +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif +#endif +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif +#endif +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif +#endif +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif +#endif +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif +#endif +#if defined(__OBJC__) +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +@import CoreFoundation; +@import Foundation; +@import ObjectiveC; +@import UIKit; +#endif + +#endif +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="DCUniVideo",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) +@class NSCoder; + +SWIFT_CLASS("_TtC10DCUniVideo13HJDanmakuCell") +@interface HJDanmakuCell : UIView +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC10DCUniVideo14HJDanmakuModel") +@interface HJDanmakuModel : NSObject +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +SWIFT_CLASS("_TtC10DCUniVideo13HJDanmakuView") +@interface HJDanmakuView : UIView +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; +- (void)sizeToFit; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + + +@class UIEvent; +@class UITouch; + +@interface HJDanmakuView (SWIFT_EXTENSION(DCUniVideo)) +- (UIView * _Nullable)hitTest:(CGPoint)point withEvent:(UIEvent * _Nullable)event SWIFT_WARN_UNUSED_RESULT; +- (void)touchesBegan:(NSSet * _Nonnull)touches withEvent:(UIEvent * _Nullable)event; +- (void)touchesMoved:(NSSet * _Nonnull)touches withEvent:(UIEvent * _Nullable)event; +- (void)touchesEnded:(NSSet * _Nonnull)touches withEvent:(UIEvent * _Nullable)event; +- (void)touchesCancelled:(NSSet * _Nonnull)touches withEvent:(UIEvent * _Nullable)event; +@end + + + + +SWIFT_CLASS("_TtC10DCUniVideo20UniVideoPlayerConfig") +@interface UniVideoPlayerConfig : NSObject +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +SWIFT_CLASS("_TtC10DCUniVideo18UniVideoPlayerView") +@interface UniVideoPlayerView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (void)layoutSubviews; +- (void)didMoveToSuperview; +@end + + + +@class UIGestureRecognizer; + +@interface UniVideoPlayerView (SWIFT_EXTENSION(DCUniVideo)) +- (BOOL)gestureRecognizer:(UIGestureRecognizer * _Nonnull)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer * _Nonnull)otherGestureRecognizer SWIFT_WARN_UNUSED_RESULT; +- (BOOL)gestureRecognizer:(UIGestureRecognizer * _Nonnull)gestureRecognizer shouldReceiveTouch:(UITouch * _Nonnull)touch SWIFT_WARN_UNUSED_RESULT; +@end + +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__cplusplus) +#endif +#pragma clang diagnostic pop +#endif + +#else +#error unsupported Swift architecture +#endif diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Headers/DCUniVideo.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Headers/DCUniVideo.h new file mode 100644 index 0000000000000000000000000000000000000000..9087f5b98331949a7cefcfb419ed070c1df35870 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Headers/DCUniVideo.h @@ -0,0 +1,18 @@ +// +// DCUniVideo.h +// DCUniVideo +// +// Created by lizhongyi on 2023/5/17. +// + +#import + +//! Project version number for DCUniVideo. +FOUNDATION_EXPORT double DCUniVideoVersionNumber; + +//! Project version string for DCUniVideo. +FOUNDATION_EXPORT const unsigned char DCUniVideoVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import +#import + diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Headers/UIControl+EnlargeTouchArea.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Headers/UIControl+EnlargeTouchArea.h new file mode 100644 index 0000000000000000000000000000000000000000..f5a4f1bf5dcb18203e21a54bfde4b7df29c94cab --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Headers/UIControl+EnlargeTouchArea.h @@ -0,0 +1,13 @@ + +#import + + +@interface UIControl (EnlargeTouchArea) + +/** + * 扩大 UIButton 的点击范围 + * 控制上下左右的延长范围 + */ +- (void)dc_setEnlargeEdgeWithTop:(CGFloat)top right:(CGFloat)right bottom:(CGFloat)bottom left:(CGFloat)left; + +@end diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Info.plist b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Info.plist new file mode 100644 index 0000000000000000000000000000000000000000..92ee829279f33d13de5024c82ee8b317b64d074a Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Info.plist differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo new file mode 100644 index 0000000000000000000000000000000000000000..637654f61a6c9b4540c3d453ef9f32fabe03a637 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/arm64-apple-ios.abi.json b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/arm64-apple-ios.abi.json new file mode 100644 index 0000000000000000000000000000000000000000..4bd22e1b8af1d2b5c24d335415fe555244d0eba8 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/arm64-apple-ios.abi.json @@ -0,0 +1,14482 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuType", + "printedName": "HJDanmakuType", + "children": [ + { + "kind": "Var", + "name": "HJDanmakuTypeLR", + "printedName": "HJDanmakuTypeLR", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.HJDanmakuType.Type) -> DCUniVideo.HJDanmakuType", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.HJDanmakuType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo13HJDanmakuTypeO0cD2LRyA2CmF", + "mangledName": "$s10DCUniVideo13HJDanmakuTypeO0cD2LRyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "HJDanmakuTypeFT", + "printedName": "HJDanmakuTypeFT", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.HJDanmakuType.Type) -> DCUniVideo.HJDanmakuType", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.HJDanmakuType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo13HJDanmakuTypeO0cD2FTyA2CmF", + "mangledName": "$s10DCUniVideo13HJDanmakuTypeO0cD2FTyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "HJDanmakuTypeFB", + "printedName": "HJDanmakuTypeFB", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.HJDanmakuType.Type) -> DCUniVideo.HJDanmakuType", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.HJDanmakuType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo13HJDanmakuTypeO0cD2FByA2CmF", + "mangledName": "$s10DCUniVideo13HJDanmakuTypeO0cD2FByA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuType?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo13HJDanmakuTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10DCUniVideo13HJDanmakuTypeO8rawValueACSgSS_tcfc", + "moduleName": "DCUniVideo", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuTypeO8rawValueSSvp", + "mangledName": "$s10DCUniVideo13HJDanmakuTypeO8rawValueSSvp", + "moduleName": "DCUniVideo", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuTypeO8rawValueSSvg", + "mangledName": "$s10DCUniVideo13HJDanmakuTypeO8rawValueSSvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10DCUniVideo13HJDanmakuTypeO", + "mangledName": "$s10DCUniVideo13HJDanmakuTypeO", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuModel", + "printedName": "HJDanmakuModel", + "children": [ + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo14HJDanmakuModelC4time14CoreFoundation7CGFloatVvp", + "mangledName": "$s10DCUniVideo14HJDanmakuModelC4time12CoreGraphics7CGFloatVvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo14HJDanmakuModelC4time14CoreFoundation7CGFloatVvg", + "mangledName": "$s10DCUniVideo14HJDanmakuModelC4time12CoreGraphics7CGFloatVvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo14HJDanmakuModelC4time14CoreFoundation7CGFloatVvs", + "mangledName": "$s10DCUniVideo14HJDanmakuModelC4time12CoreGraphics7CGFloatVvs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo14HJDanmakuModelC4time14CoreFoundation7CGFloatVvM", + "mangledName": "$s10DCUniVideo14HJDanmakuModelC4time12CoreGraphics7CGFloatVvM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "danmakuType", + "printedName": "danmakuType", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo14HJDanmakuModelC11danmakuTypeAA0cF0Ovp", + "mangledName": "$s10DCUniVideo14HJDanmakuModelC11danmakuTypeAA0cF0Ovp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo14HJDanmakuModelC11danmakuTypeAA0cF0Ovg", + "mangledName": "$s10DCUniVideo14HJDanmakuModelC11danmakuTypeAA0cF0Ovg", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(danmakuType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo14HJDanmakuModelC11danmakuTypeAcA0cF0O_tcfc", + "mangledName": "$s10DCUniVideo14HJDanmakuModelC11danmakuTypeAcA0cF0O_tcfc", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Constructor", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel(im)init", + "mangledName": "$s10DCUniVideo14HJDanmakuModelCACycfc", + "moduleName": "DCUniVideo", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel", + "mangledName": "$s10DCUniVideo14HJDanmakuModelC", + "moduleName": "DCUniVideo", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CommonCrypto", + "printedName": "CommonCrypto", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "MediaPlayer", + "printedName": "MediaPlayer", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuMode", + "printedName": "HJDanmakuMode", + "children": [ + { + "kind": "Var", + "name": "HJDanmakuModeVideo", + "printedName": "HJDanmakuModeVideo", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.HJDanmakuMode.Type) -> DCUniVideo.HJDanmakuMode", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuMode", + "printedName": "DCUniVideo.HJDanmakuMode", + "usr": "s:10DCUniVideo13HJDanmakuModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.HJDanmakuMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuMode", + "printedName": "DCUniVideo.HJDanmakuMode", + "usr": "s:10DCUniVideo13HJDanmakuModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo13HJDanmakuModeO0cdB0yA2CmF", + "mangledName": "$s10DCUniVideo13HJDanmakuModeO0cdB0yA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "HJDanmakuModeLive", + "printedName": "HJDanmakuModeLive", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.HJDanmakuMode.Type) -> DCUniVideo.HJDanmakuMode", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuMode", + "printedName": "DCUniVideo.HJDanmakuMode", + "usr": "s:10DCUniVideo13HJDanmakuModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.HJDanmakuMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuMode", + "printedName": "DCUniVideo.HJDanmakuMode", + "usr": "s:10DCUniVideo13HJDanmakuModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo13HJDanmakuModeO0cD4LiveyA2CmF", + "mangledName": "$s10DCUniVideo13HJDanmakuModeO0cD4LiveyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuMode", + "printedName": "DCUniVideo.HJDanmakuMode", + "usr": "s:10DCUniVideo13HJDanmakuModeO" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuMode", + "printedName": "DCUniVideo.HJDanmakuMode", + "usr": "s:10DCUniVideo13HJDanmakuModeO" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s10DCUniVideo13HJDanmakuModeO2eeoiySbAC_ACtFZ", + "moduleName": "DCUniVideo", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuModeO9hashValueSivp", + "mangledName": "$s10DCUniVideo13HJDanmakuModeO9hashValueSivp", + "moduleName": "DCUniVideo", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuModeO9hashValueSivg", + "mangledName": "$s10DCUniVideo13HJDanmakuModeO9hashValueSivg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s10DCUniVideo13HJDanmakuModeO4hash4intoys6HasherVz_tF", + "moduleName": "DCUniVideo", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:10DCUniVideo13HJDanmakuModeO", + "mangledName": "$s10DCUniVideo13HJDanmakuModeO", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuConfiguration", + "printedName": "HJDanmakuConfiguration", + "children": [ + { + "kind": "Var", + "name": "duration", + "printedName": "duration", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC8duration14CoreFoundation7CGFloatVvp", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC8duration12CoreGraphics7CGFloatVvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC8duration14CoreFoundation7CGFloatVvg", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC8duration12CoreGraphics7CGFloatVvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC8duration14CoreFoundation7CGFloatVvs", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC8duration12CoreGraphics7CGFloatVvs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC8duration14CoreFoundation7CGFloatVvM", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC8duration12CoreGraphics7CGFloatVvM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "tolerance", + "printedName": "tolerance", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC9tolerance14CoreFoundation7CGFloatVvp", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC9tolerance12CoreGraphics7CGFloatVvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC9tolerance14CoreFoundation7CGFloatVvg", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC9tolerance12CoreGraphics7CGFloatVvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC9tolerance14CoreFoundation7CGFloatVvs", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC9tolerance12CoreGraphics7CGFloatVvs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC9tolerance14CoreFoundation7CGFloatVvM", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC9tolerance12CoreGraphics7CGFloatVvM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "numberOfLines", + "printedName": "numberOfLines", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC13numberOfLinesSivp", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC13numberOfLinesSivp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC13numberOfLinesSivg", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC13numberOfLinesSivg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC13numberOfLinesSivs", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC13numberOfLinesSivs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC13numberOfLinesSivM", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC13numberOfLinesSivM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "cellHeight", + "printedName": "cellHeight", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC10cellHeight14CoreFoundation7CGFloatVvp", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC10cellHeight12CoreGraphics7CGFloatVvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC10cellHeight14CoreFoundation7CGFloatVvg", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC10cellHeight12CoreGraphics7CGFloatVvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC10cellHeight14CoreFoundation7CGFloatVvs", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC10cellHeight12CoreGraphics7CGFloatVvs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC10cellHeight14CoreFoundation7CGFloatVvM", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC10cellHeight12CoreGraphics7CGFloatVvM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "maxShowCount", + "printedName": "maxShowCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC12maxShowCountSivp", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC12maxShowCountSivp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC12maxShowCountSivg", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC12maxShowCountSivg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC12maxShowCountSivs", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC12maxShowCountSivs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC12maxShowCountSivM", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC12maxShowCountSivM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(danmakuMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuConfiguration", + "printedName": "DCUniVideo.HJDanmakuConfiguration", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuMode", + "printedName": "DCUniVideo.HJDanmakuMode", + "usr": "s:10DCUniVideo13HJDanmakuModeO" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC11danmakuModeAcA0cF0O_tcfc", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC11danmakuModeAcA0cF0O_tcfc", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC", + "moduleName": "DCUniVideo", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ViewPresent", + "printedName": "ViewPresent", + "children": [ + { + "kind": "AssociatedType", + "name": "View", + "printedName": "View", + "declKind": "AssociatedType", + "usr": "s:10DCUniVideo11ViewPresentP0C0Qa", + "mangledName": "$s10DCUniVideo11ViewPresentP0C0Qa", + "moduleName": "DCUniVideo", + "protocolReq": true + }, + { + "kind": "Var", + "name": "view", + "printedName": "view", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.View" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo11ViewPresentP4view0C0Qzvp", + "mangledName": "$s10DCUniVideo11ViewPresentP4view0C0Qzvp", + "moduleName": "DCUniVideo", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.View" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo11ViewPresentP4view0C0Qzvg", + "mangledName": "$s10DCUniVideo11ViewPresentP4view0C0Qzvg", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.ViewPresent>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.View" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo11ViewPresentP4view0C0Qzvs", + "mangledName": "$s10DCUniVideo11ViewPresentP4view0C0Qzvs", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.ViewPresent>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo11ViewPresentP4view0C0QzvM", + "mangledName": "$s10DCUniVideo11ViewPresentP4view0C0QzvM", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.ViewPresent>", + "sugared_genericSig": "", + "protocolReq": true, + "implicit": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:10DCUniVideo11ViewPresentP", + "mangledName": "$s10DCUniVideo11ViewPresentP", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "IJKMediaFrameworkWithSSL", + "printedName": "IJKMediaFrameworkWithSSL", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "UniDCSVProgressHUD", + "printedName": "UniDCSVProgressHUD", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "TypeDecl", + "name": "UniVideoPlayerProtocol", + "printedName": "UniVideoPlayerProtocol", + "children": [ + { + "kind": "Function", + "name": "getCookieString", + "printedName": "getCookieString(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP15getCookieStringySSSg10Foundation3URLVF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP15getCookieStringySSSg10Foundation3URLVF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getCurrentUA", + "printedName": "getCurrentUA()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP12getCurrentUASSyF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP12getCurrentUASSyF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendEvent", + "printedName": "sendEvent(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP9sendEventyySS_SDySSypGSgtF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP9sendEventyySS_SDySSypGSgtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadImage", + "printedName": "loadImage(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIImage) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ] + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP9loadImageyySS_ySo7UIImageCctF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP9loadImageyySS_ySo7UIImageCctF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "videoPlayerExitFullScreen", + "printedName": "videoPlayerExitFullScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIInterfaceOrientation", + "printedName": "UIKit.UIInterfaceOrientation", + "usr": "c:@E@UIInterfaceOrientation" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP05videoD14ExitFullScreenyySo22UIInterfaceOrientationVF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP05videoD14ExitFullScreenyySo22UIInterfaceOrientationVF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "videoPlayerEnterFullScreen", + "printedName": "videoPlayerEnterFullScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIInterfaceOrientation", + "printedName": "UIKit.UIInterfaceOrientation", + "usr": "c:@E@UIInterfaceOrientation" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP05videoD15EnterFullScreenyySo22UIInterfaceOrientationVF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP05videoD15EnterFullScreenyySo22UIInterfaceOrientationVF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "lockScreen", + "printedName": "lockScreen()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP10lockScreenyyF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP10lockScreenyyF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unlockScreen", + "printedName": "unlockScreen()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP12unlockScreenyyF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP12unlockScreenyyF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFullScreen", + "printedName": "setFullScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP13setFullScreenyySbF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP13setFullScreenyySbF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setHomeIndicatorAutoHidden", + "printedName": "setHomeIndicatorAutoHidden(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP26setHomeIndicatorAutoHiddenyySbF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP26setHomeIndicatorAutoHiddenyySbF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setTempOrientation", + "printedName": "setTempOrientation(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIInterfaceOrientationMask", + "printedName": "UIKit.UIInterfaceOrientationMask", + "usr": "c:@E@UIInterfaceOrientationMask" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP18setTempOrientationyySo011UIInterfaceH4MaskVF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP18setTempOrientationyySo011UIInterfaceH4MaskVF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configSupportOrientation", + "printedName": "configSupportOrientation(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UIInterfaceOrientation", + "printedName": "UIKit.UIInterfaceOrientation", + "usr": "c:@E@UIInterfaceOrientation" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP24configSupportOrientationySbSo011UIInterfaceH0VF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP24configSupportOrientationySbSo011UIInterfaceH0VF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setDeviceInterfaceOrientation", + "printedName": "setDeviceInterfaceOrientation(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIInterfaceOrientation", + "printedName": "UIKit.UIInterfaceOrientation", + "usr": "c:@E@UIInterfaceOrientation" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP29setDeviceInterfaceOrientationyySo011UIInterfaceI0VF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP29setDeviceInterfaceOrientationyySo011UIInterfaceI0VF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "h5Path2SysPath", + "printedName": "h5Path2SysPath(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP14h5Path2SysPathyS2S_SSSgtF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP14h5Path2SysPathyS2S_SSSgtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "workRootPath", + "printedName": "workRootPath()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP12workRootPathSSyF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP12workRootPathSSyF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "videoCacheDir", + "printedName": "videoCacheDir()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP13videoCacheDirSSyF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP13videoCacheDirSSyF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "UniVideoPlayerViewPresent", + "printedName": "UniVideoPlayerViewPresent", + "children": [ + { + "kind": "Var", + "name": "view", + "printedName": "view", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerView", + "printedName": "DCUniVideo.UniVideoPlayerView", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerView" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC4viewAA0cbdE0Cvp", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC4viewAA0cbdE0Cvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerView", + "printedName": "DCUniVideo.UniVideoPlayerView", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerView" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC4viewAA0cbdE0Cvg", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC4viewAA0cbdE0Cvg", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UniVideoPlayerView", + "printedName": "DCUniVideo.UniVideoPlayerView", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerView" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC4viewAA0cbdE0Cvs", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC4viewAA0cbdE0Cvs", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC4viewAA0cbdE0CvM", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC4viewAA0cbdE0CvM", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "config", + "printedName": "config", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerConfig", + "printedName": "DCUniVideo.UniVideoPlayerConfig", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerConfig" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC6configAA0cbD6ConfigCvp", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC6configAA0cbD6ConfigCvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerConfig", + "printedName": "DCUniVideo.UniVideoPlayerConfig", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerConfig" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC6configAA0cbD6ConfigCvg", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC6configAA0cbD6ConfigCvg", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UniVideoPlayerConfig", + "printedName": "DCUniVideo.UniVideoPlayerConfig", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerConfig" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC6configAA0cbD6ConfigCvs", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC6configAA0cbD6ConfigCvs", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC6configAA0cbD6ConfigCvM", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC6configAA0cbD6ConfigCvM", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "DCUniVideo.UniVideoPlayerProtocol?" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC8delegateAA0cbD8Protocol_pSgvp", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC8delegateAA0cbD8Protocol_pSgvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "ReferenceOwnership", + "AccessControl" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.UniVideoPlayerProtocol?", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerProtocol", + "printedName": "DCUniVideo.UniVideoPlayerProtocol", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC8delegateAA0cbD8Protocol_pSgvg", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC8delegateAA0cbD8Protocol_pSgvg", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.UniVideoPlayerProtocol?", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerProtocol", + "printedName": "DCUniVideo.UniVideoPlayerProtocol", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC8delegateAA0cbD8Protocol_pSgvs", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC8delegateAA0cbD8Protocol_pSgvs", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC8delegateAA0cbD8Protocol_pSgvM", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC8delegateAA0cbD8Protocol_pSgvM", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentView", + "printedName": "contentView", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC07contentE0So6UIViewCvp", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC07contentE0So6UIViewCvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "Lazy", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC07contentE0So6UIViewCvg", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC07contentE0So6UIViewCvg", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC07contentE0So6UIViewCvs", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC07contentE0So6UIViewCvs", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC07contentE0So6UIViewCvM", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC07contentE0So6UIViewCvM", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerViewPresent", + "printedName": "DCUniVideo.UniVideoPlayerViewPresent", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC" + }, + { + "kind": "TypeNominal", + "name": "UniVideoPlayerConfig", + "printedName": "DCUniVideo.UniVideoPlayerConfig", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerConfig" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.UniVideoPlayerProtocol?", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerProtocol", + "printedName": "DCUniVideo.UniVideoPlayerProtocol", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "hasDefaultArg": true, + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentCyAcA0cbD6ConfigC_AA0cbD8Protocol_pSgSo6CGRectVtcfc", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentCyAcA0cbD6ConfigC_AA0cbD8Protocol_pSgSo6CGRectVtcfc", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "updateViewFrame", + "printedName": "updateViewFrame(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC06updateE5FrameyySo6CGRectVF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC06updateE5FrameyySo6CGRectVF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC4playyyF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC4playyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC5pauseyyF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC5pauseyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC4stopyyF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC4stopyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "palybackRate", + "printedName": "palybackRate(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC12palybackRateyySSF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC12palybackRateyySSF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "destroy", + "printedName": "destroy()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC7destroyyyF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC7destroyyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "showStatusBar", + "printedName": "showStatusBar()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC13showStatusBaryyF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC13showStatusBaryyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hideStatusBar", + "printedName": "hideStatusBar()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC13hideStatusBaryyF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC13hideStatusBaryyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmu", + "printedName": "sendDanmu(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC9sendDanmuyySDySSypGF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC9sendDanmuyySDySSypGF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearDanmu", + "printedName": "clearDanmu()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC10clearDanmuyyF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC10clearDanmuyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "seek", + "printedName": "seek(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC4seekyySfF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC4seekyySfF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setControlValue", + "printedName": "setControlValue(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC15setControlValueyyypSg_SStF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC15setControlValueyyypSg_SStF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "requestFullScreen", + "printedName": "requestFullScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC17requestFullScreenyyAA0cbD9DirectionOF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC17requestFullScreenyyAA0cbD9DirectionOF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "exitFullScreenForJS", + "printedName": "exitFullScreenForJS()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC19exitFullScreenForJSyyF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC19exitFullScreenForJSyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ViewPresent", + "printedName": "ViewPresent", + "children": [ + { + "kind": "TypeWitness", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerView", + "printedName": "DCUniVideo.UniVideoPlayerView", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerView" + } + ] + } + ], + "usr": "s:10DCUniVideo11ViewPresentP", + "mangledName": "$s10DCUniVideo11ViewPresentP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "IJKMediaFrameworkWithSSL", + "printedName": "IJKMediaFrameworkWithSSL", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "UniVideoPlayerDirection", + "printedName": "UniVideoPlayerDirection", + "children": [ + { + "kind": "Var", + "name": "normal", + "printedName": "normal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.UniVideoPlayerDirection.Type) -> DCUniVideo.UniVideoPlayerDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.UniVideoPlayerDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO6normalyA2CmF", + "mangledName": "$s10DCUniVideo03UniB15PlayerDirectionO6normalyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "left", + "printedName": "left", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.UniVideoPlayerDirection.Type) -> DCUniVideo.UniVideoPlayerDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.UniVideoPlayerDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO4leftyA2CmF", + "mangledName": "$s10DCUniVideo03UniB15PlayerDirectionO4leftyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "right", + "printedName": "right", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.UniVideoPlayerDirection.Type) -> DCUniVideo.UniVideoPlayerDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.UniVideoPlayerDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO5rightyA2CmF", + "mangledName": "$s10DCUniVideo03UniB15PlayerDirectionO5rightyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "auto", + "printedName": "auto", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.UniVideoPlayerDirection.Type) -> DCUniVideo.UniVideoPlayerDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.UniVideoPlayerDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO4autoyA2CmF", + "mangledName": "$s10DCUniVideo03UniB15PlayerDirectionO4autoyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.UniVideoPlayerDirection?", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO8rawValueACSgSi_tcfc", + "mangledName": "$s10DCUniVideo03UniB15PlayerDirectionO8rawValueACSgSi_tcfc", + "moduleName": "DCUniVideo", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO8rawValueSivp", + "mangledName": "$s10DCUniVideo03UniB15PlayerDirectionO8rawValueSivp", + "moduleName": "DCUniVideo", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO8rawValueSivg", + "mangledName": "$s10DCUniVideo03UniB15PlayerDirectionO8rawValueSivg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO", + "mangledName": "$s10DCUniVideo03UniB15PlayerDirectionO", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UniVideoPlayerPlayStrategy", + "printedName": "UniVideoPlayerPlayStrategy", + "children": [ + { + "kind": "Var", + "name": "common", + "printedName": "common", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.UniVideoPlayerPlayStrategy.Type) -> DCUniVideo.UniVideoPlayerPlayStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerPlayStrategy", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerPlayStrategy", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO6commonyA2CmF", + "mangledName": "$s10DCUniVideo03UniB18PlayerPlayStrategyO6commonyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "smooth", + "printedName": "smooth", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.UniVideoPlayerPlayStrategy.Type) -> DCUniVideo.UniVideoPlayerPlayStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerPlayStrategy", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerPlayStrategy", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO6smoothyA2CmF", + "mangledName": "$s10DCUniVideo03UniB18PlayerPlayStrategyO6smoothyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "m3u8_smooth", + "printedName": "m3u8_smooth", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.UniVideoPlayerPlayStrategy.Type) -> DCUniVideo.UniVideoPlayerPlayStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerPlayStrategy", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerPlayStrategy", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO11m3u8_smoothyA2CmF", + "mangledName": "$s10DCUniVideo03UniB18PlayerPlayStrategyO11m3u8_smoothyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy?", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerPlayStrategy", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO8rawValueACSgSi_tcfc", + "mangledName": "$s10DCUniVideo03UniB18PlayerPlayStrategyO8rawValueACSgSi_tcfc", + "moduleName": "DCUniVideo", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO8rawValueSivp", + "mangledName": "$s10DCUniVideo03UniB18PlayerPlayStrategyO8rawValueSivp", + "moduleName": "DCUniVideo", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO8rawValueSivg", + "mangledName": "$s10DCUniVideo03UniB18PlayerPlayStrategyO8rawValueSivg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO", + "mangledName": "$s10DCUniVideo03UniB18PlayerPlayStrategyO", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UniVideoPlayerConfig", + "printedName": "UniVideoPlayerConfig", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerConfig", + "printedName": "DCUniVideo.UniVideoPlayerConfig", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerConfig" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.AnyHashable : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.AnyHashable : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyHashable", + "printedName": "Swift.AnyHashable", + "usr": "s:s11AnyHashableV" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo03UniB12PlayerConfigC7optionsACSDys11AnyHashableVypGSg_tcfc", + "mangledName": "$s10DCUniVideo03UniB12PlayerConfigC7optionsACSDys11AnyHashableVypGSg_tcfc", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "direction", + "printedName": "direction(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB12PlayerConfigC9directionyAA0cbD9DirectionOypFZ", + "mangledName": "$s10DCUniVideo03UniB12PlayerConfigC9directionyAA0cbD9DirectionOypFZ", + "moduleName": "DCUniVideo", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerConfig", + "printedName": "DCUniVideo.UniVideoPlayerConfig", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerConfig" + } + ], + "declKind": "Constructor", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerConfig(im)init", + "mangledName": "$s10DCUniVideo03UniB12PlayerConfigCACycfc", + "moduleName": "DCUniVideo", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerConfig", + "mangledName": "$s10DCUniVideo03UniB12PlayerConfigC", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "TypeDecl", + "name": "UniVideoPlayerView", + "printedName": "UniVideoPlayerView", + "children": [ + { + "kind": "Function", + "name": "layoutSubviews", + "printedName": "layoutSubviews()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerView(im)layoutSubviews", + "mangledName": "$s10DCUniVideo03UniB10PlayerViewC14layoutSubviewsyyF", + "moduleName": "DCUniVideo", + "overriding": true, + "objc_name": "layoutSubviews", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didMoveToSuperview", + "printedName": "didMoveToSuperview()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerView(im)didMoveToSuperview", + "mangledName": "$s10DCUniVideo03UniB10PlayerViewC18didMoveToSuperviewyyF", + "moduleName": "DCUniVideo", + "overriding": true, + "objc_name": "didMoveToSuperview", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "gestureRecognizer", + "printedName": "gestureRecognizer(_:shouldRecognizeSimultaneouslyWith:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UIGestureRecognizer", + "printedName": "UIKit.UIGestureRecognizer", + "usr": "c:objc(cs)UIGestureRecognizer" + }, + { + "kind": "TypeNominal", + "name": "UIGestureRecognizer", + "printedName": "UIKit.UIGestureRecognizer", + "usr": "c:objc(cs)UIGestureRecognizer" + } + ], + "declKind": "Func", + "usr": "c:@CM@DCUniVideo@objc(cs)UniVideoPlayerView(im)gestureRecognizer:shouldRecognizeSimultaneouslyWithGestureRecognizer:", + "mangledName": "$s10DCUniVideo03UniB10PlayerViewC17gestureRecognizer_33shouldRecognizeSimultaneouslyWithSbSo09UIGestureG0C_AGtF", + "moduleName": "DCUniVideo", + "objc_name": "gestureRecognizer:shouldRecognizeSimultaneouslyWithGestureRecognizer:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "gestureRecognizer", + "printedName": "gestureRecognizer(_:shouldReceive:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UIGestureRecognizer", + "printedName": "UIKit.UIGestureRecognizer", + "usr": "c:objc(cs)UIGestureRecognizer" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "declKind": "Func", + "usr": "c:@CM@DCUniVideo@objc(cs)UniVideoPlayerView(im)gestureRecognizer:shouldReceiveTouch:", + "mangledName": "$s10DCUniVideo03UniB10PlayerViewC17gestureRecognizer_13shouldReceiveSbSo09UIGestureG0C_So7UITouchCtF", + "moduleName": "DCUniVideo", + "objc_name": "gestureRecognizer:shouldReceiveTouch:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerView", + "mangledName": "$s10DCUniVideo03UniB10PlayerViewC", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "HJDanmakuCellSelectionStyle", + "children": [ + { + "kind": "Var", + "name": "HJDanmakuCellSelectionStyleNone", + "printedName": "HJDanmakuCellSelectionStyleNone", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.HJDanmakuCellSelectionStyle.Type) -> DCUniVideo.HJDanmakuCellSelectionStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO0cdeF4NoneyA2CmF", + "mangledName": "$s10DCUniVideo27HJDanmakuCellSelectionStyleO0cdeF4NoneyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "HJDanmakuCellSelectionStyleDefault", + "printedName": "HJDanmakuCellSelectionStyleDefault", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.HJDanmakuCellSelectionStyle.Type) -> DCUniVideo.HJDanmakuCellSelectionStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO0cdeF7DefaultyA2CmF", + "mangledName": "$s10DCUniVideo27HJDanmakuCellSelectionStyleO0cdeF7DefaultyA2CmF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO2eeoiySbAC_ACtFZ", + "mangledName": "$s10DCUniVideo27HJDanmakuCellSelectionStyleO2eeoiySbAC_ACtFZ", + "moduleName": "DCUniVideo", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO9hashValueSivp", + "mangledName": "$s10DCUniVideo27HJDanmakuCellSelectionStyleO9hashValueSivp", + "moduleName": "DCUniVideo", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO9hashValueSivg", + "mangledName": "$s10DCUniVideo27HJDanmakuCellSelectionStyleO9hashValueSivg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO4hash4intoys6HasherVz_tF", + "mangledName": "$s10DCUniVideo27HJDanmakuCellSelectionStyleO4hash4intoys6HasherVz_tF", + "moduleName": "DCUniVideo", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO", + "mangledName": "$s10DCUniVideo27HJDanmakuCellSelectionStyleO", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuCell", + "printedName": "HJDanmakuCell", + "children": [ + { + "kind": "Var", + "name": "zIndex", + "printedName": "zIndex", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuCellC6zIndexSivp", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC6zIndexSivp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuCellC6zIndexSivg", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC6zIndexSivg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuCellC6zIndexSivs", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC6zIndexSivs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuCellC6zIndexSivM", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC6zIndexSivM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "selectionStyle", + "printedName": "selectionStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuCellC14selectionStyleAA0cd9SelectionF0Ovp", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC14selectionStyleAA0cd9SelectionF0Ovp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuCellC14selectionStyleAA0cd9SelectionF0Ovg", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC14selectionStyleAA0cd9SelectionF0Ovg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuCellC14selectionStyleAA0cd9SelectionF0Ovs", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC14selectionStyleAA0cd9SelectionF0Ovs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuCellC14selectionStyleAA0cd9SelectionF0OvM", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC14selectionStyleAA0cd9SelectionF0OvM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "textLabel", + "printedName": "textLabel", + "children": [ + { + "kind": "TypeNominal", + "name": "UILabel", + "printedName": "UIKit.UILabel", + "usr": "c:objc(cs)UILabel" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuCellC9textLabelSo7UILabelCvp", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC9textLabelSo7UILabelCvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "Lazy", + "SetterAccess", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UILabel", + "printedName": "UIKit.UILabel", + "usr": "c:objc(cs)UILabel" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuCellC9textLabelSo7UILabelCvg", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC9textLabelSo7UILabelCvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(reuseIdentifier:)", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo13HJDanmakuCellC15reuseIdentifierACSS_tcfc", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC15reuseIdentifierACSS_tcfc", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuCell?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell(im)initWithCoder:", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "DCUniVideo", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "prepareForReuse", + "printedName": "prepareForReuse()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuCellC15prepareForReuseyyF", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC15prepareForReuseyyF", + "moduleName": "DCUniVideo", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell(im)initWithFrame:", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC5frameACSo6CGRectV_tcfc", + "moduleName": "DCUniVideo", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC", + "moduleName": "DCUniVideo", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuTime", + "printedName": "HJDanmakuTime", + "children": [ + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuTimeV4time14CoreFoundation7CGFloatVvp", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV4time12CoreGraphics7CGFloatVvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuTimeV4time14CoreFoundation7CGFloatVvg", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV4time12CoreGraphics7CGFloatVvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuTimeV4time14CoreFoundation7CGFloatVvs", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV4time12CoreGraphics7CGFloatVvs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuTimeV4time14CoreFoundation7CGFloatVvM", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV4time12CoreGraphics7CGFloatVvM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "interval", + "printedName": "interval", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuTimeV8interval14CoreFoundation7CGFloatVvp", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV8interval12CoreGraphics7CGFloatVvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuTimeV8interval14CoreFoundation7CGFloatVvg", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV8interval12CoreGraphics7CGFloatVvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuTimeV8interval14CoreFoundation7CGFloatVvs", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV8interval12CoreGraphics7CGFloatVvs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuTimeV8interval14CoreFoundation7CGFloatVvM", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV8interval12CoreGraphics7CGFloatVvM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "MaxTime", + "printedName": "MaxTime()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuTimeV03MaxD014CoreFoundation7CGFloatVyF", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV03MaxD012CoreGraphics7CGFloatVyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10DCUniVideo13HJDanmakuTimeV", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuAgent", + "printedName": "HJDanmakuAgent", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(danmakuModel:)", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuAgent", + "printedName": "DCUniVideo.HJDanmakuAgent", + "usr": "s:10DCUniVideo14HJDanmakuAgentC" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo14HJDanmakuAgentC12danmakuModelAcA0cF0C_tcfc", + "mangledName": "$s10DCUniVideo14HJDanmakuAgentC12danmakuModelAcA0cF0C_tcfc", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "s:10DCUniVideo14HJDanmakuAgentC", + "mangledName": "$s10DCUniVideo14HJDanmakuAgentC", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuSource", + "printedName": "HJDanmakuSource", + "children": [ + { + "kind": "Function", + "name": "prepareDanmakus", + "printedName": "prepareDanmakus(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo15HJDanmakuSourceC15prepareDanmakus_10completionySayAA0C5ModelCG_yyctF", + "mangledName": "$s10DCUniVideo15HJDanmakuSourceC15prepareDanmakus_10completionySayAA0C5ModelCG_yyctF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmaku", + "printedName": "sendDanmaku(_:forceRender:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuAgent?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuAgent", + "printedName": "DCUniVideo.HJDanmakuAgent", + "usr": "s:10DCUniVideo14HJDanmakuAgentC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo15HJDanmakuSourceC11sendDanmaku_11forceRenderAA0C5AgentCSgAA0C5ModelC_SbtF", + "mangledName": "$s10DCUniVideo15HJDanmakuSourceC11sendDanmaku_11forceRenderAA0C5AgentCSgAA0C5ModelC_SbtF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl", + "DiscardableResult" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmakus", + "printedName": "sendDanmakus(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo15HJDanmakuSourceC12sendDanmakusyySayAA0C5ModelCGF", + "mangledName": "$s10DCUniVideo15HJDanmakuSourceC12sendDanmakusyySayAA0C5ModelCGF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "fetchDanmakuAgents", + "printedName": "fetchDanmakuAgents(forTime:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[DCUniVideo.HJDanmakuAgent]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuAgent]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuAgent", + "printedName": "DCUniVideo.HJDanmakuAgent", + "usr": "s:10DCUniVideo14HJDanmakuAgentC" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuTime", + "printedName": "DCUniVideo.HJDanmakuTime", + "usr": "s:10DCUniVideo13HJDanmakuTimeV" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo15HJDanmakuSourceC18fetchDanmakuAgents7forTimeSayAA0C5AgentCGSgAA0cI0V_tF", + "mangledName": "$s10DCUniVideo15HJDanmakuSourceC18fetchDanmakuAgents7forTimeSayAA0C5AgentCGSgAA0cI0V_tF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10DCUniVideo15HJDanmakuSourceC", + "mangledName": "$s10DCUniVideo15HJDanmakuSourceC", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuVideoSource", + "printedName": "HJDanmakuVideoSource", + "children": [ + { + "kind": "Function", + "name": "prepareDanmakus", + "printedName": "prepareDanmakus(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo09HJDanmakuB6SourceC15prepareDanmakus_10completionySayAA0C5ModelCG_yyctF", + "mangledName": "$s10DCUniVideo09HJDanmakuB6SourceC15prepareDanmakus_10completionySayAA0C5ModelCG_yyctF", + "moduleName": "DCUniVideo", + "overriding": true, + "declAttributes": [ + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmaku", + "printedName": "sendDanmaku(_:forceRender:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuAgent?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuAgent", + "printedName": "DCUniVideo.HJDanmakuAgent", + "usr": "s:10DCUniVideo14HJDanmakuAgentC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo09HJDanmakuB6SourceC11sendDanmaku_11forceRenderAA0C5AgentCSgAA0C5ModelC_SbtF", + "mangledName": "$s10DCUniVideo09HJDanmakuB6SourceC11sendDanmaku_11forceRenderAA0C5AgentCSgAA0C5ModelC_SbtF", + "moduleName": "DCUniVideo", + "overriding": true, + "declAttributes": [ + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmakus", + "printedName": "sendDanmakus(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo09HJDanmakuB6SourceC12sendDanmakusyySayAA0C5ModelCGF", + "mangledName": "$s10DCUniVideo09HJDanmakuB6SourceC12sendDanmakusyySayAA0C5ModelCGF", + "moduleName": "DCUniVideo", + "overriding": true, + "declAttributes": [ + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "fetchDanmakuAgents", + "printedName": "fetchDanmakuAgents(forTime:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[DCUniVideo.HJDanmakuAgent]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuAgent]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuAgent", + "printedName": "DCUniVideo.HJDanmakuAgent", + "usr": "s:10DCUniVideo14HJDanmakuAgentC" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuTime", + "printedName": "DCUniVideo.HJDanmakuTime", + "usr": "s:10DCUniVideo13HJDanmakuTimeV" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo09HJDanmakuB6SourceC18fetchDanmakuAgents7forTimeSayAA0C5AgentCGSgAA0cI0V_tF", + "mangledName": "$s10DCUniVideo09HJDanmakuB6SourceC18fetchDanmakuAgents7forTimeSayAA0C5AgentCGSgAA0cI0V_tF", + "moduleName": "DCUniVideo", + "overriding": true, + "declAttributes": [ + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10DCUniVideo09HJDanmakuB6SourceC", + "mangledName": "$s10DCUniVideo09HJDanmakuB6SourceC", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "superclassUsr": "s:10DCUniVideo15HJDanmakuSourceC", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "DCUniVideo.HJDanmakuSource" + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuLiveSource", + "printedName": "HJDanmakuLiveSource", + "children": [ + { + "kind": "Function", + "name": "prepareDanmakus", + "printedName": "prepareDanmakus(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo19HJDanmakuLiveSourceC15prepareDanmakus_10completionySayAA0C5ModelCG_yyctF", + "mangledName": "$s10DCUniVideo19HJDanmakuLiveSourceC15prepareDanmakus_10completionySayAA0C5ModelCG_yyctF", + "moduleName": "DCUniVideo", + "overriding": true, + "declAttributes": [ + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmaku", + "printedName": "sendDanmaku(_:forceRender:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuAgent?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuAgent", + "printedName": "DCUniVideo.HJDanmakuAgent", + "usr": "s:10DCUniVideo14HJDanmakuAgentC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo19HJDanmakuLiveSourceC11sendDanmaku_11forceRenderAA0C5AgentCSgAA0C5ModelC_SbtF", + "mangledName": "$s10DCUniVideo19HJDanmakuLiveSourceC11sendDanmaku_11forceRenderAA0C5AgentCSgAA0C5ModelC_SbtF", + "moduleName": "DCUniVideo", + "overriding": true, + "declAttributes": [ + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmakus", + "printedName": "sendDanmakus(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo19HJDanmakuLiveSourceC12sendDanmakusyySayAA0C5ModelCGF", + "mangledName": "$s10DCUniVideo19HJDanmakuLiveSourceC12sendDanmakusyySayAA0C5ModelCGF", + "moduleName": "DCUniVideo", + "overriding": true, + "declAttributes": [ + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "fetchDanmakuAgents", + "printedName": "fetchDanmakuAgents(forTime:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[DCUniVideo.HJDanmakuAgent]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuAgent]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuAgent", + "printedName": "DCUniVideo.HJDanmakuAgent", + "usr": "s:10DCUniVideo14HJDanmakuAgentC" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuTime", + "printedName": "DCUniVideo.HJDanmakuTime", + "usr": "s:10DCUniVideo13HJDanmakuTimeV" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo19HJDanmakuLiveSourceC18fetchDanmakuAgents7forTimeSayAA0C5AgentCGSgAA0cJ0V_tF", + "mangledName": "$s10DCUniVideo19HJDanmakuLiveSourceC18fetchDanmakuAgents7forTimeSayAA0C5AgentCGSgAA0cJ0V_tF", + "moduleName": "DCUniVideo", + "overriding": true, + "declAttributes": [ + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10DCUniVideo19HJDanmakuLiveSourceC", + "mangledName": "$s10DCUniVideo19HJDanmakuLiveSourceC", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "superclassUsr": "s:10DCUniVideo15HJDanmakuSourceC", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "DCUniVideo.HJDanmakuSource" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "AVFAudio", + "printedName": "AVFAudio", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuViewDelegate", + "printedName": "HJDanmakuViewDelegate", + "children": [ + { + "kind": "Function", + "name": "prepareCompletedWithDanmakuView", + "printedName": "prepareCompletedWithDanmakuView(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP027prepareCompletedWithDanmakuD0yyAA0cD0CF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegateP027prepareCompletedWithDanmakuD0yyAA0cD0CF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:shouldRenderDanmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_19shouldRenderDanmakuSbAA0cD0C_AA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_19shouldRenderDanmakuSbAA0cD0C_AA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:willDisplayCell:danmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_15willDisplayCell0F0yAA0cD0C_AA0cI0CAA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_15willDisplayCell0F0yAA0cD0C_AA0cI0CAA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:didEndDisplayCell:danmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_17didEndDisplayCell0F0yAA0cD0C_AA0cJ0CAA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_17didEndDisplayCell0F0yAA0cD0C_AA0cJ0CAA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:shouldSelectCell:danmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_16shouldSelectCell0F0SbAA0cD0C_AA0cI0CAA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_16shouldSelectCell0F0SbAA0cD0C_AA0cI0CAA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:didSelectCell:danmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_13didSelectCell0F0yAA0cD0C_AA0cI0CAA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_13didSelectCell0F0yAA0cD0C_AA0cI0CAA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "prepareCompleted", + "printedName": "prepareCompleted(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegatePAAE16prepareCompletedyyAA0cD0CF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegatePAAE16prepareCompletedyyAA0cD0CF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:shouldRenderDanmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_19shouldRenderDanmakuSbAA0cD0C_AA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_19shouldRenderDanmakuSbAA0cD0C_AA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:willDisplayCell:danmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_15willDisplayCell0F0yAA0cD0C_AA0cI0CAA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_15willDisplayCell0F0yAA0cD0C_AA0cI0CAA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:didEndDisplayCell:danmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_17didEndDisplayCell0F0yAA0cD0C_AA0cJ0CAA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_17didEndDisplayCell0F0yAA0cD0C_AA0cJ0CAA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:shouldSelectCell:danmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_16shouldSelectCell0F0SbAA0cD0C_AA0cI0CAA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_16shouldSelectCell0F0SbAA0cD0C_AA0cI0CAA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:didSelectCell:danmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_13didSelectCell0F0yAA0cD0C_AA0cI0CAA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_13didSelectCell0F0yAA0cD0C_AA0cI0CAA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegateP", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 : ObjectiveC.NSObjectProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuViewDateSource", + "printedName": "HJDanmakuViewDateSource", + "children": [ + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:widthForDanmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourceP07danmakuD0_15widthForDanmaku14CoreFoundation7CGFloatVAA0cD0C_AA0C5ModelCtF", + "mangledName": "$s10DCUniVideo23HJDanmakuViewDateSourceP07danmakuD0_15widthForDanmaku12CoreGraphics7CGFloatVAA0cD0C_AA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDateSource>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:cellForDanmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourceP07danmakuD0_14cellForDanmakuAA0C4CellCAA0cD0C_AA0C5ModelCtF", + "mangledName": "$s10DCUniVideo23HJDanmakuViewDateSourceP07danmakuD0_14cellForDanmakuAA0C4CellCAA0cD0C_AA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDateSource>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playTimeWithDanmakuView", + "printedName": "playTimeWithDanmakuView(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourceP019playTimeWithDanmakuD0y14CoreFoundation7CGFloatVAA0cD0CF", + "mangledName": "$s10DCUniVideo23HJDanmakuViewDateSourceP019playTimeWithDanmakuD0y12CoreGraphics7CGFloatVAA0cD0CF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDateSource>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bufferingWithDanmakuView", + "printedName": "bufferingWithDanmakuView(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourceP020bufferingWithDanmakuD0ySbAA0cD0CF", + "mangledName": "$s10DCUniVideo23HJDanmakuViewDateSourceP020bufferingWithDanmakuD0ySbAA0cD0CF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDateSource>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playTimeWithDanmakuView", + "printedName": "playTimeWithDanmakuView(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourcePAAE019playTimeWithDanmakuD0y14CoreFoundation7CGFloatVAA0cD0CF", + "mangledName": "$s10DCUniVideo23HJDanmakuViewDateSourcePAAE019playTimeWithDanmakuD0y12CoreGraphics7CGFloatVAA0cD0CF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDateSource>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bufferingWithDanmakuView", + "printedName": "bufferingWithDanmakuView(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourcePAAE020bufferingWithDanmakuD0ySbAA0cD0CF", + "mangledName": "$s10DCUniVideo23HJDanmakuViewDateSourcePAAE020bufferingWithDanmakuD0ySbAA0cD0CF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDateSource>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourceP", + "mangledName": "$s10DCUniVideo23HJDanmakuViewDateSourceP", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 : ObjectiveC.NSObjectProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuView", + "printedName": "HJDanmakuView", + "children": [ + { + "kind": "Var", + "name": "dataSource", + "printedName": "dataSource", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "DCUniVideo.HJDanmakuViewDateSource?" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuViewC10dataSourceAA0cd4DateF0_pSgvp", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC10dataSourceAA0cd4DateF0_pSgvp", + "moduleName": "DCUniVideo", + "isOpen": true, + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "ReferenceOwnership" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuViewDateSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuViewDateSource", + "printedName": "DCUniVideo.HJDanmakuViewDateSource", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourceP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC10dataSourceAA0cd4DateF0_pSgvg", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC10dataSourceAA0cd4DateF0_pSgvg", + "moduleName": "DCUniVideo", + "implicit": true, + "isOpen": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuViewDateSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuViewDateSource", + "printedName": "DCUniVideo.HJDanmakuViewDateSource", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourceP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC10dataSourceAA0cd4DateF0_pSgvs", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC10dataSourceAA0cd4DateF0_pSgvs", + "moduleName": "DCUniVideo", + "implicit": true, + "isOpen": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC10dataSourceAA0cd4DateF0_pSgvM", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC10dataSourceAA0cd4DateF0_pSgvM", + "moduleName": "DCUniVideo", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "DCUniVideo.HJDanmakuViewDelegate?" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuViewC8delegateAA0cD8Delegate_pSgvp", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC8delegateAA0cD8Delegate_pSgvp", + "moduleName": "DCUniVideo", + "isOpen": true, + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "ReferenceOwnership" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuViewDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuViewDelegate", + "printedName": "DCUniVideo.HJDanmakuViewDelegate", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC8delegateAA0cD8Delegate_pSgvg", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC8delegateAA0cD8Delegate_pSgvg", + "moduleName": "DCUniVideo", + "implicit": true, + "isOpen": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuViewDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuViewDelegate", + "printedName": "DCUniVideo.HJDanmakuViewDelegate", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC8delegateAA0cD8Delegate_pSgvs", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC8delegateAA0cD8Delegate_pSgvs", + "moduleName": "DCUniVideo", + "implicit": true, + "isOpen": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC8delegateAA0cD8Delegate_pSgvM", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC8delegateAA0cD8Delegate_pSgvM", + "moduleName": "DCUniVideo", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isPrepared", + "printedName": "isPrepared", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuViewC10isPreparedSbvp", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC10isPreparedSbvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC10isPreparedSbvg", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC10isPreparedSbvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isPlaying", + "printedName": "isPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuViewC9isPlayingSbvp", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC9isPlayingSbvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC9isPlayingSbvg", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC9isPlayingSbvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuConfiguration", + "printedName": "DCUniVideo.HJDanmakuConfiguration", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuViewC13configurationAA0C13ConfigurationCvp", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC13configurationAA0C13ConfigurationCvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuConfiguration", + "printedName": "DCUniVideo.HJDanmakuConfiguration", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC13configurationAA0C13ConfigurationCvg", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC13configurationAA0C13ConfigurationCvg", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuConfiguration", + "printedName": "DCUniVideo.HJDanmakuConfiguration", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo13HJDanmakuViewC5frame13configurationACSo6CGRectV_AA0C13ConfigurationCtcfc", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC5frame13configurationACSo6CGRectV_AA0C13ConfigurationCtcfc", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuView?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView(im)initWithCoder:", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "DCUniVideo", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "prepareDanmakus", + "printedName": "prepareDanmakus(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[DCUniVideo.HJDanmakuModel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC15prepareDanmakusyySayAA0C5ModelCGSgF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC15prepareDanmakusyySayAA0C5ModelCGSgF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC4playyyF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC4playyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC5pauseyyF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC5pauseyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC4stopyyF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC4stopyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearScreen", + "printedName": "clearScreen()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC11clearScreenyyF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC11clearScreenyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sizeToFit", + "printedName": "sizeToFit()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView(im)sizeToFit", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC9sizeToFityyF", + "moduleName": "DCUniVideo", + "overriding": true, + "isOpen": true, + "objc_name": "sizeToFit", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmaku", + "printedName": "sendDanmaku(_:forceRender:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC11sendDanmaku_11forceRenderyAA0C5ModelC_SbtF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC11sendDanmaku_11forceRenderyAA0C5ModelC_SbtF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmakus", + "printedName": "sendDanmakus(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC12sendDanmakusyySayAA0C5ModelCGF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC12sendDanmakusyySayAA0C5ModelCGF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuForVisibleCell", + "printedName": "danmakuForVisibleCell(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuModel?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC21danmakuForVisibleCellyAA0C5ModelCSgAA0cH0CF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC21danmakuForVisibleCellyAA0C5ModelCSgAA0cH0CF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "visibleCells", + "printedName": "visibleCells", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuCell]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuViewC12visibleCellsSayAA0C4CellCGvp", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC12visibleCellsSayAA0C4CellCGvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuCell]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC12visibleCellsSayAA0C4CellCGvg", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC12visibleCellsSayAA0C4CellCGvg", + "moduleName": "DCUniVideo", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView(im)initWithFrame:", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC5frameACSo6CGRectV_tcfc", + "moduleName": "DCUniVideo", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hitTest", + "printedName": "hitTest(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@DCUniVideo@objc(cs)HJDanmakuView(im)hitTest:withEvent:", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC7hitTest_4withSo6UIViewCSgSo7CGPointV_So7UIEventCSgtF", + "moduleName": "DCUniVideo", + "overriding": true, + "isOpen": true, + "objc_name": "hitTest:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "touchesBegan", + "printedName": "touchesBegan(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@DCUniVideo@objc(cs)HJDanmakuView(im)touchesBegan:withEvent:", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC12touchesBegan_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "DCUniVideo", + "overriding": true, + "isOpen": true, + "objc_name": "touchesBegan:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "touchesMoved", + "printedName": "touchesMoved(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@DCUniVideo@objc(cs)HJDanmakuView(im)touchesMoved:withEvent:", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC12touchesMoved_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "DCUniVideo", + "overriding": true, + "isOpen": true, + "objc_name": "touchesMoved:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "touchesEnded", + "printedName": "touchesEnded(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@DCUniVideo@objc(cs)HJDanmakuView(im)touchesEnded:withEvent:", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC12touchesEnded_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "DCUniVideo", + "overriding": true, + "isOpen": true, + "objc_name": "touchesEnded:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "touchesCancelled", + "printedName": "touchesCancelled(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@DCUniVideo@objc(cs)HJDanmakuView(im)touchesCancelled:withEvent:", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC16touchesCancelled_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "DCUniVideo", + "overriding": true, + "isOpen": true, + "objc_name": "touchesCancelled:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "register", + "printedName": "register(_:forCellReuseIdentifier:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.HJDanmakuCell.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + } + ] + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC8register_22forCellReuseIdentifieryAA0cG0Cm_SStF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC8register_22forCellReuseIdentifieryAA0cG0Cm_SStF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dequeueReusableCell", + "printedName": "dequeueReusableCell(withIdentifier:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuCell?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC19dequeueReusableCell14withIdentifierAA0cG0CSgSS_tF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC19dequeueReusableCell14withIdentifierAA0cG0CSgSS_tF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC", + "moduleName": "DCUniVideo", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "StringLiteral", + "offset": 712, + "length": 7, + "value": "\"false\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "BooleanLiteral", + "offset": 801, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "StringLiteral", + "offset": 829, + "length": 6, + "value": "\"true\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "BooleanLiteral", + "offset": 917, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "StringLiteral", + "offset": 944, + "length": 6, + "value": "\"none\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "BooleanLiteral", + "offset": 1108, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "StringLiteral", + "offset": 1154, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "StringLiteral", + "offset": 1180, + "length": 7, + "value": "\"false\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "StringLiteral", + "offset": 1210, + "length": 7, + "value": "\"FALSE\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "BooleanLiteral", + "offset": 1243, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "IntegerLiteral", + "offset": 4172, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuModel.swift", + "kind": "StringLiteral", + "offset": 160, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuModel.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuModel.swift", + "kind": "StringLiteral", + "offset": 222, + "length": 3, + "value": "\"2\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuModel.swift", + "kind": "StringLiteral", + "offset": 160, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuModel.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuModel.swift", + "kind": "StringLiteral", + "offset": 222, + "length": 3, + "value": "\"2\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuModel.swift", + "kind": "FloatLiteral", + "offset": 303, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuModel.swift", + "kind": "StringLiteral", + "offset": 240, + "length": 14, + "value": "\"DCUniVideo.HJDanmakuModel\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "IntegerLiteral", + "offset": 192, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "IntegerLiteral", + "offset": 198, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "IntegerLiteral", + "offset": 205, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 382, + "length": 19, + "value": "\"ijkio:cache:ffio:\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 727, + "length": 41, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 756, + "length": 1, + "value": "\".videoCache\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 801, + "length": 29, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 829, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 1153, + "length": 44, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 1182, + "length": 1, + "value": "\".videoCacheMap\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 1230, + "length": 29, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 1241, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 1258, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "IntegerLiteral", + "offset": 1509, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "BooleanLiteral", + "offset": 1544, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 1736, + "length": 23, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 1747, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 1758, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "BooleanLiteral", + "offset": 2090, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 2286, + "length": 23, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 2297, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 2308, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "BooleanLiteral", + "offset": 2664, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "BooleanLiteral", + "offset": 2787, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 3029, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "IntegerLiteral", + "offset": 3173, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 3360, + "length": 8, + "value": "\"%02hhx\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerVolumeView.swift", + "kind": "IntegerLiteral", + "offset": 361, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerVolumeView.swift", + "kind": "StringLiteral", + "offset": 705, + "length": 14, + "value": "\"video_volume\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerVolumeView.swift", + "kind": "StringLiteral", + "offset": 848, + "length": 16, + "value": "\"MPVolumeSlider\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerVolumeView.swift", + "kind": "StringLiteral", + "offset": 1013, + "length": 8, + "value": "\"音量\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerVolumeView.swift", + "kind": "StringLiteral", + "offset": 1089, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuConfiguration.swift", + "kind": "FloatLiteral", + "offset": 319, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuConfiguration.swift", + "kind": "FloatLiteral", + "offset": 459, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuConfiguration.swift", + "kind": "FloatLiteral", + "offset": 657, + "length": 4, + "value": "30.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 794, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 1802, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 1841, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 1881, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 1918, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 1966, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 2001, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 2039, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 2084, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 2125, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 2168, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 2209, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 2247, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 2280, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 2363, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "Array", + "offset": 2460, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 2709, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 3900, + "length": 22, + "value": "\"UIRequiresFullScreen\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 5029, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 5073, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 5243, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 5501, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 6089, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 6126, + "length": 6, + "value": "\"_doc\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 6166, + "length": 5, + "value": "\"..\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 6205, + "length": 4, + "value": "\".\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 6240, + "length": 18, + "value": "\"unifile:\/\/cache\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 6289, + "length": 16, + "value": "\"unifile:\/\/usr\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 6337, + "length": 20, + "value": "\"unifile:\/\/sandbox\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 6909, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7007, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7182, + "length": 6, + "value": "\"rtmp\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7211, + "length": 6, + "value": "\"rtsp\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 7257, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7304, + "length": 6, + "value": "\"rtsp\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7367, + "length": 5, + "value": "\"tcp\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7382, + "length": 16, + "value": "\"rtsp_transport\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 7475, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7486, + "length": 11, + "value": "\"reconnect\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 7552, + "length": 3, + "value": "512" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7565, + "length": 5, + "value": "\"vol\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 7650, + "length": 3, + "value": "256" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7663, + "length": 5, + "value": "\"vol\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7751, + "length": 6, + "value": "\"http\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7780, + "length": 7, + "value": "\"https\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7807, + "length": 7, + "value": "\".m3u8\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 7819, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7843, + "length": 7, + "value": "\".M3U8\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 7855, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 7894, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 8112, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 8125, + "length": 17, + "value": "\"dns_cache_clear\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 8330, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 8341, + "length": 22, + "value": "\"enable-accurate-seek\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 8696, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 8815, + "length": 24, + "value": "\"Cookie:\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 8838, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 8903, + "length": 9, + "value": "\"headers\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 9034, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9074, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9189, + "length": 3, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9200, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9229, + "length": 3, + "value": "\"_\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9240, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9294, + "length": 11, + "value": "\"useragent\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9393, + "length": 12, + "value": "\"user-agent\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9509, + "length": 21, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9516, + "length": 1, + "value": "\":\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9525, + "length": 1, + "value": "\"\r\n\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 9629, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9700, + "length": 9, + "value": "\"headers\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 9879, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9890, + "length": 8, + "value": "\"infbuf\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 9975, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9986, + "length": 9, + "value": "\"max-fps\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 10072, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 10083, + "length": 10, + "value": "\"opensles\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 10170, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 10181, + "length": 18, + "value": "\"mediacodec-mpeg4\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 10276, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 10287, + "length": 17, + "value": "\"mediacodec-hevc\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 10440, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 10451, + "length": 8, + "value": "\"infbuf\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 10536, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 10548, + "length": 9, + "value": "\"max-fps\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 10647, + "length": 38, + "value": "\"file,crypto,http,https,tls,tcp,ijkio\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 10695, + "length": 20, + "value": "\"protocol_whitelist\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 11028, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 11299, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 11310, + "length": 14, + "value": "\"videotoolbox\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 11416, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 11427, + "length": 14, + "value": "\"videotoolbox\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 11918, + "length": 17, + "value": "\"cache_file_path\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 12035, + "length": 16, + "value": "\"cache_map_path\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 12128, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 12139, + "length": 15, + "value": "\"auto_save_map\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 12231, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 12242, + "length": 17, + "value": "\"parse_cache_map\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 12383, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 12396, + "length": 20, + "value": "\"analyzemaxduration\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 12485, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 12496, + "length": 17, + "value": "\"analyzeduration\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 12582, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 12589, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 12601, + "length": 11, + "value": "\"probesize\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 12915, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 13531, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 13578, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 14026, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 14225, + "length": 16, + "value": "\"_formatOptions\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 14301, + "length": 12, + "value": "\"user-agent\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 14356, + "length": 11, + "value": "\"ijkplayer\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 14479, + "length": 12, + "value": "\"user_agent\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 14715, + "length": 6, + "value": "\"type\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 14765, + "length": 5, + "value": "\"key\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 14816, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "Array", + "offset": 14976, + "length": 36, + "value": "[\"format\", \"codec\", \"sws\", \"player\"]" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 15343, + "length": 8, + "value": "\"format\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 15448, + "length": 7, + "value": "\"codec\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 15551, + "length": 5, + "value": "\"sws\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 15650, + "length": 8, + "value": "\"player\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 16143, + "length": 8, + "value": "\"format\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 16273, + "length": 7, + "value": "\"codec\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 16401, + "length": 5, + "value": "\"sws\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 16525, + "length": 8, + "value": "\"player\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 17232, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 17504, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 17940, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 17990, + "length": 9, + "value": "\"0:00:00\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 18038, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 18078, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 18159, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 18188, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 18467, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 18574, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 18626, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 18795, + "length": 7, + "value": "\"error\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 18828, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 19031, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 19171, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 19487, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 19576, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 19788, + "length": 6, + "value": "\"play\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 19816, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 19992, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 20064, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 20311, + "length": 7, + "value": "\"pause\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 20629, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 20865, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 20893, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 21737, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 21773, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 22043, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 22284, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 23198, + "length": 6, + "value": "\"text\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 23277, + "length": 7, + "value": "\"color\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 23376, + "length": 6, + "value": "\"time\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 24607, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 24812, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 25024, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 25103, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 25537, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 25629, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 25684, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 25722, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 25822, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 26062, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 26121, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 26182, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 26499, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 26530, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 26617, + "length": 12, + "value": "\"timeupdate\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 26632, + "length": 8, + "value": "\"detail\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 26643, + "length": 13, + "value": "\"currentTime\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 26667, + "length": 10, + "value": "\"duration\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 27010, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 27024, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 27080, + "length": 3, + "value": "4.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 27307, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 27475, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 27620, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 27706, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 28616, + "length": 4, + "value": "3600" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 28651, + "length": 4, + "value": "3600" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 28659, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 28691, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 28728, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 28732, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 28740, + "length": 1, + "value": "\":\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 28745, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 28763, + "length": 57, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 28779, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 28796, + "length": 11, + "value": "\"%02d:%02d\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 28819, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 29103, + "length": 3, + "value": "1.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 149, + "length": 3, + "value": "155" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 326, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 369, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 382, + "length": 4, + "value": "0.22" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 394, + "length": 4, + "value": "0.21" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 407, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 602, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 615, + "length": 4, + "value": "0.22" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 627, + "length": 4, + "value": "0.21" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 640, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 925, + "length": 4, + "value": "0.97" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "Array", + "offset": 996, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1238, + "length": 2, + "value": "79" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1271, + "length": 2, + "value": "76" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1318, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 1367, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 1385, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1465, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "BooleanLiteral", + "offset": 1503, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1694, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1700, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1826, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1832, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1975, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1982, + "length": 3, + "value": "132" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2019, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2031, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 2116, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "StringLiteral", + "offset": 2187, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 2368, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 2390, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2680, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2686, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2717, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2747, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2766, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2770, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2819, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2824, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 3205, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 3209, + "length": 4, + "value": "15.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 3271, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 3480, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 3509, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 3601, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 3648, + "length": 3, + "value": "0.8" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 3684, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 1170, + "length": 54, + "value": "\"AVSystemController_SystemVolumeDidChangeNotification\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 2452, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 2529, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 2604, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 2711, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 2788, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 2863, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 3023, + "length": 55, + "value": "\"AVSystemController_AudioCategoryNotificationParameter\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 3155, + "length": 13, + "value": "\"Audio\/Video\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 3237, + "length": 65, + "value": "\"AVSystemController_AudioVolumeChangeReasonNotificationParameter\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 3396, + "length": 22, + "value": "\"ExplicitVolumeChange\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 3476, + "length": 53, + "value": "\"AVSystemController_AudioVolumeNotificationParameter\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 3992, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 4091, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 4231, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 4299, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 4420, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 4484, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 4602, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 4686, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 4751, + "length": 9, + "value": "\"waiting\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 5179, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 5305, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 5342, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 5373, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 5535, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 5710, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 5752, + "length": 7, + "value": "\"error\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 5796, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 5830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 6083, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 6145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "FloatLiteral", + "offset": 6149, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 6187, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 6303, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 6542, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 6597, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 6659, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 6781, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 6831, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 6888, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 6939, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 7291, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 7402, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 7451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 7580, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 7888, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 8149, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 8360, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "FloatLiteral", + "offset": 8502, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 8540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 8876, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 8918, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 8948, + "length": 7, + "value": "\"ended\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 9089, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 9136, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 256, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 270, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 285, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 256, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 270, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 285, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 256, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 270, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 285, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 544, + "length": 10, + "value": "\"hardware\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 575, + "length": 10, + "value": "\"software\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 544, + "length": 10, + "value": "\"hardware\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 575, + "length": 10, + "value": "\"software\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1156, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1172, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1156, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1172, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1156, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1172, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "FloatLiteral", + "offset": 1367, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "FloatLiteral", + "offset": 1427, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 1550, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 1740, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 1852, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 1915, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 1974, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 2034, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 2151, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 2469, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 2551, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 2646, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 2741, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 2839, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 2933, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 3029, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 3584, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 3690, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 3836, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 4443, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 5304, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 5453, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 7945, + "length": 9, + "value": "\"contain\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 7983, + "length": 6, + "value": "\"fill\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 8015, + "length": 7, + "value": "\"cover\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 8816, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 9435, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 9880, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 9922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 9974, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 10025, + "length": 3, + "value": "-90" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 1200, + "length": 20, + "value": "\"DCUniVideo.UniVideoPlayerConfig\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 517, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 775, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "StringLiteral", + "offset": 1007, + "length": 13, + "value": "\"player_play\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 1148, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 1478, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 1663, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 2379, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 2630, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 3024, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "StringLiteral", + "offset": 3560, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "FloatLiteral", + "offset": 3731, + "length": 4, + "value": "64.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 3901, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 3928, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 4112, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 4118, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 4265, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4533, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4583, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "FloatLiteral", + "offset": 4626, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 4837, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 4843, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 4943, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "StringLiteral", + "offset": 5028, + "length": 8, + "value": "\"detail\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "Dictionary", + "offset": 5038, + "length": 14, + "value": "[(\"show\", true)]" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "FloatLiteral", + "offset": 5226, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 5437, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 5574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 5676, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 5719, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "StringLiteral", + "offset": 5774, + "length": 8, + "value": "\"detail\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "Dictionary", + "offset": 5784, + "length": 15, + "value": "[(\"show\", false)]" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 5904, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 6121, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 6164, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 6243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 7002, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 7008, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "FloatLiteral", + "offset": 7157, + "length": 5, + "value": "155.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "FloatLiteral", + "offset": 7209, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "FloatLiteral", + "offset": 7259, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 7432, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 7835, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 8293, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 8906, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 8990, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 9020, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 9273, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 9304, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 9966, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuCell.swift", + "kind": "IntegerLiteral", + "offset": 322, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuCell.swift", + "kind": "StringLiteral", + "offset": 970, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuCell.swift", + "kind": "StringLiteral", + "offset": 269, + "length": 13, + "value": "\"DCUniVideo.HJDanmakuCell\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 167, + "length": 4, + "value": "16.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 208, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 244, + "length": 4, + "value": "44.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 282, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 889, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 924, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 960, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 1085, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 1224, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 1258, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 1479, + "length": 13, + "value": "\"player_stop\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 1541, + "length": 13, + "value": "\"player_play\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 1595, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 1606, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 1619, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 1631, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 1901, + "length": 18, + "value": "\"video_ic_muteoff\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 1968, + "length": 17, + "value": "\"video_ic_muteon\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 2026, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 2037, + "length": 3, + "value": "8.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 2050, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 2062, + "length": 3, + "value": "8.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 2178, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 2397, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 2473, + "length": 9, + "value": "\"0:00:00\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 2734, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 2810, + "length": 9, + "value": "\"0:00:00\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 3020, + "length": 14, + "value": "\"slider_thumb\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3103, + "length": 2, + "value": "66" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3108, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3120, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3124, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3135, + "length": 3, + "value": "191" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3141, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 3153, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3210, + "length": 3, + "value": "160" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3216, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3228, + "length": 3, + "value": "160" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3234, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3245, + "length": 3, + "value": "160" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3251, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 3263, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 3295, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 3928, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 4060, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 4210, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 4216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 4226, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 4238, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 4260, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 4312, + "length": 16, + "value": "\"exitfullscreen\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 4377, + "length": 12, + "value": "\"fullscreen\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 4430, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 4441, + "length": 4, + "value": "16.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 4455, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 4467, + "length": 3, + "value": "8.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 4871, + "length": 4, + "value": "21.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 4879, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 5025, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 5037, + "length": 3, + "value": "0.2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 5370, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 6117, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 6156, + "length": 4, + "value": "24.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 6218, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 6473, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 6513, + "length": 4, + "value": "24.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 6582, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 6986, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 7028, + "length": 4, + "value": "24.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 7091, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 7518, + "length": 4, + "value": "42.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 7560, + "length": 4, + "value": "24.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 7624, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 7946, + "length": 4, + "value": "14.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 7990, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 8603, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 8643, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 8701, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 9876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 9957, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 10013, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 10060, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 10128, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "BooleanLiteral", + "offset": 439, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 475, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 510, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 563, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 625, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 970, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "BooleanLiteral", + "offset": 1376, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "StringLiteral", + "offset": 1383, + "length": 25, + "value": "\"subClass implementation\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "BooleanLiteral", + "offset": 1560, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "StringLiteral", + "offset": 1567, + "length": 25, + "value": "\"subClass implementation\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "BooleanLiteral", + "offset": 1705, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "StringLiteral", + "offset": 1712, + "length": 25, + "value": "\"subClass implementation\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "BooleanLiteral", + "offset": 1857, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "StringLiteral", + "offset": 1864, + "length": 25, + "value": "\"subClass implementation\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 2003, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 2679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "BooleanLiteral", + "offset": 2972, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 3150, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 3369, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 3397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 4372, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 4913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 4980, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "FloatLiteral", + "offset": 4987, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "BooleanLiteral", + "offset": 5410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 5478, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 5608, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 7007, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 7117, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 7365, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 242, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 270, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 298, + "length": 10, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 383, + "length": 12, + "value": "5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 424, + "length": 12, + "value": "6" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 463, + "length": 13, + "value": "7" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 242, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 270, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 298, + "length": 10, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 383, + "length": 12, + "value": "5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 424, + "length": 12, + "value": "6" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 463, + "length": 13, + "value": "7" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 242, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 270, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 298, + "length": 10, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 383, + "length": 12, + "value": "5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 424, + "length": 12, + "value": "6" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 463, + "length": 13, + "value": "7" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "StringLiteral", + "offset": 1065, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "StringLiteral", + "offset": 1090, + "length": 21, + "value": "\"file:\/\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "StringLiteral", + "offset": 1110, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "StringLiteral", + "offset": 1852, + "length": 4, + "value": "\"up\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 2544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 2567, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 2592, + "length": 4, + "value": "-1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 2618, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "StringLiteral", + "offset": 2680, + "length": 7, + "value": "\"right\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 2953, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 2959, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 2965, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 2972, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 2991, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 3051, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 3074, + "length": 4, + "value": "-1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 3100, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 3125, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "StringLiteral", + "offset": 3197, + "length": 6, + "value": "\"left\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 3409, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 3434, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 3457, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 3480, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "StringLiteral", + "offset": 3550, + "length": 4, + "value": "\"up\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 3633, + "length": 4, + "value": "-1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 3659, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 3682, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 3705, + "length": 4, + "value": "-1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "StringLiteral", + "offset": 3775, + "length": 6, + "value": "\"down\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 4594, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 4655, + "length": 3, + "value": "600" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 5591, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 5598, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "StringLiteral", + "offset": 419, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "IntegerLiteral", + "offset": 458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 753, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 1263, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 1414, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "IntegerLiteral", + "offset": 1474, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 1695, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 2126, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 2555, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 3003, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 3464, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 4014, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 4354, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 4479, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "FloatLiteral", + "offset": 4617, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 4748, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 4868, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "IntegerLiteral", + "offset": 5000, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "IntegerLiteral", + "offset": 5004, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "IntegerLiteral", + "offset": 5125, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "IntegerLiteral", + "offset": 5250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 6278, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 6417, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "IntegerLiteral", + "offset": 6975, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "StringLiteral", + "offset": 8321, + "length": 9, + "value": "\"contain\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "StringLiteral", + "offset": 8359, + "length": 6, + "value": "\"fill\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "StringLiteral", + "offset": 8391, + "length": 7, + "value": "\"cover\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 210, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 226, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 2, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 254, + "length": 4, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 210, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 226, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 2, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 254, + "length": 4, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 210, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 226, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 2, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 254, + "length": 4, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "FloatLiteral", + "offset": 311, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 2302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 2405, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "BooleanLiteral", + "offset": 3106, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 303, + "length": 7, + "value": "\"click\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 434, + "length": 9, + "value": "\"screenX\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 454, + "length": 9, + "value": "\"screenY\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 474, + "length": 13, + "value": "\"screenWidth\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 522, + "length": 14, + "value": "\"screenHeight\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 604, + "length": 17, + "value": "\"fullscreenclick\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 624, + "length": 8, + "value": "\"detail\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 835, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 1483, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "IntegerLiteral", + "offset": 1533, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 1780, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 2008, + "length": 64, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 2071, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 2906, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 2922, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 3286, + "length": 4, + "value": "0.00" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 3302, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "IntegerLiteral", + "offset": 3410, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 3424, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 3499, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 3694, + "length": 4, + "value": "0.00" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 3793, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 3864, + "length": 4, + "value": "0.00" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 3964, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 4863, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 4879, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "IntegerLiteral", + "offset": 5037, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 5230, + "length": 16, + "value": "\"controlstoggle\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "IntegerLiteral", + "offset": 5611, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 5885, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 6061, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "IntegerLiteral", + "offset": 6113, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 6165, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 6277, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 7483, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 7530, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "StringLiteral", + "offset": 270, + "length": 8, + "value": "\"弹幕\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "FloatLiteral", + "offset": 326, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 430, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 487, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 645, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 650, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 662, + "length": 3, + "value": "150" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 668, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 680, + "length": 2, + "value": "53" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 685, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "FloatLiteral", + "offset": 697, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 1270, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 1357, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 1600, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 1673, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "FloatLiteral", + "offset": 1734, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "FloatLiteral", + "offset": 1799, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "StringLiteral", + "offset": 1959, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "BooleanLiteral", + "offset": 2346, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "BooleanLiteral", + "offset": 2774, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "FloatLiteral", + "offset": 3273, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "FloatLiteral", + "offset": 3347, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "FloatLiteral", + "offset": 3421, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "StringLiteral", + "offset": 3584, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 1633, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 2034, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 3310, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 3405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "FloatLiteral", + "offset": 3578, + "length": 3, + "value": "0.2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 3775, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 3821, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "StringLiteral", + "offset": 3975, + "length": 33, + "value": "\"com.olinone.danmaku.renderQueue\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "StringLiteral", + "offset": 4256, + "length": 33, + "value": "\"com.olinone.danmaku.sourceQueue\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 4343, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 4483, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 5352, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 5523, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "StringLiteral", + "offset": 5611, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 5806, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 5916, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 6217, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 6522, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 6550, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "StringLiteral", + "offset": 6557, + "length": 36, + "value": "\"configuration nil or duration <= 0\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 6680, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "StringLiteral", + "offset": 6687, + "length": 19, + "value": "\"isPrepared is NO!\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 6828, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "FloatLiteral", + "offset": 7109, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 7263, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 7390, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 7433, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 7538, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 7663, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 8930, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 9542, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "StringLiteral", + "offset": 3594, + "length": 13, + "value": "\"DCUniVideo.HJDanmakuView\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 12624, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 13043, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 13224, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 13997, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 14487, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 14571, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 15473, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 15789, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 16068, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 16116, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 16515, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 17583, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 17804, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 17910, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 18247, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 18683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 18996, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 19200, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 19248, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 19756, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 19784, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 19992, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 20010, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 20701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 20822, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 21469, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 21501, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 21800, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 21983, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 22011, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 22284, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 22517, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 22547, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 22739, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "FloatLiteral", + "offset": 22808, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 22866, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 23763, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 23944, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 23967, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 23998, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 24189, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "FloatLiteral", + "offset": 24258, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 24316, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 24637, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 24934, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 25278, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 25306, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 25487, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 25510, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 25541, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 25777, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 29228, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 29630, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 147, + "length": 5, + "value": "\"src\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 13, + "value": "\"initialTime\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 246, + "length": 10, + "value": "\"duration\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 295, + "length": 10, + "value": "\"controls\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 348, + "length": 13, + "value": "\"enableDanmu\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 401, + "length": 11, + "value": "\"danmuList\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 452, + "length": 10, + "value": "\"danmuBtn\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 501, + "length": 10, + "value": "\"autoplay\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 546, + "length": 6, + "value": "\"loop\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 588, + "length": 7, + "value": "\"muted\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 637, + "length": 13, + "value": "\"pageGesture\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 690, + "length": 11, + "value": "\"direction\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 744, + "length": 14, + "value": "\"showProgress\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 807, + "length": 19, + "value": "\"showFullscreenBtn\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 868, + "length": 13, + "value": "\"showPlayBtn\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 923, + "length": 13, + "value": "\"showMuteBtn\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 984, + "length": 19, + "value": "\"showCenterPlayBtn\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 23, + "value": "\"enableProgressGesture\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1118, + "length": 11, + "value": "\"objectFit\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1166, + "length": 8, + "value": "\"poster\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1216, + "length": 13, + "value": "\"showLoading\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1267, + "length": 8, + "value": "\"header\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1314, + "length": 10, + "value": "\"advanced\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1381, + "length": 27, + "value": "\"vslideGestureInFullscreen\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1447, + "length": 19, + "value": "\"enablePlayGesture\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1503, + "length": 7, + "value": "\"title\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1551, + "length": 11, + "value": "\"httpCache\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1606, + "length": 14, + "value": "\"playStrategy\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1657, + "length": 7, + "value": "\"codec\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 148, + "length": 4, + "value": "50.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "StringLiteral", + "offset": 455, + "length": 15, + "value": "\"backbarbutton\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 557, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 570, + "length": 4, + "value": "16.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 584, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 596, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 922, + "length": 4, + "value": "16.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "IntegerLiteral", + "offset": 1145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 1155, + "length": 3, + "value": "0.2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "StringLiteral", + "offset": 1296, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 1605, + "length": 4, + "value": "15.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 1619, + "length": 4, + "value": "30.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "IntegerLiteral", + "offset": 1659, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 1663, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 1713, + "length": 4, + "value": "16.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "IntegerLiteral", + "offset": 1786, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 2091, + "length": 4, + "value": "16.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "IntegerLiteral", + "offset": 2155, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBrightnessView.swift", + "kind": "StringLiteral", + "offset": 398, + "length": 20, + "value": "\"control_brightness\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBrightnessView.swift", + "kind": "StringLiteral", + "offset": 451, + "length": 8, + "value": "\"亮度\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBrightnessView.swift", + "kind": "StringLiteral", + "offset": 527, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBrightnessView.swift", + "kind": "StringLiteral", + "offset": 801, + "length": 12, + "value": "\"brightness\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBrightnessView.swift", + "kind": "StringLiteral", + "offset": 1269, + "length": 5, + "value": "\"new\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBrightnessView.swift", + "kind": "StringLiteral", + "offset": 1438, + "length": 12, + "value": "\"brightness\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "FloatLiteral", + "offset": 299, + "length": 3, + "value": "4.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "FloatLiteral", + "offset": 915, + "length": 4, + "value": "12.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 6, + "value": "\"play\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 1280, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "StringLiteral", + "offset": 1580, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 1875, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 1957, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2020, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2045, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "FloatLiteral", + "offset": 2124, + "length": 4, + "value": "45.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "FloatLiteral", + "offset": 2157, + "length": 4, + "value": "45.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2217, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2236, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2364, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2457, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2531, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2561, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2834, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2926, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "FloatLiteral", + "offset": 3003, + "length": 3, + "value": "0.8" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3041, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3081, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3286, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3325, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 3466, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 3509, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 3635, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3670, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3706, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3749, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "FloatLiteral", + "offset": 3828, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3896, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3931, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3973, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 366, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 420, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 457, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 1433, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 2166, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 2674, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 2904, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 3054, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 3113, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 3234, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 3293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 3540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 3584, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "FloatLiteral", + "offset": 3990, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 4301, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "StringLiteral", + "offset": 4389, + "length": 6, + "value": "\"13.0\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 4426, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "FloatLiteral", + "offset": 4566, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 4695, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 4714, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "FloatLiteral", + "offset": 4883, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 4895, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "FloatLiteral", + "offset": 5244, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 5256, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 5757, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 6021, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "FloatLiteral", + "offset": 6379, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 7205, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 7329, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 7363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 7728, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 7822, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 7873, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 8056, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 8110, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 8114, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 8183, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 8269, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 8751, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 8785, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "StringLiteral", + "offset": 9231, + "length": 8, + "value": "\"detail\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "StringLiteral", + "offset": 9242, + "length": 12, + "value": "\"fullScreen\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 9256, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "StringLiteral", + "offset": 9263, + "length": 11, + "value": "\"direction\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "StringLiteral", + "offset": 9276, + "length": 10, + "value": "\"vertical\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "StringLiteral", + "offset": 9335, + "length": 18, + "value": "\"fullscreenchange\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 282, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "BooleanLiteral", + "offset": 364, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "IntegerLiteral", + "offset": 488, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 660, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "BooleanLiteral", + "offset": 1074, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "StringLiteral", + "offset": 1154, + "length": 6, + "value": "\"cell\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "BooleanLiteral", + "offset": 1421, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 1614, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "BooleanLiteral", + "offset": 1628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 1773, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 1779, + "length": 5, + "value": "120.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 1834, + "length": 5, + "value": "120.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "IntegerLiteral", + "offset": 1891, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 2035, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "BooleanLiteral", + "offset": 2113, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 2235, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 2241, + "length": 5, + "value": "120.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 2280, + "length": 5, + "value": "120.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "IntegerLiteral", + "offset": 2321, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "BooleanLiteral", + "offset": 2624, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 2692, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "IntegerLiteral", + "offset": 2797, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "BooleanLiteral", + "offset": 2896, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "IntegerLiteral", + "offset": 3009, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "StringLiteral", + "offset": 502, + "length": 25, + "value": "\"DCUniVideo.UniVidePlayerDanmuManager\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 3291, + "length": 5, + "value": "120.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 3762, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 3791, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "StringLiteral", + "offset": 3986, + "length": 6, + "value": "\"cell\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "IntegerLiteral", + "offset": 4102, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "StringLiteral", + "offset": 4413, + "length": 6, + "value": "\"cell\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 401, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 1472, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 1542, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 2092, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 2154, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 2571, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 2655, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 2673, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "FloatLiteral", + "offset": 2717, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "FloatLiteral", + "offset": 2729, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 2781, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 2908, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 2979, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "FloatLiteral", + "offset": 3015, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "FloatLiteral", + "offset": 3027, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 3114, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 3120, + "length": 4, + "value": "0xFF" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "FloatLiteral", + "offset": 3128, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 3170, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 3175, + "length": 4, + "value": "0xFF" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "FloatLiteral", + "offset": 3183, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 3225, + "length": 4, + "value": "0xFF" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "FloatLiteral", + "offset": 3233, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "FloatLiteral", + "offset": 3247, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 3397, + "length": 12, + "value": "\"DCUniVideo\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 3419, + "length": 8, + "value": "\"bundle\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 3501, + "length": 26, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 3509, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 3522, + "length": 1, + "value": "\".png\"" + } + ] +} \ No newline at end of file diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/arm64-apple-ios.private.swiftinterface b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/arm64-apple-ios.private.swiftinterface new file mode 100644 index 0000000000000000000000000000000000000000..967ef69656f8fbfd610e3b85766fc8e3e543fa95 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -0,0 +1,274 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name DCUniVideo +// swift-module-flags-ignorable: -enable-bare-slash-regex +import AVFAudio +import AVFoundation +import CommonCrypto +@_exported import DCUniVideo +import Foundation +import IJKMediaFrameworkWithSSL +import MediaPlayer +import Swift +import UIKit +import UniDCSVProgressHUD +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +public enum HJDanmakuType : Swift.String { + case HJDanmakuTypeLR + case HJDanmakuTypeFT + case HJDanmakuTypeFB + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@objc open class HJDanmakuModel : ObjectiveC.NSObject { + public var time: CoreFoundation.CGFloat + final public let danmakuType: DCUniVideo.HJDanmakuType + public init(danmakuType: DCUniVideo.HJDanmakuType) + @objc deinit +} +public enum HJDanmakuMode { + case HJDanmakuModeVideo + case HJDanmakuModeLive + public static func == (a: DCUniVideo.HJDanmakuMode, b: DCUniVideo.HJDanmakuMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +open class HJDanmakuConfiguration { + public var duration: CoreFoundation.CGFloat + public var tolerance: CoreFoundation.CGFloat + public var numberOfLines: Swift.Int + public var cellHeight: CoreFoundation.CGFloat + public var maxShowCount: Swift.Int + public init(danmakuMode: DCUniVideo.HJDanmakuMode) + @objc deinit +} +public protocol ViewPresent { + associatedtype View + var view: Self.View { get set } +} +public protocol UniVideoPlayerProtocol : AnyObject { + func getCookieString(_ url: Foundation.URL) -> Swift.String? + func getCurrentUA() -> Swift.String + func sendEvent(_ name: Swift.String, _ params: [Swift.String : Any]?) + func loadImage(_ url: Swift.String, _ complete: @escaping (UIKit.UIImage) -> Swift.Void) + func videoPlayerExitFullScreen(_ orientation: UIKit.UIInterfaceOrientation) + func videoPlayerEnterFullScreen(_ orientation: UIKit.UIInterfaceOrientation) + func lockScreen() + func unlockScreen() + func setFullScreen(_ yesOrNo: Swift.Bool) + func setHomeIndicatorAutoHidden(_ yesOrNo: Swift.Bool) + func setTempOrientation(_ temp: UIKit.UIInterfaceOrientationMask) + func configSupportOrientation(_ orientation: UIKit.UIInterfaceOrientation) -> Swift.Bool + func setDeviceInterfaceOrientation(_ orientation: UIKit.UIInterfaceOrientation) + func h5Path2SysPath(_ path: Swift.String, _ basePath: Swift.String?) -> Swift.String + func workRootPath() -> Swift.String + func videoCacheDir() -> Swift.String +} +final public class UniVideoPlayerViewPresent : DCUniVideo.ViewPresent { + public typealias View = DCUniVideo.UniVideoPlayerView + final public var view: DCUniVideo.UniVideoPlayerViewPresent.View + final public var config: DCUniVideo.UniVideoPlayerConfig + weak final public var delegate: (any DCUniVideo.UniVideoPlayerProtocol)? { + get + set + } + final public var contentView: UIKit.UIView { + get + set + } + public init(_ config: DCUniVideo.UniVideoPlayerConfig, _ delegate: (any DCUniVideo.UniVideoPlayerProtocol)?, _ frame: CoreFoundation.CGRect = .zero) + @objc deinit + final public func updateViewFrame(_ rect: CoreFoundation.CGRect) +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func play() + final public func pause() + final public func stop() + final public func palybackRate(_ rate: Swift.String) + final public func destroy() + final public func showStatusBar() + final public func hideStatusBar() +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func sendDanmu(_ danmu: [Swift.String : Any]) + final public func clearDanmu() +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func seek(_ position: Swift.Float) +} +public enum UniVideoPlayerDirection : Swift.Int { + case normal + case left + case right + case auto + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum UniVideoPlayerPlayStrategy : Swift.Int { + case common + case smooth + case m3u8_smooth + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public class UniVideoPlayerConfig : ObjectiveC.NSObject { + public init(options: [Swift.AnyHashable : Any]?) + public static func direction(_ value: Any) -> DCUniVideo.UniVideoPlayerDirection + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class UniVideoPlayerView : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToSuperview() + @objc deinit +} +extension DCUniVideo.UniVideoPlayerView : UIKit.UIGestureRecognizerDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIKit.UIGestureRecognizer) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldReceive touch: UIKit.UITouch) -> Swift.Bool +} +public enum HJDanmakuCellSelectionStyle { + case HJDanmakuCellSelectionStyleNone + case HJDanmakuCellSelectionStyleDefault + public static func == (a: DCUniVideo.HJDanmakuCellSelectionStyle, b: DCUniVideo.HJDanmakuCellSelectionStyle) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +@objc @_Concurrency.MainActor(unsafe) open class HJDanmakuCell : UIKit.UIView { + @_Concurrency.MainActor(unsafe) public var zIndex: Swift.Int + @_Concurrency.MainActor(unsafe) public var selectionStyle: DCUniVideo.HJDanmakuCellSelectionStyle + @_Concurrency.MainActor(unsafe) public var textLabel: UIKit.UILabel { + get + } + @_Concurrency.MainActor(unsafe) required public init(reuseIdentifier: Swift.String) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) open func prepareForReuse() + @objc deinit +} +public struct HJDanmakuTime { + public var time: CoreFoundation.CGFloat + public var interval: CoreFoundation.CGFloat + public func MaxTime() -> CoreFoundation.CGFloat +} +public class HJDanmakuAgent { + public init(danmakuModel: DCUniVideo.HJDanmakuModel) + @objc deinit +} +@_hasMissingDesignatedInitializers public class HJDanmakuSource { + public func prepareDanmakus(_ danmakus: Swift.Array, completion: @escaping () -> Swift.Void) + @discardableResult + public func sendDanmaku(_ danmaku: DCUniVideo.HJDanmakuModel, forceRender force: Swift.Bool) -> DCUniVideo.HJDanmakuAgent? + public func sendDanmakus(_ danmakus: Swift.Array) + public func fetchDanmakuAgents(forTime time: DCUniVideo.HJDanmakuTime) -> Swift.Array? + @objc deinit +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class HJDanmakuVideoSource : DCUniVideo.HJDanmakuSource { + override public func prepareDanmakus(_ danmakus: Swift.Array, completion: @escaping () -> Swift.Void) + override public func sendDanmaku(_ danmaku: DCUniVideo.HJDanmakuModel, forceRender force: Swift.Bool) -> DCUniVideo.HJDanmakuAgent? + override public func sendDanmakus(_ danmakus: Swift.Array) + override public func fetchDanmakuAgents(forTime time: DCUniVideo.HJDanmakuTime) -> Swift.Array? + @objc deinit +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class HJDanmakuLiveSource : DCUniVideo.HJDanmakuSource { + override public func prepareDanmakus(_ danmakus: Swift.Array, completion: @escaping () -> Swift.Void) + override public func sendDanmaku(_ danmaku: DCUniVideo.HJDanmakuModel, forceRender force: Swift.Bool) -> DCUniVideo.HJDanmakuAgent? + override public func sendDanmakus(_ danmakus: Swift.Array) + override public func fetchDanmakuAgents(forTime time: DCUniVideo.HJDanmakuTime) -> Swift.Array? + @objc deinit +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func setControlValue(_ value: Any?, _ key: Swift.String) +} +public protocol HJDanmakuViewDelegate : ObjectiveC.NSObjectProtocol { + func prepareCompletedWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, shouldRenderDanmaku danmaku: DCUniVideo.HJDanmakuModel) -> Swift.Bool + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, willDisplayCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, didEndDisplayCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, shouldSelectCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) -> Swift.Bool + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, didSelectCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) +} +extension DCUniVideo.HJDanmakuViewDelegate { + public func prepareCompleted(_ danmakuView: DCUniVideo.HJDanmakuView) + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, shouldRenderDanmaku danmaku: DCUniVideo.HJDanmakuModel) -> Swift.Bool + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, willDisplayCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, didEndDisplayCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, shouldSelectCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) -> Swift.Bool + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, didSelectCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) +} +public protocol HJDanmakuViewDateSource : ObjectiveC.NSObjectProtocol { + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, widthForDanmaku danmaku: DCUniVideo.HJDanmakuModel) -> CoreFoundation.CGFloat + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, cellForDanmaku danmaku: DCUniVideo.HJDanmakuModel) -> DCUniVideo.HJDanmakuCell + func playTimeWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) -> CoreFoundation.CGFloat + func bufferingWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) -> Swift.Bool +} +extension DCUniVideo.HJDanmakuViewDateSource { + public func playTimeWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) -> CoreFoundation.CGFloat + public func bufferingWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) -> Swift.Bool +} +@objc @_Concurrency.MainActor(unsafe) open class HJDanmakuView : UIKit.UIView { + @_Concurrency.MainActor(unsafe) weak open var dataSource: (any DCUniVideo.HJDanmakuViewDateSource)? + @_Concurrency.MainActor(unsafe) weak open var delegate: (any DCUniVideo.HJDanmakuViewDelegate)? + @_Concurrency.MainActor(unsafe) public var isPrepared: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var isPlaying: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) final public let configuration: DCUniVideo.HJDanmakuConfiguration + @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, configuration: DCUniVideo.HJDanmakuConfiguration) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) public func prepareDanmakus(_ danmakus: Swift.Array?) + @_Concurrency.MainActor(unsafe) public func play() + @_Concurrency.MainActor(unsafe) public func pause() + @_Concurrency.MainActor(unsafe) public func stop() + @_Concurrency.MainActor(unsafe) public func clearScreen() + @_Concurrency.MainActor(unsafe) @objc override dynamic open func sizeToFit() + @_Concurrency.MainActor(unsafe) public func sendDanmaku(_ danmaku: DCUniVideo.HJDanmakuModel, forceRender force: Swift.Bool) + @_Concurrency.MainActor(unsafe) public func sendDanmakus(_ danmakus: Swift.Array) + @_Concurrency.MainActor(unsafe) public func danmakuForVisibleCell(_ danmakuCell: DCUniVideo.HJDanmakuCell) -> DCUniVideo.HJDanmakuModel? + @_Concurrency.MainActor(unsafe) public var visibleCells: Swift.Array { + get + } + @objc deinit +} +extension DCUniVideo.HJDanmakuView { + @_Concurrency.MainActor(unsafe) @objc override dynamic open func hitTest(_ point: CoreFoundation.CGPoint, with event: UIKit.UIEvent?) -> UIKit.UIView? + @_Concurrency.MainActor(unsafe) @objc override dynamic open func touchesBegan(_ touches: Swift.Set, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func touchesMoved(_ touches: Swift.Set, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func touchesEnded(_ touches: Swift.Set, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func touchesCancelled(_ touches: Swift.Set, with event: UIKit.UIEvent?) +} +extension DCUniVideo.HJDanmakuView { + @_Concurrency.MainActor(unsafe) public func register(_ cellClass: DCUniVideo.HJDanmakuCell.Type, forCellReuseIdentifier identifier: Swift.String) + @_Concurrency.MainActor(unsafe) public func dequeueReusableCell(withIdentifier identifier: Swift.String) -> DCUniVideo.HJDanmakuCell? +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func requestFullScreen(_ direction: DCUniVideo.UniVideoPlayerDirection) + final public func exitFullScreenForJS() +} +extension DCUniVideo.HJDanmakuType : Swift.Equatable {} +extension DCUniVideo.HJDanmakuType : Swift.Hashable {} +extension DCUniVideo.HJDanmakuType : Swift.RawRepresentable {} +extension DCUniVideo.HJDanmakuMode : Swift.Equatable {} +extension DCUniVideo.HJDanmakuMode : Swift.Hashable {} +extension DCUniVideo.UniVideoPlayerDirection : Swift.Equatable {} +extension DCUniVideo.UniVideoPlayerDirection : Swift.Hashable {} +extension DCUniVideo.UniVideoPlayerDirection : Swift.RawRepresentable {} +extension DCUniVideo.UniVideoPlayerPlayStrategy : Swift.Equatable {} +extension DCUniVideo.UniVideoPlayerPlayStrategy : Swift.Hashable {} +extension DCUniVideo.UniVideoPlayerPlayStrategy : Swift.RawRepresentable {} +extension DCUniVideo.HJDanmakuCellSelectionStyle : Swift.Equatable {} +extension DCUniVideo.HJDanmakuCellSelectionStyle : Swift.Hashable {} diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/arm64-apple-ios.swiftdoc b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/arm64-apple-ios.swiftdoc new file mode 100644 index 0000000000000000000000000000000000000000..0cae0c67852039449e81aa9d618a29c08d7a0aba Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/arm64-apple-ios.swiftinterface b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/arm64-apple-ios.swiftinterface new file mode 100644 index 0000000000000000000000000000000000000000..967ef69656f8fbfd610e3b85766fc8e3e543fa95 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/arm64-apple-ios.swiftinterface @@ -0,0 +1,274 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name DCUniVideo +// swift-module-flags-ignorable: -enable-bare-slash-regex +import AVFAudio +import AVFoundation +import CommonCrypto +@_exported import DCUniVideo +import Foundation +import IJKMediaFrameworkWithSSL +import MediaPlayer +import Swift +import UIKit +import UniDCSVProgressHUD +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +public enum HJDanmakuType : Swift.String { + case HJDanmakuTypeLR + case HJDanmakuTypeFT + case HJDanmakuTypeFB + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@objc open class HJDanmakuModel : ObjectiveC.NSObject { + public var time: CoreFoundation.CGFloat + final public let danmakuType: DCUniVideo.HJDanmakuType + public init(danmakuType: DCUniVideo.HJDanmakuType) + @objc deinit +} +public enum HJDanmakuMode { + case HJDanmakuModeVideo + case HJDanmakuModeLive + public static func == (a: DCUniVideo.HJDanmakuMode, b: DCUniVideo.HJDanmakuMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +open class HJDanmakuConfiguration { + public var duration: CoreFoundation.CGFloat + public var tolerance: CoreFoundation.CGFloat + public var numberOfLines: Swift.Int + public var cellHeight: CoreFoundation.CGFloat + public var maxShowCount: Swift.Int + public init(danmakuMode: DCUniVideo.HJDanmakuMode) + @objc deinit +} +public protocol ViewPresent { + associatedtype View + var view: Self.View { get set } +} +public protocol UniVideoPlayerProtocol : AnyObject { + func getCookieString(_ url: Foundation.URL) -> Swift.String? + func getCurrentUA() -> Swift.String + func sendEvent(_ name: Swift.String, _ params: [Swift.String : Any]?) + func loadImage(_ url: Swift.String, _ complete: @escaping (UIKit.UIImage) -> Swift.Void) + func videoPlayerExitFullScreen(_ orientation: UIKit.UIInterfaceOrientation) + func videoPlayerEnterFullScreen(_ orientation: UIKit.UIInterfaceOrientation) + func lockScreen() + func unlockScreen() + func setFullScreen(_ yesOrNo: Swift.Bool) + func setHomeIndicatorAutoHidden(_ yesOrNo: Swift.Bool) + func setTempOrientation(_ temp: UIKit.UIInterfaceOrientationMask) + func configSupportOrientation(_ orientation: UIKit.UIInterfaceOrientation) -> Swift.Bool + func setDeviceInterfaceOrientation(_ orientation: UIKit.UIInterfaceOrientation) + func h5Path2SysPath(_ path: Swift.String, _ basePath: Swift.String?) -> Swift.String + func workRootPath() -> Swift.String + func videoCacheDir() -> Swift.String +} +final public class UniVideoPlayerViewPresent : DCUniVideo.ViewPresent { + public typealias View = DCUniVideo.UniVideoPlayerView + final public var view: DCUniVideo.UniVideoPlayerViewPresent.View + final public var config: DCUniVideo.UniVideoPlayerConfig + weak final public var delegate: (any DCUniVideo.UniVideoPlayerProtocol)? { + get + set + } + final public var contentView: UIKit.UIView { + get + set + } + public init(_ config: DCUniVideo.UniVideoPlayerConfig, _ delegate: (any DCUniVideo.UniVideoPlayerProtocol)?, _ frame: CoreFoundation.CGRect = .zero) + @objc deinit + final public func updateViewFrame(_ rect: CoreFoundation.CGRect) +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func play() + final public func pause() + final public func stop() + final public func palybackRate(_ rate: Swift.String) + final public func destroy() + final public func showStatusBar() + final public func hideStatusBar() +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func sendDanmu(_ danmu: [Swift.String : Any]) + final public func clearDanmu() +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func seek(_ position: Swift.Float) +} +public enum UniVideoPlayerDirection : Swift.Int { + case normal + case left + case right + case auto + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum UniVideoPlayerPlayStrategy : Swift.Int { + case common + case smooth + case m3u8_smooth + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public class UniVideoPlayerConfig : ObjectiveC.NSObject { + public init(options: [Swift.AnyHashable : Any]?) + public static func direction(_ value: Any) -> DCUniVideo.UniVideoPlayerDirection + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class UniVideoPlayerView : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToSuperview() + @objc deinit +} +extension DCUniVideo.UniVideoPlayerView : UIKit.UIGestureRecognizerDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIKit.UIGestureRecognizer) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldReceive touch: UIKit.UITouch) -> Swift.Bool +} +public enum HJDanmakuCellSelectionStyle { + case HJDanmakuCellSelectionStyleNone + case HJDanmakuCellSelectionStyleDefault + public static func == (a: DCUniVideo.HJDanmakuCellSelectionStyle, b: DCUniVideo.HJDanmakuCellSelectionStyle) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +@objc @_Concurrency.MainActor(unsafe) open class HJDanmakuCell : UIKit.UIView { + @_Concurrency.MainActor(unsafe) public var zIndex: Swift.Int + @_Concurrency.MainActor(unsafe) public var selectionStyle: DCUniVideo.HJDanmakuCellSelectionStyle + @_Concurrency.MainActor(unsafe) public var textLabel: UIKit.UILabel { + get + } + @_Concurrency.MainActor(unsafe) required public init(reuseIdentifier: Swift.String) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) open func prepareForReuse() + @objc deinit +} +public struct HJDanmakuTime { + public var time: CoreFoundation.CGFloat + public var interval: CoreFoundation.CGFloat + public func MaxTime() -> CoreFoundation.CGFloat +} +public class HJDanmakuAgent { + public init(danmakuModel: DCUniVideo.HJDanmakuModel) + @objc deinit +} +@_hasMissingDesignatedInitializers public class HJDanmakuSource { + public func prepareDanmakus(_ danmakus: Swift.Array, completion: @escaping () -> Swift.Void) + @discardableResult + public func sendDanmaku(_ danmaku: DCUniVideo.HJDanmakuModel, forceRender force: Swift.Bool) -> DCUniVideo.HJDanmakuAgent? + public func sendDanmakus(_ danmakus: Swift.Array) + public func fetchDanmakuAgents(forTime time: DCUniVideo.HJDanmakuTime) -> Swift.Array? + @objc deinit +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class HJDanmakuVideoSource : DCUniVideo.HJDanmakuSource { + override public func prepareDanmakus(_ danmakus: Swift.Array, completion: @escaping () -> Swift.Void) + override public func sendDanmaku(_ danmaku: DCUniVideo.HJDanmakuModel, forceRender force: Swift.Bool) -> DCUniVideo.HJDanmakuAgent? + override public func sendDanmakus(_ danmakus: Swift.Array) + override public func fetchDanmakuAgents(forTime time: DCUniVideo.HJDanmakuTime) -> Swift.Array? + @objc deinit +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class HJDanmakuLiveSource : DCUniVideo.HJDanmakuSource { + override public func prepareDanmakus(_ danmakus: Swift.Array, completion: @escaping () -> Swift.Void) + override public func sendDanmaku(_ danmaku: DCUniVideo.HJDanmakuModel, forceRender force: Swift.Bool) -> DCUniVideo.HJDanmakuAgent? + override public func sendDanmakus(_ danmakus: Swift.Array) + override public func fetchDanmakuAgents(forTime time: DCUniVideo.HJDanmakuTime) -> Swift.Array? + @objc deinit +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func setControlValue(_ value: Any?, _ key: Swift.String) +} +public protocol HJDanmakuViewDelegate : ObjectiveC.NSObjectProtocol { + func prepareCompletedWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, shouldRenderDanmaku danmaku: DCUniVideo.HJDanmakuModel) -> Swift.Bool + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, willDisplayCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, didEndDisplayCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, shouldSelectCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) -> Swift.Bool + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, didSelectCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) +} +extension DCUniVideo.HJDanmakuViewDelegate { + public func prepareCompleted(_ danmakuView: DCUniVideo.HJDanmakuView) + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, shouldRenderDanmaku danmaku: DCUniVideo.HJDanmakuModel) -> Swift.Bool + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, willDisplayCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, didEndDisplayCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, shouldSelectCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) -> Swift.Bool + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, didSelectCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) +} +public protocol HJDanmakuViewDateSource : ObjectiveC.NSObjectProtocol { + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, widthForDanmaku danmaku: DCUniVideo.HJDanmakuModel) -> CoreFoundation.CGFloat + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, cellForDanmaku danmaku: DCUniVideo.HJDanmakuModel) -> DCUniVideo.HJDanmakuCell + func playTimeWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) -> CoreFoundation.CGFloat + func bufferingWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) -> Swift.Bool +} +extension DCUniVideo.HJDanmakuViewDateSource { + public func playTimeWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) -> CoreFoundation.CGFloat + public func bufferingWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) -> Swift.Bool +} +@objc @_Concurrency.MainActor(unsafe) open class HJDanmakuView : UIKit.UIView { + @_Concurrency.MainActor(unsafe) weak open var dataSource: (any DCUniVideo.HJDanmakuViewDateSource)? + @_Concurrency.MainActor(unsafe) weak open var delegate: (any DCUniVideo.HJDanmakuViewDelegate)? + @_Concurrency.MainActor(unsafe) public var isPrepared: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var isPlaying: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) final public let configuration: DCUniVideo.HJDanmakuConfiguration + @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, configuration: DCUniVideo.HJDanmakuConfiguration) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) public func prepareDanmakus(_ danmakus: Swift.Array?) + @_Concurrency.MainActor(unsafe) public func play() + @_Concurrency.MainActor(unsafe) public func pause() + @_Concurrency.MainActor(unsafe) public func stop() + @_Concurrency.MainActor(unsafe) public func clearScreen() + @_Concurrency.MainActor(unsafe) @objc override dynamic open func sizeToFit() + @_Concurrency.MainActor(unsafe) public func sendDanmaku(_ danmaku: DCUniVideo.HJDanmakuModel, forceRender force: Swift.Bool) + @_Concurrency.MainActor(unsafe) public func sendDanmakus(_ danmakus: Swift.Array) + @_Concurrency.MainActor(unsafe) public func danmakuForVisibleCell(_ danmakuCell: DCUniVideo.HJDanmakuCell) -> DCUniVideo.HJDanmakuModel? + @_Concurrency.MainActor(unsafe) public var visibleCells: Swift.Array { + get + } + @objc deinit +} +extension DCUniVideo.HJDanmakuView { + @_Concurrency.MainActor(unsafe) @objc override dynamic open func hitTest(_ point: CoreFoundation.CGPoint, with event: UIKit.UIEvent?) -> UIKit.UIView? + @_Concurrency.MainActor(unsafe) @objc override dynamic open func touchesBegan(_ touches: Swift.Set, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func touchesMoved(_ touches: Swift.Set, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func touchesEnded(_ touches: Swift.Set, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func touchesCancelled(_ touches: Swift.Set, with event: UIKit.UIEvent?) +} +extension DCUniVideo.HJDanmakuView { + @_Concurrency.MainActor(unsafe) public func register(_ cellClass: DCUniVideo.HJDanmakuCell.Type, forCellReuseIdentifier identifier: Swift.String) + @_Concurrency.MainActor(unsafe) public func dequeueReusableCell(withIdentifier identifier: Swift.String) -> DCUniVideo.HJDanmakuCell? +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func requestFullScreen(_ direction: DCUniVideo.UniVideoPlayerDirection) + final public func exitFullScreenForJS() +} +extension DCUniVideo.HJDanmakuType : Swift.Equatable {} +extension DCUniVideo.HJDanmakuType : Swift.Hashable {} +extension DCUniVideo.HJDanmakuType : Swift.RawRepresentable {} +extension DCUniVideo.HJDanmakuMode : Swift.Equatable {} +extension DCUniVideo.HJDanmakuMode : Swift.Hashable {} +extension DCUniVideo.UniVideoPlayerDirection : Swift.Equatable {} +extension DCUniVideo.UniVideoPlayerDirection : Swift.Hashable {} +extension DCUniVideo.UniVideoPlayerDirection : Swift.RawRepresentable {} +extension DCUniVideo.UniVideoPlayerPlayStrategy : Swift.Equatable {} +extension DCUniVideo.UniVideoPlayerPlayStrategy : Swift.Hashable {} +extension DCUniVideo.UniVideoPlayerPlayStrategy : Swift.RawRepresentable {} +extension DCUniVideo.HJDanmakuCellSelectionStyle : Swift.Equatable {} +extension DCUniVideo.HJDanmakuCellSelectionStyle : Swift.Hashable {} diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Modules/module.modulemap b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Modules/module.modulemap new file mode 100644 index 0000000000000000000000000000000000000000..99fd4bf09e410e545754bebccad7328df6c404ef --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64/DCUniVideo.framework/Modules/module.modulemap @@ -0,0 +1,11 @@ +framework module DCUniVideo { + umbrella header "DCUniVideo.h" + export * + + module * { export * } +} + +module DCUniVideo.Swift { + header "DCUniVideo-Swift.h" + requires objc +} diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/DCUniVideo b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/DCUniVideo new file mode 100644 index 0000000000000000000000000000000000000000..b8b03d976f5f3983bcfc0dc1dda0e1c04c2c35f5 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/DCUniVideo differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Headers/DCUniVideo-Swift.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Headers/DCUniVideo-Swift.h new file mode 100644 index 0000000000000000000000000000000000000000..a46204d439963a1a80629661f04b2d62324bc106 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Headers/DCUniVideo-Swift.h @@ -0,0 +1,750 @@ +#if 0 +#elif defined(__arm64__) && __arm64__ +// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +#ifndef DCUNIVIDEO_SWIFT_H +#define DCUNIVIDEO_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) +#include +#endif +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else +#include +#include +#include +#include +#endif +#if defined(__cplusplus) +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#endif + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif +#endif +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif +#endif +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif +#endif +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif +#endif +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif +#endif +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif +#endif +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif +#endif +#if defined(__OBJC__) +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +@import CoreFoundation; +@import Foundation; +@import ObjectiveC; +@import UIKit; +#endif + +#endif +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="DCUniVideo",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) +@class NSCoder; + +SWIFT_CLASS("_TtC10DCUniVideo13HJDanmakuCell") +@interface HJDanmakuCell : UIView +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC10DCUniVideo14HJDanmakuModel") +@interface HJDanmakuModel : NSObject +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +SWIFT_CLASS("_TtC10DCUniVideo13HJDanmakuView") +@interface HJDanmakuView : UIView +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; +- (void)sizeToFit; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + + +@class UIEvent; +@class UITouch; + +@interface HJDanmakuView (SWIFT_EXTENSION(DCUniVideo)) +- (UIView * _Nullable)hitTest:(CGPoint)point withEvent:(UIEvent * _Nullable)event SWIFT_WARN_UNUSED_RESULT; +- (void)touchesBegan:(NSSet * _Nonnull)touches withEvent:(UIEvent * _Nullable)event; +- (void)touchesMoved:(NSSet * _Nonnull)touches withEvent:(UIEvent * _Nullable)event; +- (void)touchesEnded:(NSSet * _Nonnull)touches withEvent:(UIEvent * _Nullable)event; +- (void)touchesCancelled:(NSSet * _Nonnull)touches withEvent:(UIEvent * _Nullable)event; +@end + + + + +SWIFT_CLASS("_TtC10DCUniVideo20UniVideoPlayerConfig") +@interface UniVideoPlayerConfig : NSObject +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +SWIFT_CLASS("_TtC10DCUniVideo18UniVideoPlayerView") +@interface UniVideoPlayerView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (void)layoutSubviews; +- (void)didMoveToSuperview; +@end + + + +@class UIGestureRecognizer; + +@interface UniVideoPlayerView (SWIFT_EXTENSION(DCUniVideo)) +- (BOOL)gestureRecognizer:(UIGestureRecognizer * _Nonnull)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer * _Nonnull)otherGestureRecognizer SWIFT_WARN_UNUSED_RESULT; +- (BOOL)gestureRecognizer:(UIGestureRecognizer * _Nonnull)gestureRecognizer shouldReceiveTouch:(UITouch * _Nonnull)touch SWIFT_WARN_UNUSED_RESULT; +@end + +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__cplusplus) +#endif +#pragma clang diagnostic pop +#endif + +#elif defined(__x86_64__) && __x86_64__ +// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +#ifndef DCUNIVIDEO_SWIFT_H +#define DCUNIVIDEO_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) +#include +#endif +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else +#include +#include +#include +#include +#endif +#if defined(__cplusplus) +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#endif + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif +#endif +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif +#endif +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif +#endif +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif +#endif +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif +#endif +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif +#endif +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif +#endif +#if defined(__OBJC__) +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +@import CoreFoundation; +@import Foundation; +@import ObjectiveC; +@import UIKit; +#endif + +#endif +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="DCUniVideo",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) +@class NSCoder; + +SWIFT_CLASS("_TtC10DCUniVideo13HJDanmakuCell") +@interface HJDanmakuCell : UIView +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC10DCUniVideo14HJDanmakuModel") +@interface HJDanmakuModel : NSObject +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +SWIFT_CLASS("_TtC10DCUniVideo13HJDanmakuView") +@interface HJDanmakuView : UIView +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; +- (void)sizeToFit; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + + +@class UIEvent; +@class UITouch; + +@interface HJDanmakuView (SWIFT_EXTENSION(DCUniVideo)) +- (UIView * _Nullable)hitTest:(CGPoint)point withEvent:(UIEvent * _Nullable)event SWIFT_WARN_UNUSED_RESULT; +- (void)touchesBegan:(NSSet * _Nonnull)touches withEvent:(UIEvent * _Nullable)event; +- (void)touchesMoved:(NSSet * _Nonnull)touches withEvent:(UIEvent * _Nullable)event; +- (void)touchesEnded:(NSSet * _Nonnull)touches withEvent:(UIEvent * _Nullable)event; +- (void)touchesCancelled:(NSSet * _Nonnull)touches withEvent:(UIEvent * _Nullable)event; +@end + + + + +SWIFT_CLASS("_TtC10DCUniVideo20UniVideoPlayerConfig") +@interface UniVideoPlayerConfig : NSObject +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +SWIFT_CLASS("_TtC10DCUniVideo18UniVideoPlayerView") +@interface UniVideoPlayerView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (void)layoutSubviews; +- (void)didMoveToSuperview; +@end + + + +@class UIGestureRecognizer; + +@interface UniVideoPlayerView (SWIFT_EXTENSION(DCUniVideo)) +- (BOOL)gestureRecognizer:(UIGestureRecognizer * _Nonnull)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer * _Nonnull)otherGestureRecognizer SWIFT_WARN_UNUSED_RESULT; +- (BOOL)gestureRecognizer:(UIGestureRecognizer * _Nonnull)gestureRecognizer shouldReceiveTouch:(UITouch * _Nonnull)touch SWIFT_WARN_UNUSED_RESULT; +@end + +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__cplusplus) +#endif +#pragma clang diagnostic pop +#endif + +#else +#error unsupported Swift architecture +#endif diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Headers/DCUniVideo.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Headers/DCUniVideo.h new file mode 100644 index 0000000000000000000000000000000000000000..9087f5b98331949a7cefcfb419ed070c1df35870 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Headers/DCUniVideo.h @@ -0,0 +1,18 @@ +// +// DCUniVideo.h +// DCUniVideo +// +// Created by lizhongyi on 2023/5/17. +// + +#import + +//! Project version number for DCUniVideo. +FOUNDATION_EXPORT double DCUniVideoVersionNumber; + +//! Project version string for DCUniVideo. +FOUNDATION_EXPORT const unsigned char DCUniVideoVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import +#import + diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Headers/UIControl+EnlargeTouchArea.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Headers/UIControl+EnlargeTouchArea.h new file mode 100644 index 0000000000000000000000000000000000000000..f5a4f1bf5dcb18203e21a54bfde4b7df29c94cab --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Headers/UIControl+EnlargeTouchArea.h @@ -0,0 +1,13 @@ + +#import + + +@interface UIControl (EnlargeTouchArea) + +/** + * 扩大 UIButton 的点击范围 + * 控制上下左右的延长范围 + */ +- (void)dc_setEnlargeEdgeWithTop:(CGFloat)top right:(CGFloat)right bottom:(CGFloat)bottom left:(CGFloat)left; + +@end diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Info.plist b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Info.plist new file mode 100644 index 0000000000000000000000000000000000000000..2a145565cb515db03a6ae47cc32fb315f53e99d7 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Info.plist differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo new file mode 100644 index 0000000000000000000000000000000000000000..1072d7b5c91154eeb8c9d89d01c631088477b5a1 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo new file mode 100644 index 0000000000000000000000000000000000000000..73941b401341278c49a195eb14ee9031ed70e9c9 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/arm64-apple-ios-simulator.abi.json b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/arm64-apple-ios-simulator.abi.json new file mode 100644 index 0000000000000000000000000000000000000000..4bd22e1b8af1d2b5c24d335415fe555244d0eba8 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -0,0 +1,14482 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuType", + "printedName": "HJDanmakuType", + "children": [ + { + "kind": "Var", + "name": "HJDanmakuTypeLR", + "printedName": "HJDanmakuTypeLR", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.HJDanmakuType.Type) -> DCUniVideo.HJDanmakuType", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.HJDanmakuType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo13HJDanmakuTypeO0cD2LRyA2CmF", + "mangledName": "$s10DCUniVideo13HJDanmakuTypeO0cD2LRyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "HJDanmakuTypeFT", + "printedName": "HJDanmakuTypeFT", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.HJDanmakuType.Type) -> DCUniVideo.HJDanmakuType", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.HJDanmakuType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo13HJDanmakuTypeO0cD2FTyA2CmF", + "mangledName": "$s10DCUniVideo13HJDanmakuTypeO0cD2FTyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "HJDanmakuTypeFB", + "printedName": "HJDanmakuTypeFB", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.HJDanmakuType.Type) -> DCUniVideo.HJDanmakuType", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.HJDanmakuType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo13HJDanmakuTypeO0cD2FByA2CmF", + "mangledName": "$s10DCUniVideo13HJDanmakuTypeO0cD2FByA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuType?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo13HJDanmakuTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10DCUniVideo13HJDanmakuTypeO8rawValueACSgSS_tcfc", + "moduleName": "DCUniVideo", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuTypeO8rawValueSSvp", + "mangledName": "$s10DCUniVideo13HJDanmakuTypeO8rawValueSSvp", + "moduleName": "DCUniVideo", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuTypeO8rawValueSSvg", + "mangledName": "$s10DCUniVideo13HJDanmakuTypeO8rawValueSSvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10DCUniVideo13HJDanmakuTypeO", + "mangledName": "$s10DCUniVideo13HJDanmakuTypeO", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuModel", + "printedName": "HJDanmakuModel", + "children": [ + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo14HJDanmakuModelC4time14CoreFoundation7CGFloatVvp", + "mangledName": "$s10DCUniVideo14HJDanmakuModelC4time12CoreGraphics7CGFloatVvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo14HJDanmakuModelC4time14CoreFoundation7CGFloatVvg", + "mangledName": "$s10DCUniVideo14HJDanmakuModelC4time12CoreGraphics7CGFloatVvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo14HJDanmakuModelC4time14CoreFoundation7CGFloatVvs", + "mangledName": "$s10DCUniVideo14HJDanmakuModelC4time12CoreGraphics7CGFloatVvs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo14HJDanmakuModelC4time14CoreFoundation7CGFloatVvM", + "mangledName": "$s10DCUniVideo14HJDanmakuModelC4time12CoreGraphics7CGFloatVvM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "danmakuType", + "printedName": "danmakuType", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo14HJDanmakuModelC11danmakuTypeAA0cF0Ovp", + "mangledName": "$s10DCUniVideo14HJDanmakuModelC11danmakuTypeAA0cF0Ovp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo14HJDanmakuModelC11danmakuTypeAA0cF0Ovg", + "mangledName": "$s10DCUniVideo14HJDanmakuModelC11danmakuTypeAA0cF0Ovg", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(danmakuType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo14HJDanmakuModelC11danmakuTypeAcA0cF0O_tcfc", + "mangledName": "$s10DCUniVideo14HJDanmakuModelC11danmakuTypeAcA0cF0O_tcfc", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Constructor", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel(im)init", + "mangledName": "$s10DCUniVideo14HJDanmakuModelCACycfc", + "moduleName": "DCUniVideo", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel", + "mangledName": "$s10DCUniVideo14HJDanmakuModelC", + "moduleName": "DCUniVideo", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CommonCrypto", + "printedName": "CommonCrypto", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "MediaPlayer", + "printedName": "MediaPlayer", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuMode", + "printedName": "HJDanmakuMode", + "children": [ + { + "kind": "Var", + "name": "HJDanmakuModeVideo", + "printedName": "HJDanmakuModeVideo", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.HJDanmakuMode.Type) -> DCUniVideo.HJDanmakuMode", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuMode", + "printedName": "DCUniVideo.HJDanmakuMode", + "usr": "s:10DCUniVideo13HJDanmakuModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.HJDanmakuMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuMode", + "printedName": "DCUniVideo.HJDanmakuMode", + "usr": "s:10DCUniVideo13HJDanmakuModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo13HJDanmakuModeO0cdB0yA2CmF", + "mangledName": "$s10DCUniVideo13HJDanmakuModeO0cdB0yA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "HJDanmakuModeLive", + "printedName": "HJDanmakuModeLive", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.HJDanmakuMode.Type) -> DCUniVideo.HJDanmakuMode", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuMode", + "printedName": "DCUniVideo.HJDanmakuMode", + "usr": "s:10DCUniVideo13HJDanmakuModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.HJDanmakuMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuMode", + "printedName": "DCUniVideo.HJDanmakuMode", + "usr": "s:10DCUniVideo13HJDanmakuModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo13HJDanmakuModeO0cD4LiveyA2CmF", + "mangledName": "$s10DCUniVideo13HJDanmakuModeO0cD4LiveyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuMode", + "printedName": "DCUniVideo.HJDanmakuMode", + "usr": "s:10DCUniVideo13HJDanmakuModeO" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuMode", + "printedName": "DCUniVideo.HJDanmakuMode", + "usr": "s:10DCUniVideo13HJDanmakuModeO" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s10DCUniVideo13HJDanmakuModeO2eeoiySbAC_ACtFZ", + "moduleName": "DCUniVideo", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuModeO9hashValueSivp", + "mangledName": "$s10DCUniVideo13HJDanmakuModeO9hashValueSivp", + "moduleName": "DCUniVideo", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuModeO9hashValueSivg", + "mangledName": "$s10DCUniVideo13HJDanmakuModeO9hashValueSivg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s10DCUniVideo13HJDanmakuModeO4hash4intoys6HasherVz_tF", + "moduleName": "DCUniVideo", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:10DCUniVideo13HJDanmakuModeO", + "mangledName": "$s10DCUniVideo13HJDanmakuModeO", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuConfiguration", + "printedName": "HJDanmakuConfiguration", + "children": [ + { + "kind": "Var", + "name": "duration", + "printedName": "duration", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC8duration14CoreFoundation7CGFloatVvp", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC8duration12CoreGraphics7CGFloatVvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC8duration14CoreFoundation7CGFloatVvg", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC8duration12CoreGraphics7CGFloatVvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC8duration14CoreFoundation7CGFloatVvs", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC8duration12CoreGraphics7CGFloatVvs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC8duration14CoreFoundation7CGFloatVvM", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC8duration12CoreGraphics7CGFloatVvM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "tolerance", + "printedName": "tolerance", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC9tolerance14CoreFoundation7CGFloatVvp", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC9tolerance12CoreGraphics7CGFloatVvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC9tolerance14CoreFoundation7CGFloatVvg", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC9tolerance12CoreGraphics7CGFloatVvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC9tolerance14CoreFoundation7CGFloatVvs", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC9tolerance12CoreGraphics7CGFloatVvs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC9tolerance14CoreFoundation7CGFloatVvM", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC9tolerance12CoreGraphics7CGFloatVvM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "numberOfLines", + "printedName": "numberOfLines", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC13numberOfLinesSivp", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC13numberOfLinesSivp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC13numberOfLinesSivg", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC13numberOfLinesSivg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC13numberOfLinesSivs", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC13numberOfLinesSivs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC13numberOfLinesSivM", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC13numberOfLinesSivM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "cellHeight", + "printedName": "cellHeight", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC10cellHeight14CoreFoundation7CGFloatVvp", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC10cellHeight12CoreGraphics7CGFloatVvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC10cellHeight14CoreFoundation7CGFloatVvg", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC10cellHeight12CoreGraphics7CGFloatVvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC10cellHeight14CoreFoundation7CGFloatVvs", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC10cellHeight12CoreGraphics7CGFloatVvs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC10cellHeight14CoreFoundation7CGFloatVvM", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC10cellHeight12CoreGraphics7CGFloatVvM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "maxShowCount", + "printedName": "maxShowCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC12maxShowCountSivp", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC12maxShowCountSivp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC12maxShowCountSivg", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC12maxShowCountSivg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC12maxShowCountSivs", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC12maxShowCountSivs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC12maxShowCountSivM", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC12maxShowCountSivM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(danmakuMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuConfiguration", + "printedName": "DCUniVideo.HJDanmakuConfiguration", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuMode", + "printedName": "DCUniVideo.HJDanmakuMode", + "usr": "s:10DCUniVideo13HJDanmakuModeO" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC11danmakuModeAcA0cF0O_tcfc", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC11danmakuModeAcA0cF0O_tcfc", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC", + "moduleName": "DCUniVideo", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ViewPresent", + "printedName": "ViewPresent", + "children": [ + { + "kind": "AssociatedType", + "name": "View", + "printedName": "View", + "declKind": "AssociatedType", + "usr": "s:10DCUniVideo11ViewPresentP0C0Qa", + "mangledName": "$s10DCUniVideo11ViewPresentP0C0Qa", + "moduleName": "DCUniVideo", + "protocolReq": true + }, + { + "kind": "Var", + "name": "view", + "printedName": "view", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.View" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo11ViewPresentP4view0C0Qzvp", + "mangledName": "$s10DCUniVideo11ViewPresentP4view0C0Qzvp", + "moduleName": "DCUniVideo", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.View" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo11ViewPresentP4view0C0Qzvg", + "mangledName": "$s10DCUniVideo11ViewPresentP4view0C0Qzvg", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.ViewPresent>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.View" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo11ViewPresentP4view0C0Qzvs", + "mangledName": "$s10DCUniVideo11ViewPresentP4view0C0Qzvs", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.ViewPresent>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo11ViewPresentP4view0C0QzvM", + "mangledName": "$s10DCUniVideo11ViewPresentP4view0C0QzvM", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.ViewPresent>", + "sugared_genericSig": "", + "protocolReq": true, + "implicit": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:10DCUniVideo11ViewPresentP", + "mangledName": "$s10DCUniVideo11ViewPresentP", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "IJKMediaFrameworkWithSSL", + "printedName": "IJKMediaFrameworkWithSSL", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "UniDCSVProgressHUD", + "printedName": "UniDCSVProgressHUD", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "TypeDecl", + "name": "UniVideoPlayerProtocol", + "printedName": "UniVideoPlayerProtocol", + "children": [ + { + "kind": "Function", + "name": "getCookieString", + "printedName": "getCookieString(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP15getCookieStringySSSg10Foundation3URLVF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP15getCookieStringySSSg10Foundation3URLVF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getCurrentUA", + "printedName": "getCurrentUA()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP12getCurrentUASSyF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP12getCurrentUASSyF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendEvent", + "printedName": "sendEvent(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP9sendEventyySS_SDySSypGSgtF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP9sendEventyySS_SDySSypGSgtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadImage", + "printedName": "loadImage(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIImage) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ] + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP9loadImageyySS_ySo7UIImageCctF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP9loadImageyySS_ySo7UIImageCctF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "videoPlayerExitFullScreen", + "printedName": "videoPlayerExitFullScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIInterfaceOrientation", + "printedName": "UIKit.UIInterfaceOrientation", + "usr": "c:@E@UIInterfaceOrientation" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP05videoD14ExitFullScreenyySo22UIInterfaceOrientationVF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP05videoD14ExitFullScreenyySo22UIInterfaceOrientationVF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "videoPlayerEnterFullScreen", + "printedName": "videoPlayerEnterFullScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIInterfaceOrientation", + "printedName": "UIKit.UIInterfaceOrientation", + "usr": "c:@E@UIInterfaceOrientation" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP05videoD15EnterFullScreenyySo22UIInterfaceOrientationVF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP05videoD15EnterFullScreenyySo22UIInterfaceOrientationVF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "lockScreen", + "printedName": "lockScreen()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP10lockScreenyyF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP10lockScreenyyF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unlockScreen", + "printedName": "unlockScreen()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP12unlockScreenyyF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP12unlockScreenyyF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFullScreen", + "printedName": "setFullScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP13setFullScreenyySbF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP13setFullScreenyySbF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setHomeIndicatorAutoHidden", + "printedName": "setHomeIndicatorAutoHidden(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP26setHomeIndicatorAutoHiddenyySbF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP26setHomeIndicatorAutoHiddenyySbF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setTempOrientation", + "printedName": "setTempOrientation(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIInterfaceOrientationMask", + "printedName": "UIKit.UIInterfaceOrientationMask", + "usr": "c:@E@UIInterfaceOrientationMask" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP18setTempOrientationyySo011UIInterfaceH4MaskVF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP18setTempOrientationyySo011UIInterfaceH4MaskVF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configSupportOrientation", + "printedName": "configSupportOrientation(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UIInterfaceOrientation", + "printedName": "UIKit.UIInterfaceOrientation", + "usr": "c:@E@UIInterfaceOrientation" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP24configSupportOrientationySbSo011UIInterfaceH0VF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP24configSupportOrientationySbSo011UIInterfaceH0VF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setDeviceInterfaceOrientation", + "printedName": "setDeviceInterfaceOrientation(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIInterfaceOrientation", + "printedName": "UIKit.UIInterfaceOrientation", + "usr": "c:@E@UIInterfaceOrientation" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP29setDeviceInterfaceOrientationyySo011UIInterfaceI0VF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP29setDeviceInterfaceOrientationyySo011UIInterfaceI0VF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "h5Path2SysPath", + "printedName": "h5Path2SysPath(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP14h5Path2SysPathyS2S_SSSgtF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP14h5Path2SysPathyS2S_SSSgtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "workRootPath", + "printedName": "workRootPath()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP12workRootPathSSyF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP12workRootPathSSyF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "videoCacheDir", + "printedName": "videoCacheDir()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP13videoCacheDirSSyF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP13videoCacheDirSSyF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "UniVideoPlayerViewPresent", + "printedName": "UniVideoPlayerViewPresent", + "children": [ + { + "kind": "Var", + "name": "view", + "printedName": "view", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerView", + "printedName": "DCUniVideo.UniVideoPlayerView", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerView" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC4viewAA0cbdE0Cvp", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC4viewAA0cbdE0Cvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerView", + "printedName": "DCUniVideo.UniVideoPlayerView", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerView" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC4viewAA0cbdE0Cvg", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC4viewAA0cbdE0Cvg", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UniVideoPlayerView", + "printedName": "DCUniVideo.UniVideoPlayerView", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerView" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC4viewAA0cbdE0Cvs", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC4viewAA0cbdE0Cvs", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC4viewAA0cbdE0CvM", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC4viewAA0cbdE0CvM", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "config", + "printedName": "config", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerConfig", + "printedName": "DCUniVideo.UniVideoPlayerConfig", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerConfig" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC6configAA0cbD6ConfigCvp", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC6configAA0cbD6ConfigCvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerConfig", + "printedName": "DCUniVideo.UniVideoPlayerConfig", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerConfig" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC6configAA0cbD6ConfigCvg", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC6configAA0cbD6ConfigCvg", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UniVideoPlayerConfig", + "printedName": "DCUniVideo.UniVideoPlayerConfig", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerConfig" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC6configAA0cbD6ConfigCvs", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC6configAA0cbD6ConfigCvs", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC6configAA0cbD6ConfigCvM", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC6configAA0cbD6ConfigCvM", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "DCUniVideo.UniVideoPlayerProtocol?" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC8delegateAA0cbD8Protocol_pSgvp", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC8delegateAA0cbD8Protocol_pSgvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "ReferenceOwnership", + "AccessControl" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.UniVideoPlayerProtocol?", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerProtocol", + "printedName": "DCUniVideo.UniVideoPlayerProtocol", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC8delegateAA0cbD8Protocol_pSgvg", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC8delegateAA0cbD8Protocol_pSgvg", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.UniVideoPlayerProtocol?", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerProtocol", + "printedName": "DCUniVideo.UniVideoPlayerProtocol", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC8delegateAA0cbD8Protocol_pSgvs", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC8delegateAA0cbD8Protocol_pSgvs", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC8delegateAA0cbD8Protocol_pSgvM", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC8delegateAA0cbD8Protocol_pSgvM", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentView", + "printedName": "contentView", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC07contentE0So6UIViewCvp", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC07contentE0So6UIViewCvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "Lazy", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC07contentE0So6UIViewCvg", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC07contentE0So6UIViewCvg", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC07contentE0So6UIViewCvs", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC07contentE0So6UIViewCvs", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC07contentE0So6UIViewCvM", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC07contentE0So6UIViewCvM", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerViewPresent", + "printedName": "DCUniVideo.UniVideoPlayerViewPresent", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC" + }, + { + "kind": "TypeNominal", + "name": "UniVideoPlayerConfig", + "printedName": "DCUniVideo.UniVideoPlayerConfig", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerConfig" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.UniVideoPlayerProtocol?", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerProtocol", + "printedName": "DCUniVideo.UniVideoPlayerProtocol", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "hasDefaultArg": true, + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentCyAcA0cbD6ConfigC_AA0cbD8Protocol_pSgSo6CGRectVtcfc", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentCyAcA0cbD6ConfigC_AA0cbD8Protocol_pSgSo6CGRectVtcfc", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "updateViewFrame", + "printedName": "updateViewFrame(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC06updateE5FrameyySo6CGRectVF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC06updateE5FrameyySo6CGRectVF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC4playyyF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC4playyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC5pauseyyF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC5pauseyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC4stopyyF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC4stopyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "palybackRate", + "printedName": "palybackRate(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC12palybackRateyySSF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC12palybackRateyySSF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "destroy", + "printedName": "destroy()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC7destroyyyF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC7destroyyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "showStatusBar", + "printedName": "showStatusBar()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC13showStatusBaryyF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC13showStatusBaryyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hideStatusBar", + "printedName": "hideStatusBar()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC13hideStatusBaryyF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC13hideStatusBaryyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmu", + "printedName": "sendDanmu(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC9sendDanmuyySDySSypGF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC9sendDanmuyySDySSypGF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearDanmu", + "printedName": "clearDanmu()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC10clearDanmuyyF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC10clearDanmuyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "seek", + "printedName": "seek(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC4seekyySfF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC4seekyySfF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setControlValue", + "printedName": "setControlValue(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC15setControlValueyyypSg_SStF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC15setControlValueyyypSg_SStF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "requestFullScreen", + "printedName": "requestFullScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC17requestFullScreenyyAA0cbD9DirectionOF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC17requestFullScreenyyAA0cbD9DirectionOF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "exitFullScreenForJS", + "printedName": "exitFullScreenForJS()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC19exitFullScreenForJSyyF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC19exitFullScreenForJSyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ViewPresent", + "printedName": "ViewPresent", + "children": [ + { + "kind": "TypeWitness", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerView", + "printedName": "DCUniVideo.UniVideoPlayerView", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerView" + } + ] + } + ], + "usr": "s:10DCUniVideo11ViewPresentP", + "mangledName": "$s10DCUniVideo11ViewPresentP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "IJKMediaFrameworkWithSSL", + "printedName": "IJKMediaFrameworkWithSSL", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "UniVideoPlayerDirection", + "printedName": "UniVideoPlayerDirection", + "children": [ + { + "kind": "Var", + "name": "normal", + "printedName": "normal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.UniVideoPlayerDirection.Type) -> DCUniVideo.UniVideoPlayerDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.UniVideoPlayerDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO6normalyA2CmF", + "mangledName": "$s10DCUniVideo03UniB15PlayerDirectionO6normalyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "left", + "printedName": "left", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.UniVideoPlayerDirection.Type) -> DCUniVideo.UniVideoPlayerDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.UniVideoPlayerDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO4leftyA2CmF", + "mangledName": "$s10DCUniVideo03UniB15PlayerDirectionO4leftyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "right", + "printedName": "right", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.UniVideoPlayerDirection.Type) -> DCUniVideo.UniVideoPlayerDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.UniVideoPlayerDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO5rightyA2CmF", + "mangledName": "$s10DCUniVideo03UniB15PlayerDirectionO5rightyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "auto", + "printedName": "auto", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.UniVideoPlayerDirection.Type) -> DCUniVideo.UniVideoPlayerDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.UniVideoPlayerDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO4autoyA2CmF", + "mangledName": "$s10DCUniVideo03UniB15PlayerDirectionO4autoyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.UniVideoPlayerDirection?", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO8rawValueACSgSi_tcfc", + "mangledName": "$s10DCUniVideo03UniB15PlayerDirectionO8rawValueACSgSi_tcfc", + "moduleName": "DCUniVideo", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO8rawValueSivp", + "mangledName": "$s10DCUniVideo03UniB15PlayerDirectionO8rawValueSivp", + "moduleName": "DCUniVideo", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO8rawValueSivg", + "mangledName": "$s10DCUniVideo03UniB15PlayerDirectionO8rawValueSivg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO", + "mangledName": "$s10DCUniVideo03UniB15PlayerDirectionO", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UniVideoPlayerPlayStrategy", + "printedName": "UniVideoPlayerPlayStrategy", + "children": [ + { + "kind": "Var", + "name": "common", + "printedName": "common", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.UniVideoPlayerPlayStrategy.Type) -> DCUniVideo.UniVideoPlayerPlayStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerPlayStrategy", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerPlayStrategy", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO6commonyA2CmF", + "mangledName": "$s10DCUniVideo03UniB18PlayerPlayStrategyO6commonyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "smooth", + "printedName": "smooth", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.UniVideoPlayerPlayStrategy.Type) -> DCUniVideo.UniVideoPlayerPlayStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerPlayStrategy", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerPlayStrategy", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO6smoothyA2CmF", + "mangledName": "$s10DCUniVideo03UniB18PlayerPlayStrategyO6smoothyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "m3u8_smooth", + "printedName": "m3u8_smooth", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.UniVideoPlayerPlayStrategy.Type) -> DCUniVideo.UniVideoPlayerPlayStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerPlayStrategy", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerPlayStrategy", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO11m3u8_smoothyA2CmF", + "mangledName": "$s10DCUniVideo03UniB18PlayerPlayStrategyO11m3u8_smoothyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy?", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerPlayStrategy", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO8rawValueACSgSi_tcfc", + "mangledName": "$s10DCUniVideo03UniB18PlayerPlayStrategyO8rawValueACSgSi_tcfc", + "moduleName": "DCUniVideo", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO8rawValueSivp", + "mangledName": "$s10DCUniVideo03UniB18PlayerPlayStrategyO8rawValueSivp", + "moduleName": "DCUniVideo", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO8rawValueSivg", + "mangledName": "$s10DCUniVideo03UniB18PlayerPlayStrategyO8rawValueSivg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO", + "mangledName": "$s10DCUniVideo03UniB18PlayerPlayStrategyO", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UniVideoPlayerConfig", + "printedName": "UniVideoPlayerConfig", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerConfig", + "printedName": "DCUniVideo.UniVideoPlayerConfig", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerConfig" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.AnyHashable : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.AnyHashable : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyHashable", + "printedName": "Swift.AnyHashable", + "usr": "s:s11AnyHashableV" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo03UniB12PlayerConfigC7optionsACSDys11AnyHashableVypGSg_tcfc", + "mangledName": "$s10DCUniVideo03UniB12PlayerConfigC7optionsACSDys11AnyHashableVypGSg_tcfc", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "direction", + "printedName": "direction(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB12PlayerConfigC9directionyAA0cbD9DirectionOypFZ", + "mangledName": "$s10DCUniVideo03UniB12PlayerConfigC9directionyAA0cbD9DirectionOypFZ", + "moduleName": "DCUniVideo", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerConfig", + "printedName": "DCUniVideo.UniVideoPlayerConfig", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerConfig" + } + ], + "declKind": "Constructor", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerConfig(im)init", + "mangledName": "$s10DCUniVideo03UniB12PlayerConfigCACycfc", + "moduleName": "DCUniVideo", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerConfig", + "mangledName": "$s10DCUniVideo03UniB12PlayerConfigC", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "TypeDecl", + "name": "UniVideoPlayerView", + "printedName": "UniVideoPlayerView", + "children": [ + { + "kind": "Function", + "name": "layoutSubviews", + "printedName": "layoutSubviews()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerView(im)layoutSubviews", + "mangledName": "$s10DCUniVideo03UniB10PlayerViewC14layoutSubviewsyyF", + "moduleName": "DCUniVideo", + "overriding": true, + "objc_name": "layoutSubviews", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didMoveToSuperview", + "printedName": "didMoveToSuperview()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerView(im)didMoveToSuperview", + "mangledName": "$s10DCUniVideo03UniB10PlayerViewC18didMoveToSuperviewyyF", + "moduleName": "DCUniVideo", + "overriding": true, + "objc_name": "didMoveToSuperview", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "gestureRecognizer", + "printedName": "gestureRecognizer(_:shouldRecognizeSimultaneouslyWith:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UIGestureRecognizer", + "printedName": "UIKit.UIGestureRecognizer", + "usr": "c:objc(cs)UIGestureRecognizer" + }, + { + "kind": "TypeNominal", + "name": "UIGestureRecognizer", + "printedName": "UIKit.UIGestureRecognizer", + "usr": "c:objc(cs)UIGestureRecognizer" + } + ], + "declKind": "Func", + "usr": "c:@CM@DCUniVideo@objc(cs)UniVideoPlayerView(im)gestureRecognizer:shouldRecognizeSimultaneouslyWithGestureRecognizer:", + "mangledName": "$s10DCUniVideo03UniB10PlayerViewC17gestureRecognizer_33shouldRecognizeSimultaneouslyWithSbSo09UIGestureG0C_AGtF", + "moduleName": "DCUniVideo", + "objc_name": "gestureRecognizer:shouldRecognizeSimultaneouslyWithGestureRecognizer:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "gestureRecognizer", + "printedName": "gestureRecognizer(_:shouldReceive:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UIGestureRecognizer", + "printedName": "UIKit.UIGestureRecognizer", + "usr": "c:objc(cs)UIGestureRecognizer" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "declKind": "Func", + "usr": "c:@CM@DCUniVideo@objc(cs)UniVideoPlayerView(im)gestureRecognizer:shouldReceiveTouch:", + "mangledName": "$s10DCUniVideo03UniB10PlayerViewC17gestureRecognizer_13shouldReceiveSbSo09UIGestureG0C_So7UITouchCtF", + "moduleName": "DCUniVideo", + "objc_name": "gestureRecognizer:shouldReceiveTouch:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerView", + "mangledName": "$s10DCUniVideo03UniB10PlayerViewC", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "HJDanmakuCellSelectionStyle", + "children": [ + { + "kind": "Var", + "name": "HJDanmakuCellSelectionStyleNone", + "printedName": "HJDanmakuCellSelectionStyleNone", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.HJDanmakuCellSelectionStyle.Type) -> DCUniVideo.HJDanmakuCellSelectionStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO0cdeF4NoneyA2CmF", + "mangledName": "$s10DCUniVideo27HJDanmakuCellSelectionStyleO0cdeF4NoneyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "HJDanmakuCellSelectionStyleDefault", + "printedName": "HJDanmakuCellSelectionStyleDefault", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.HJDanmakuCellSelectionStyle.Type) -> DCUniVideo.HJDanmakuCellSelectionStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO0cdeF7DefaultyA2CmF", + "mangledName": "$s10DCUniVideo27HJDanmakuCellSelectionStyleO0cdeF7DefaultyA2CmF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO2eeoiySbAC_ACtFZ", + "mangledName": "$s10DCUniVideo27HJDanmakuCellSelectionStyleO2eeoiySbAC_ACtFZ", + "moduleName": "DCUniVideo", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO9hashValueSivp", + "mangledName": "$s10DCUniVideo27HJDanmakuCellSelectionStyleO9hashValueSivp", + "moduleName": "DCUniVideo", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO9hashValueSivg", + "mangledName": "$s10DCUniVideo27HJDanmakuCellSelectionStyleO9hashValueSivg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO4hash4intoys6HasherVz_tF", + "mangledName": "$s10DCUniVideo27HJDanmakuCellSelectionStyleO4hash4intoys6HasherVz_tF", + "moduleName": "DCUniVideo", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO", + "mangledName": "$s10DCUniVideo27HJDanmakuCellSelectionStyleO", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuCell", + "printedName": "HJDanmakuCell", + "children": [ + { + "kind": "Var", + "name": "zIndex", + "printedName": "zIndex", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuCellC6zIndexSivp", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC6zIndexSivp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuCellC6zIndexSivg", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC6zIndexSivg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuCellC6zIndexSivs", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC6zIndexSivs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuCellC6zIndexSivM", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC6zIndexSivM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "selectionStyle", + "printedName": "selectionStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuCellC14selectionStyleAA0cd9SelectionF0Ovp", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC14selectionStyleAA0cd9SelectionF0Ovp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuCellC14selectionStyleAA0cd9SelectionF0Ovg", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC14selectionStyleAA0cd9SelectionF0Ovg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuCellC14selectionStyleAA0cd9SelectionF0Ovs", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC14selectionStyleAA0cd9SelectionF0Ovs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuCellC14selectionStyleAA0cd9SelectionF0OvM", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC14selectionStyleAA0cd9SelectionF0OvM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "textLabel", + "printedName": "textLabel", + "children": [ + { + "kind": "TypeNominal", + "name": "UILabel", + "printedName": "UIKit.UILabel", + "usr": "c:objc(cs)UILabel" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuCellC9textLabelSo7UILabelCvp", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC9textLabelSo7UILabelCvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "Lazy", + "SetterAccess", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UILabel", + "printedName": "UIKit.UILabel", + "usr": "c:objc(cs)UILabel" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuCellC9textLabelSo7UILabelCvg", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC9textLabelSo7UILabelCvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(reuseIdentifier:)", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo13HJDanmakuCellC15reuseIdentifierACSS_tcfc", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC15reuseIdentifierACSS_tcfc", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuCell?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell(im)initWithCoder:", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "DCUniVideo", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "prepareForReuse", + "printedName": "prepareForReuse()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuCellC15prepareForReuseyyF", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC15prepareForReuseyyF", + "moduleName": "DCUniVideo", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell(im)initWithFrame:", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC5frameACSo6CGRectV_tcfc", + "moduleName": "DCUniVideo", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC", + "moduleName": "DCUniVideo", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuTime", + "printedName": "HJDanmakuTime", + "children": [ + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuTimeV4time14CoreFoundation7CGFloatVvp", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV4time12CoreGraphics7CGFloatVvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuTimeV4time14CoreFoundation7CGFloatVvg", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV4time12CoreGraphics7CGFloatVvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuTimeV4time14CoreFoundation7CGFloatVvs", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV4time12CoreGraphics7CGFloatVvs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuTimeV4time14CoreFoundation7CGFloatVvM", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV4time12CoreGraphics7CGFloatVvM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "interval", + "printedName": "interval", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuTimeV8interval14CoreFoundation7CGFloatVvp", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV8interval12CoreGraphics7CGFloatVvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuTimeV8interval14CoreFoundation7CGFloatVvg", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV8interval12CoreGraphics7CGFloatVvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuTimeV8interval14CoreFoundation7CGFloatVvs", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV8interval12CoreGraphics7CGFloatVvs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuTimeV8interval14CoreFoundation7CGFloatVvM", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV8interval12CoreGraphics7CGFloatVvM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "MaxTime", + "printedName": "MaxTime()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuTimeV03MaxD014CoreFoundation7CGFloatVyF", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV03MaxD012CoreGraphics7CGFloatVyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10DCUniVideo13HJDanmakuTimeV", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuAgent", + "printedName": "HJDanmakuAgent", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(danmakuModel:)", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuAgent", + "printedName": "DCUniVideo.HJDanmakuAgent", + "usr": "s:10DCUniVideo14HJDanmakuAgentC" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo14HJDanmakuAgentC12danmakuModelAcA0cF0C_tcfc", + "mangledName": "$s10DCUniVideo14HJDanmakuAgentC12danmakuModelAcA0cF0C_tcfc", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "s:10DCUniVideo14HJDanmakuAgentC", + "mangledName": "$s10DCUniVideo14HJDanmakuAgentC", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuSource", + "printedName": "HJDanmakuSource", + "children": [ + { + "kind": "Function", + "name": "prepareDanmakus", + "printedName": "prepareDanmakus(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo15HJDanmakuSourceC15prepareDanmakus_10completionySayAA0C5ModelCG_yyctF", + "mangledName": "$s10DCUniVideo15HJDanmakuSourceC15prepareDanmakus_10completionySayAA0C5ModelCG_yyctF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmaku", + "printedName": "sendDanmaku(_:forceRender:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuAgent?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuAgent", + "printedName": "DCUniVideo.HJDanmakuAgent", + "usr": "s:10DCUniVideo14HJDanmakuAgentC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo15HJDanmakuSourceC11sendDanmaku_11forceRenderAA0C5AgentCSgAA0C5ModelC_SbtF", + "mangledName": "$s10DCUniVideo15HJDanmakuSourceC11sendDanmaku_11forceRenderAA0C5AgentCSgAA0C5ModelC_SbtF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl", + "DiscardableResult" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmakus", + "printedName": "sendDanmakus(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo15HJDanmakuSourceC12sendDanmakusyySayAA0C5ModelCGF", + "mangledName": "$s10DCUniVideo15HJDanmakuSourceC12sendDanmakusyySayAA0C5ModelCGF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "fetchDanmakuAgents", + "printedName": "fetchDanmakuAgents(forTime:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[DCUniVideo.HJDanmakuAgent]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuAgent]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuAgent", + "printedName": "DCUniVideo.HJDanmakuAgent", + "usr": "s:10DCUniVideo14HJDanmakuAgentC" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuTime", + "printedName": "DCUniVideo.HJDanmakuTime", + "usr": "s:10DCUniVideo13HJDanmakuTimeV" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo15HJDanmakuSourceC18fetchDanmakuAgents7forTimeSayAA0C5AgentCGSgAA0cI0V_tF", + "mangledName": "$s10DCUniVideo15HJDanmakuSourceC18fetchDanmakuAgents7forTimeSayAA0C5AgentCGSgAA0cI0V_tF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10DCUniVideo15HJDanmakuSourceC", + "mangledName": "$s10DCUniVideo15HJDanmakuSourceC", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuVideoSource", + "printedName": "HJDanmakuVideoSource", + "children": [ + { + "kind": "Function", + "name": "prepareDanmakus", + "printedName": "prepareDanmakus(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo09HJDanmakuB6SourceC15prepareDanmakus_10completionySayAA0C5ModelCG_yyctF", + "mangledName": "$s10DCUniVideo09HJDanmakuB6SourceC15prepareDanmakus_10completionySayAA0C5ModelCG_yyctF", + "moduleName": "DCUniVideo", + "overriding": true, + "declAttributes": [ + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmaku", + "printedName": "sendDanmaku(_:forceRender:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuAgent?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuAgent", + "printedName": "DCUniVideo.HJDanmakuAgent", + "usr": "s:10DCUniVideo14HJDanmakuAgentC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo09HJDanmakuB6SourceC11sendDanmaku_11forceRenderAA0C5AgentCSgAA0C5ModelC_SbtF", + "mangledName": "$s10DCUniVideo09HJDanmakuB6SourceC11sendDanmaku_11forceRenderAA0C5AgentCSgAA0C5ModelC_SbtF", + "moduleName": "DCUniVideo", + "overriding": true, + "declAttributes": [ + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmakus", + "printedName": "sendDanmakus(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo09HJDanmakuB6SourceC12sendDanmakusyySayAA0C5ModelCGF", + "mangledName": "$s10DCUniVideo09HJDanmakuB6SourceC12sendDanmakusyySayAA0C5ModelCGF", + "moduleName": "DCUniVideo", + "overriding": true, + "declAttributes": [ + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "fetchDanmakuAgents", + "printedName": "fetchDanmakuAgents(forTime:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[DCUniVideo.HJDanmakuAgent]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuAgent]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuAgent", + "printedName": "DCUniVideo.HJDanmakuAgent", + "usr": "s:10DCUniVideo14HJDanmakuAgentC" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuTime", + "printedName": "DCUniVideo.HJDanmakuTime", + "usr": "s:10DCUniVideo13HJDanmakuTimeV" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo09HJDanmakuB6SourceC18fetchDanmakuAgents7forTimeSayAA0C5AgentCGSgAA0cI0V_tF", + "mangledName": "$s10DCUniVideo09HJDanmakuB6SourceC18fetchDanmakuAgents7forTimeSayAA0C5AgentCGSgAA0cI0V_tF", + "moduleName": "DCUniVideo", + "overriding": true, + "declAttributes": [ + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10DCUniVideo09HJDanmakuB6SourceC", + "mangledName": "$s10DCUniVideo09HJDanmakuB6SourceC", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "superclassUsr": "s:10DCUniVideo15HJDanmakuSourceC", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "DCUniVideo.HJDanmakuSource" + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuLiveSource", + "printedName": "HJDanmakuLiveSource", + "children": [ + { + "kind": "Function", + "name": "prepareDanmakus", + "printedName": "prepareDanmakus(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo19HJDanmakuLiveSourceC15prepareDanmakus_10completionySayAA0C5ModelCG_yyctF", + "mangledName": "$s10DCUniVideo19HJDanmakuLiveSourceC15prepareDanmakus_10completionySayAA0C5ModelCG_yyctF", + "moduleName": "DCUniVideo", + "overriding": true, + "declAttributes": [ + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmaku", + "printedName": "sendDanmaku(_:forceRender:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuAgent?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuAgent", + "printedName": "DCUniVideo.HJDanmakuAgent", + "usr": "s:10DCUniVideo14HJDanmakuAgentC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo19HJDanmakuLiveSourceC11sendDanmaku_11forceRenderAA0C5AgentCSgAA0C5ModelC_SbtF", + "mangledName": "$s10DCUniVideo19HJDanmakuLiveSourceC11sendDanmaku_11forceRenderAA0C5AgentCSgAA0C5ModelC_SbtF", + "moduleName": "DCUniVideo", + "overriding": true, + "declAttributes": [ + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmakus", + "printedName": "sendDanmakus(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo19HJDanmakuLiveSourceC12sendDanmakusyySayAA0C5ModelCGF", + "mangledName": "$s10DCUniVideo19HJDanmakuLiveSourceC12sendDanmakusyySayAA0C5ModelCGF", + "moduleName": "DCUniVideo", + "overriding": true, + "declAttributes": [ + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "fetchDanmakuAgents", + "printedName": "fetchDanmakuAgents(forTime:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[DCUniVideo.HJDanmakuAgent]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuAgent]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuAgent", + "printedName": "DCUniVideo.HJDanmakuAgent", + "usr": "s:10DCUniVideo14HJDanmakuAgentC" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuTime", + "printedName": "DCUniVideo.HJDanmakuTime", + "usr": "s:10DCUniVideo13HJDanmakuTimeV" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo19HJDanmakuLiveSourceC18fetchDanmakuAgents7forTimeSayAA0C5AgentCGSgAA0cJ0V_tF", + "mangledName": "$s10DCUniVideo19HJDanmakuLiveSourceC18fetchDanmakuAgents7forTimeSayAA0C5AgentCGSgAA0cJ0V_tF", + "moduleName": "DCUniVideo", + "overriding": true, + "declAttributes": [ + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10DCUniVideo19HJDanmakuLiveSourceC", + "mangledName": "$s10DCUniVideo19HJDanmakuLiveSourceC", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "superclassUsr": "s:10DCUniVideo15HJDanmakuSourceC", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "DCUniVideo.HJDanmakuSource" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "AVFAudio", + "printedName": "AVFAudio", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuViewDelegate", + "printedName": "HJDanmakuViewDelegate", + "children": [ + { + "kind": "Function", + "name": "prepareCompletedWithDanmakuView", + "printedName": "prepareCompletedWithDanmakuView(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP027prepareCompletedWithDanmakuD0yyAA0cD0CF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegateP027prepareCompletedWithDanmakuD0yyAA0cD0CF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:shouldRenderDanmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_19shouldRenderDanmakuSbAA0cD0C_AA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_19shouldRenderDanmakuSbAA0cD0C_AA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:willDisplayCell:danmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_15willDisplayCell0F0yAA0cD0C_AA0cI0CAA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_15willDisplayCell0F0yAA0cD0C_AA0cI0CAA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:didEndDisplayCell:danmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_17didEndDisplayCell0F0yAA0cD0C_AA0cJ0CAA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_17didEndDisplayCell0F0yAA0cD0C_AA0cJ0CAA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:shouldSelectCell:danmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_16shouldSelectCell0F0SbAA0cD0C_AA0cI0CAA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_16shouldSelectCell0F0SbAA0cD0C_AA0cI0CAA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:didSelectCell:danmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_13didSelectCell0F0yAA0cD0C_AA0cI0CAA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_13didSelectCell0F0yAA0cD0C_AA0cI0CAA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "prepareCompleted", + "printedName": "prepareCompleted(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegatePAAE16prepareCompletedyyAA0cD0CF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegatePAAE16prepareCompletedyyAA0cD0CF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:shouldRenderDanmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_19shouldRenderDanmakuSbAA0cD0C_AA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_19shouldRenderDanmakuSbAA0cD0C_AA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:willDisplayCell:danmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_15willDisplayCell0F0yAA0cD0C_AA0cI0CAA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_15willDisplayCell0F0yAA0cD0C_AA0cI0CAA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:didEndDisplayCell:danmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_17didEndDisplayCell0F0yAA0cD0C_AA0cJ0CAA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_17didEndDisplayCell0F0yAA0cD0C_AA0cJ0CAA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:shouldSelectCell:danmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_16shouldSelectCell0F0SbAA0cD0C_AA0cI0CAA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_16shouldSelectCell0F0SbAA0cD0C_AA0cI0CAA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:didSelectCell:danmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_13didSelectCell0F0yAA0cD0C_AA0cI0CAA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_13didSelectCell0F0yAA0cD0C_AA0cI0CAA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegateP", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 : ObjectiveC.NSObjectProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuViewDateSource", + "printedName": "HJDanmakuViewDateSource", + "children": [ + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:widthForDanmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourceP07danmakuD0_15widthForDanmaku14CoreFoundation7CGFloatVAA0cD0C_AA0C5ModelCtF", + "mangledName": "$s10DCUniVideo23HJDanmakuViewDateSourceP07danmakuD0_15widthForDanmaku12CoreGraphics7CGFloatVAA0cD0C_AA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDateSource>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:cellForDanmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourceP07danmakuD0_14cellForDanmakuAA0C4CellCAA0cD0C_AA0C5ModelCtF", + "mangledName": "$s10DCUniVideo23HJDanmakuViewDateSourceP07danmakuD0_14cellForDanmakuAA0C4CellCAA0cD0C_AA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDateSource>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playTimeWithDanmakuView", + "printedName": "playTimeWithDanmakuView(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourceP019playTimeWithDanmakuD0y14CoreFoundation7CGFloatVAA0cD0CF", + "mangledName": "$s10DCUniVideo23HJDanmakuViewDateSourceP019playTimeWithDanmakuD0y12CoreGraphics7CGFloatVAA0cD0CF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDateSource>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bufferingWithDanmakuView", + "printedName": "bufferingWithDanmakuView(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourceP020bufferingWithDanmakuD0ySbAA0cD0CF", + "mangledName": "$s10DCUniVideo23HJDanmakuViewDateSourceP020bufferingWithDanmakuD0ySbAA0cD0CF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDateSource>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playTimeWithDanmakuView", + "printedName": "playTimeWithDanmakuView(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourcePAAE019playTimeWithDanmakuD0y14CoreFoundation7CGFloatVAA0cD0CF", + "mangledName": "$s10DCUniVideo23HJDanmakuViewDateSourcePAAE019playTimeWithDanmakuD0y12CoreGraphics7CGFloatVAA0cD0CF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDateSource>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bufferingWithDanmakuView", + "printedName": "bufferingWithDanmakuView(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourcePAAE020bufferingWithDanmakuD0ySbAA0cD0CF", + "mangledName": "$s10DCUniVideo23HJDanmakuViewDateSourcePAAE020bufferingWithDanmakuD0ySbAA0cD0CF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDateSource>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourceP", + "mangledName": "$s10DCUniVideo23HJDanmakuViewDateSourceP", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 : ObjectiveC.NSObjectProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuView", + "printedName": "HJDanmakuView", + "children": [ + { + "kind": "Var", + "name": "dataSource", + "printedName": "dataSource", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "DCUniVideo.HJDanmakuViewDateSource?" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuViewC10dataSourceAA0cd4DateF0_pSgvp", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC10dataSourceAA0cd4DateF0_pSgvp", + "moduleName": "DCUniVideo", + "isOpen": true, + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "ReferenceOwnership" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuViewDateSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuViewDateSource", + "printedName": "DCUniVideo.HJDanmakuViewDateSource", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourceP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC10dataSourceAA0cd4DateF0_pSgvg", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC10dataSourceAA0cd4DateF0_pSgvg", + "moduleName": "DCUniVideo", + "implicit": true, + "isOpen": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuViewDateSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuViewDateSource", + "printedName": "DCUniVideo.HJDanmakuViewDateSource", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourceP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC10dataSourceAA0cd4DateF0_pSgvs", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC10dataSourceAA0cd4DateF0_pSgvs", + "moduleName": "DCUniVideo", + "implicit": true, + "isOpen": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC10dataSourceAA0cd4DateF0_pSgvM", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC10dataSourceAA0cd4DateF0_pSgvM", + "moduleName": "DCUniVideo", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "DCUniVideo.HJDanmakuViewDelegate?" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuViewC8delegateAA0cD8Delegate_pSgvp", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC8delegateAA0cD8Delegate_pSgvp", + "moduleName": "DCUniVideo", + "isOpen": true, + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "ReferenceOwnership" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuViewDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuViewDelegate", + "printedName": "DCUniVideo.HJDanmakuViewDelegate", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC8delegateAA0cD8Delegate_pSgvg", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC8delegateAA0cD8Delegate_pSgvg", + "moduleName": "DCUniVideo", + "implicit": true, + "isOpen": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuViewDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuViewDelegate", + "printedName": "DCUniVideo.HJDanmakuViewDelegate", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC8delegateAA0cD8Delegate_pSgvs", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC8delegateAA0cD8Delegate_pSgvs", + "moduleName": "DCUniVideo", + "implicit": true, + "isOpen": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC8delegateAA0cD8Delegate_pSgvM", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC8delegateAA0cD8Delegate_pSgvM", + "moduleName": "DCUniVideo", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isPrepared", + "printedName": "isPrepared", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuViewC10isPreparedSbvp", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC10isPreparedSbvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC10isPreparedSbvg", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC10isPreparedSbvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isPlaying", + "printedName": "isPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuViewC9isPlayingSbvp", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC9isPlayingSbvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC9isPlayingSbvg", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC9isPlayingSbvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuConfiguration", + "printedName": "DCUniVideo.HJDanmakuConfiguration", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuViewC13configurationAA0C13ConfigurationCvp", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC13configurationAA0C13ConfigurationCvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuConfiguration", + "printedName": "DCUniVideo.HJDanmakuConfiguration", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC13configurationAA0C13ConfigurationCvg", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC13configurationAA0C13ConfigurationCvg", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuConfiguration", + "printedName": "DCUniVideo.HJDanmakuConfiguration", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo13HJDanmakuViewC5frame13configurationACSo6CGRectV_AA0C13ConfigurationCtcfc", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC5frame13configurationACSo6CGRectV_AA0C13ConfigurationCtcfc", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuView?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView(im)initWithCoder:", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "DCUniVideo", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "prepareDanmakus", + "printedName": "prepareDanmakus(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[DCUniVideo.HJDanmakuModel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC15prepareDanmakusyySayAA0C5ModelCGSgF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC15prepareDanmakusyySayAA0C5ModelCGSgF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC4playyyF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC4playyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC5pauseyyF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC5pauseyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC4stopyyF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC4stopyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearScreen", + "printedName": "clearScreen()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC11clearScreenyyF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC11clearScreenyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sizeToFit", + "printedName": "sizeToFit()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView(im)sizeToFit", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC9sizeToFityyF", + "moduleName": "DCUniVideo", + "overriding": true, + "isOpen": true, + "objc_name": "sizeToFit", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmaku", + "printedName": "sendDanmaku(_:forceRender:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC11sendDanmaku_11forceRenderyAA0C5ModelC_SbtF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC11sendDanmaku_11forceRenderyAA0C5ModelC_SbtF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmakus", + "printedName": "sendDanmakus(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC12sendDanmakusyySayAA0C5ModelCGF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC12sendDanmakusyySayAA0C5ModelCGF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuForVisibleCell", + "printedName": "danmakuForVisibleCell(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuModel?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC21danmakuForVisibleCellyAA0C5ModelCSgAA0cH0CF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC21danmakuForVisibleCellyAA0C5ModelCSgAA0cH0CF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "visibleCells", + "printedName": "visibleCells", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuCell]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuViewC12visibleCellsSayAA0C4CellCGvp", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC12visibleCellsSayAA0C4CellCGvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuCell]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC12visibleCellsSayAA0C4CellCGvg", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC12visibleCellsSayAA0C4CellCGvg", + "moduleName": "DCUniVideo", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView(im)initWithFrame:", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC5frameACSo6CGRectV_tcfc", + "moduleName": "DCUniVideo", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hitTest", + "printedName": "hitTest(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@DCUniVideo@objc(cs)HJDanmakuView(im)hitTest:withEvent:", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC7hitTest_4withSo6UIViewCSgSo7CGPointV_So7UIEventCSgtF", + "moduleName": "DCUniVideo", + "overriding": true, + "isOpen": true, + "objc_name": "hitTest:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "touchesBegan", + "printedName": "touchesBegan(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@DCUniVideo@objc(cs)HJDanmakuView(im)touchesBegan:withEvent:", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC12touchesBegan_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "DCUniVideo", + "overriding": true, + "isOpen": true, + "objc_name": "touchesBegan:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "touchesMoved", + "printedName": "touchesMoved(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@DCUniVideo@objc(cs)HJDanmakuView(im)touchesMoved:withEvent:", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC12touchesMoved_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "DCUniVideo", + "overriding": true, + "isOpen": true, + "objc_name": "touchesMoved:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "touchesEnded", + "printedName": "touchesEnded(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@DCUniVideo@objc(cs)HJDanmakuView(im)touchesEnded:withEvent:", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC12touchesEnded_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "DCUniVideo", + "overriding": true, + "isOpen": true, + "objc_name": "touchesEnded:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "touchesCancelled", + "printedName": "touchesCancelled(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@DCUniVideo@objc(cs)HJDanmakuView(im)touchesCancelled:withEvent:", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC16touchesCancelled_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "DCUniVideo", + "overriding": true, + "isOpen": true, + "objc_name": "touchesCancelled:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "register", + "printedName": "register(_:forCellReuseIdentifier:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.HJDanmakuCell.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + } + ] + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC8register_22forCellReuseIdentifieryAA0cG0Cm_SStF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC8register_22forCellReuseIdentifieryAA0cG0Cm_SStF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dequeueReusableCell", + "printedName": "dequeueReusableCell(withIdentifier:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuCell?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC19dequeueReusableCell14withIdentifierAA0cG0CSgSS_tF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC19dequeueReusableCell14withIdentifierAA0cG0CSgSS_tF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC", + "moduleName": "DCUniVideo", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "StringLiteral", + "offset": 712, + "length": 7, + "value": "\"false\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "BooleanLiteral", + "offset": 801, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "StringLiteral", + "offset": 829, + "length": 6, + "value": "\"true\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "BooleanLiteral", + "offset": 917, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "StringLiteral", + "offset": 944, + "length": 6, + "value": "\"none\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "BooleanLiteral", + "offset": 1108, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "StringLiteral", + "offset": 1154, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "StringLiteral", + "offset": 1180, + "length": 7, + "value": "\"false\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "StringLiteral", + "offset": 1210, + "length": 7, + "value": "\"FALSE\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "BooleanLiteral", + "offset": 1243, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "IntegerLiteral", + "offset": 4172, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuModel.swift", + "kind": "StringLiteral", + "offset": 160, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuModel.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuModel.swift", + "kind": "StringLiteral", + "offset": 222, + "length": 3, + "value": "\"2\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuModel.swift", + "kind": "StringLiteral", + "offset": 160, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuModel.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuModel.swift", + "kind": "StringLiteral", + "offset": 222, + "length": 3, + "value": "\"2\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuModel.swift", + "kind": "FloatLiteral", + "offset": 303, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuModel.swift", + "kind": "StringLiteral", + "offset": 240, + "length": 14, + "value": "\"DCUniVideo.HJDanmakuModel\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "IntegerLiteral", + "offset": 192, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "IntegerLiteral", + "offset": 198, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "IntegerLiteral", + "offset": 205, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 382, + "length": 19, + "value": "\"ijkio:cache:ffio:\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 727, + "length": 41, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 756, + "length": 1, + "value": "\".videoCache\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 801, + "length": 29, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 829, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 1153, + "length": 44, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 1182, + "length": 1, + "value": "\".videoCacheMap\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 1230, + "length": 29, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 1241, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 1258, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "IntegerLiteral", + "offset": 1509, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "BooleanLiteral", + "offset": 1544, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 1736, + "length": 23, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 1747, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 1758, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "BooleanLiteral", + "offset": 2090, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 2286, + "length": 23, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 2297, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 2308, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "BooleanLiteral", + "offset": 2664, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "BooleanLiteral", + "offset": 2787, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 3029, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "IntegerLiteral", + "offset": 3173, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 3360, + "length": 8, + "value": "\"%02hhx\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerVolumeView.swift", + "kind": "IntegerLiteral", + "offset": 361, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerVolumeView.swift", + "kind": "StringLiteral", + "offset": 705, + "length": 14, + "value": "\"video_volume\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerVolumeView.swift", + "kind": "StringLiteral", + "offset": 848, + "length": 16, + "value": "\"MPVolumeSlider\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerVolumeView.swift", + "kind": "StringLiteral", + "offset": 1013, + "length": 8, + "value": "\"音量\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerVolumeView.swift", + "kind": "StringLiteral", + "offset": 1089, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuConfiguration.swift", + "kind": "FloatLiteral", + "offset": 319, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuConfiguration.swift", + "kind": "FloatLiteral", + "offset": 459, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuConfiguration.swift", + "kind": "FloatLiteral", + "offset": 657, + "length": 4, + "value": "30.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 794, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 1802, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 1841, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 1881, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 1918, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 1966, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 2001, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 2039, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 2084, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 2125, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 2168, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 2209, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 2247, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 2280, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 2363, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "Array", + "offset": 2460, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 2709, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 3900, + "length": 22, + "value": "\"UIRequiresFullScreen\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 5029, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 5073, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 5243, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 5501, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 6089, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 6126, + "length": 6, + "value": "\"_doc\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 6166, + "length": 5, + "value": "\"..\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 6205, + "length": 4, + "value": "\".\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 6240, + "length": 18, + "value": "\"unifile:\/\/cache\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 6289, + "length": 16, + "value": "\"unifile:\/\/usr\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 6337, + "length": 20, + "value": "\"unifile:\/\/sandbox\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 6909, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7007, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7182, + "length": 6, + "value": "\"rtmp\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7211, + "length": 6, + "value": "\"rtsp\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 7257, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7304, + "length": 6, + "value": "\"rtsp\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7367, + "length": 5, + "value": "\"tcp\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7382, + "length": 16, + "value": "\"rtsp_transport\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 7475, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7486, + "length": 11, + "value": "\"reconnect\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 7552, + "length": 3, + "value": "512" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7565, + "length": 5, + "value": "\"vol\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 7650, + "length": 3, + "value": "256" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7663, + "length": 5, + "value": "\"vol\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7751, + "length": 6, + "value": "\"http\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7780, + "length": 7, + "value": "\"https\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7807, + "length": 7, + "value": "\".m3u8\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 7819, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7843, + "length": 7, + "value": "\".M3U8\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 7855, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 7894, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 8112, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 8125, + "length": 17, + "value": "\"dns_cache_clear\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 8330, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 8341, + "length": 22, + "value": "\"enable-accurate-seek\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 8696, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 8815, + "length": 24, + "value": "\"Cookie:\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 8838, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 8903, + "length": 9, + "value": "\"headers\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 9034, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9074, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9189, + "length": 3, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9200, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9229, + "length": 3, + "value": "\"_\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9240, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9294, + "length": 11, + "value": "\"useragent\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9393, + "length": 12, + "value": "\"user-agent\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9509, + "length": 21, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9516, + "length": 1, + "value": "\":\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9525, + "length": 1, + "value": "\"\r\n\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 9629, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9700, + "length": 9, + "value": "\"headers\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 9879, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9890, + "length": 8, + "value": "\"infbuf\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 9975, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9986, + "length": 9, + "value": "\"max-fps\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 10072, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 10083, + "length": 10, + "value": "\"opensles\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 10170, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 10181, + "length": 18, + "value": "\"mediacodec-mpeg4\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 10276, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 10287, + "length": 17, + "value": "\"mediacodec-hevc\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 10440, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 10451, + "length": 8, + "value": "\"infbuf\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 10536, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 10548, + "length": 9, + "value": "\"max-fps\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 10647, + "length": 38, + "value": "\"file,crypto,http,https,tls,tcp,ijkio\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 10695, + "length": 20, + "value": "\"protocol_whitelist\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 11028, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 11299, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 11310, + "length": 14, + "value": "\"videotoolbox\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 11416, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 11427, + "length": 14, + "value": "\"videotoolbox\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 11918, + "length": 17, + "value": "\"cache_file_path\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 12035, + "length": 16, + "value": "\"cache_map_path\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 12128, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 12139, + "length": 15, + "value": "\"auto_save_map\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 12231, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 12242, + "length": 17, + "value": "\"parse_cache_map\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 12383, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 12396, + "length": 20, + "value": "\"analyzemaxduration\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 12485, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 12496, + "length": 17, + "value": "\"analyzeduration\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 12582, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 12589, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 12601, + "length": 11, + "value": "\"probesize\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 12915, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 13531, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 13578, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 14026, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 14225, + "length": 16, + "value": "\"_formatOptions\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 14301, + "length": 12, + "value": "\"user-agent\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 14356, + "length": 11, + "value": "\"ijkplayer\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 14479, + "length": 12, + "value": "\"user_agent\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 14715, + "length": 6, + "value": "\"type\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 14765, + "length": 5, + "value": "\"key\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 14816, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "Array", + "offset": 14976, + "length": 36, + "value": "[\"format\", \"codec\", \"sws\", \"player\"]" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 15343, + "length": 8, + "value": "\"format\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 15448, + "length": 7, + "value": "\"codec\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 15551, + "length": 5, + "value": "\"sws\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 15650, + "length": 8, + "value": "\"player\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 16143, + "length": 8, + "value": "\"format\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 16273, + "length": 7, + "value": "\"codec\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 16401, + "length": 5, + "value": "\"sws\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 16525, + "length": 8, + "value": "\"player\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 17232, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 17504, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 17940, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 17990, + "length": 9, + "value": "\"0:00:00\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 18038, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 18078, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 18159, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 18188, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 18467, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 18574, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 18626, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 18795, + "length": 7, + "value": "\"error\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 18828, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 19031, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 19171, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 19487, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 19576, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 19788, + "length": 6, + "value": "\"play\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 19816, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 19992, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 20064, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 20311, + "length": 7, + "value": "\"pause\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 20629, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 20865, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 20893, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 21737, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 21773, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 22043, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 22284, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 23198, + "length": 6, + "value": "\"text\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 23277, + "length": 7, + "value": "\"color\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 23376, + "length": 6, + "value": "\"time\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 24607, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 24812, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 25024, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 25103, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 25537, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 25629, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 25684, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 25722, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 25822, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 26062, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 26121, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 26182, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 26499, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 26530, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 26617, + "length": 12, + "value": "\"timeupdate\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 26632, + "length": 8, + "value": "\"detail\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 26643, + "length": 13, + "value": "\"currentTime\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 26667, + "length": 10, + "value": "\"duration\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 27010, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 27024, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 27080, + "length": 3, + "value": "4.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 27307, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 27475, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 27620, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 27706, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 28616, + "length": 4, + "value": "3600" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 28651, + "length": 4, + "value": "3600" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 28659, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 28691, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 28728, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 28732, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 28740, + "length": 1, + "value": "\":\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 28745, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 28763, + "length": 57, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 28779, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 28796, + "length": 11, + "value": "\"%02d:%02d\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 28819, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 29103, + "length": 3, + "value": "1.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 149, + "length": 3, + "value": "155" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 326, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 369, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 382, + "length": 4, + "value": "0.22" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 394, + "length": 4, + "value": "0.21" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 407, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 602, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 615, + "length": 4, + "value": "0.22" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 627, + "length": 4, + "value": "0.21" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 640, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 925, + "length": 4, + "value": "0.97" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "Array", + "offset": 996, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1238, + "length": 2, + "value": "79" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1271, + "length": 2, + "value": "76" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1318, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 1367, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 1385, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1465, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "BooleanLiteral", + "offset": 1503, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1694, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1700, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1826, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1832, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1975, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1982, + "length": 3, + "value": "132" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2019, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2031, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 2116, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "StringLiteral", + "offset": 2187, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 2368, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 2390, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2680, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2686, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2717, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2747, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2766, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2770, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2819, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2824, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 3205, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 3209, + "length": 4, + "value": "15.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 3271, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 3480, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 3509, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 3601, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 3648, + "length": 3, + "value": "0.8" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 3684, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 1170, + "length": 54, + "value": "\"AVSystemController_SystemVolumeDidChangeNotification\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 2452, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 2529, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 2604, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 2711, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 2788, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 2863, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 3023, + "length": 55, + "value": "\"AVSystemController_AudioCategoryNotificationParameter\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 3155, + "length": 13, + "value": "\"Audio\/Video\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 3237, + "length": 65, + "value": "\"AVSystemController_AudioVolumeChangeReasonNotificationParameter\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 3396, + "length": 22, + "value": "\"ExplicitVolumeChange\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 3476, + "length": 53, + "value": "\"AVSystemController_AudioVolumeNotificationParameter\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 3992, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 4091, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 4231, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 4299, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 4420, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 4484, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 4602, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 4686, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 4751, + "length": 9, + "value": "\"waiting\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 5179, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 5305, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 5342, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 5373, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 5535, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 5710, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 5752, + "length": 7, + "value": "\"error\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 5796, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 5830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 6083, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 6145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "FloatLiteral", + "offset": 6149, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 6187, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 6303, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 6542, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 6597, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 6659, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 6781, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 6831, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 6888, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 6939, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 7291, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 7402, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 7451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 7580, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 7888, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 8149, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 8360, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "FloatLiteral", + "offset": 8502, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 8540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 8876, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 8918, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 8948, + "length": 7, + "value": "\"ended\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 9089, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 9136, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 256, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 270, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 285, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 256, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 270, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 285, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 256, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 270, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 285, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 544, + "length": 10, + "value": "\"hardware\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 575, + "length": 10, + "value": "\"software\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 544, + "length": 10, + "value": "\"hardware\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 575, + "length": 10, + "value": "\"software\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1156, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1172, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1156, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1172, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1156, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1172, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "FloatLiteral", + "offset": 1367, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "FloatLiteral", + "offset": 1427, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 1550, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 1740, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 1852, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 1915, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 1974, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 2034, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 2151, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 2469, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 2551, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 2646, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 2741, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 2839, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 2933, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 3029, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 3584, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 3690, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 3836, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 4443, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 5304, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 5453, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 7945, + "length": 9, + "value": "\"contain\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 7983, + "length": 6, + "value": "\"fill\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 8015, + "length": 7, + "value": "\"cover\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 8816, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 9435, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 9880, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 9922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 9974, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 10025, + "length": 3, + "value": "-90" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 1200, + "length": 20, + "value": "\"DCUniVideo.UniVideoPlayerConfig\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 517, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 775, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "StringLiteral", + "offset": 1007, + "length": 13, + "value": "\"player_play\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 1148, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 1478, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 1663, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 2379, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 2630, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 3024, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "StringLiteral", + "offset": 3560, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "FloatLiteral", + "offset": 3731, + "length": 4, + "value": "64.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 3901, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 3928, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 4112, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 4118, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 4265, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4533, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4583, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "FloatLiteral", + "offset": 4626, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 4837, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 4843, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 4943, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "StringLiteral", + "offset": 5028, + "length": 8, + "value": "\"detail\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "Dictionary", + "offset": 5038, + "length": 14, + "value": "[(\"show\", true)]" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "FloatLiteral", + "offset": 5226, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 5437, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 5574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 5676, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 5719, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "StringLiteral", + "offset": 5774, + "length": 8, + "value": "\"detail\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "Dictionary", + "offset": 5784, + "length": 15, + "value": "[(\"show\", false)]" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 5904, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 6121, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 6164, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 6243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 7002, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 7008, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "FloatLiteral", + "offset": 7157, + "length": 5, + "value": "155.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "FloatLiteral", + "offset": 7209, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "FloatLiteral", + "offset": 7259, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 7432, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 7835, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 8293, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 8906, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 8990, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 9020, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 9273, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 9304, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 9966, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuCell.swift", + "kind": "IntegerLiteral", + "offset": 322, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuCell.swift", + "kind": "StringLiteral", + "offset": 970, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuCell.swift", + "kind": "StringLiteral", + "offset": 269, + "length": 13, + "value": "\"DCUniVideo.HJDanmakuCell\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 167, + "length": 4, + "value": "16.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 208, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 244, + "length": 4, + "value": "44.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 282, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 889, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 924, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 960, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 1085, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 1224, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 1258, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 1479, + "length": 13, + "value": "\"player_stop\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 1541, + "length": 13, + "value": "\"player_play\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 1595, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 1606, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 1619, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 1631, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 1901, + "length": 18, + "value": "\"video_ic_muteoff\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 1968, + "length": 17, + "value": "\"video_ic_muteon\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 2026, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 2037, + "length": 3, + "value": "8.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 2050, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 2062, + "length": 3, + "value": "8.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 2178, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 2397, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 2473, + "length": 9, + "value": "\"0:00:00\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 2734, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 2810, + "length": 9, + "value": "\"0:00:00\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 3020, + "length": 14, + "value": "\"slider_thumb\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3103, + "length": 2, + "value": "66" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3108, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3120, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3124, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3135, + "length": 3, + "value": "191" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3141, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 3153, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3210, + "length": 3, + "value": "160" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3216, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3228, + "length": 3, + "value": "160" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3234, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3245, + "length": 3, + "value": "160" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3251, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 3263, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 3295, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 3928, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 4060, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 4210, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 4216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 4226, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 4238, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 4260, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 4312, + "length": 16, + "value": "\"exitfullscreen\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 4377, + "length": 12, + "value": "\"fullscreen\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 4430, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 4441, + "length": 4, + "value": "16.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 4455, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 4467, + "length": 3, + "value": "8.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 4871, + "length": 4, + "value": "21.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 4879, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 5025, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 5037, + "length": 3, + "value": "0.2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 5370, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 6117, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 6156, + "length": 4, + "value": "24.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 6218, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 6473, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 6513, + "length": 4, + "value": "24.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 6582, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 6986, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 7028, + "length": 4, + "value": "24.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 7091, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 7518, + "length": 4, + "value": "42.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 7560, + "length": 4, + "value": "24.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 7624, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 7946, + "length": 4, + "value": "14.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 7990, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 8603, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 8643, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 8701, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 9876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 9957, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 10013, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 10060, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 10128, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "BooleanLiteral", + "offset": 439, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 475, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 510, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 563, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 625, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 970, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "BooleanLiteral", + "offset": 1376, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "StringLiteral", + "offset": 1383, + "length": 25, + "value": "\"subClass implementation\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "BooleanLiteral", + "offset": 1560, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "StringLiteral", + "offset": 1567, + "length": 25, + "value": "\"subClass implementation\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "BooleanLiteral", + "offset": 1705, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "StringLiteral", + "offset": 1712, + "length": 25, + "value": "\"subClass implementation\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "BooleanLiteral", + "offset": 1857, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "StringLiteral", + "offset": 1864, + "length": 25, + "value": "\"subClass implementation\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 2003, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 2679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "BooleanLiteral", + "offset": 2972, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 3150, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 3369, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 3397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 4372, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 4913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 4980, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "FloatLiteral", + "offset": 4987, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "BooleanLiteral", + "offset": 5410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 5478, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 5608, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 7007, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 7117, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 7365, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 242, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 270, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 298, + "length": 10, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 383, + "length": 12, + "value": "5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 424, + "length": 12, + "value": "6" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 463, + "length": 13, + "value": "7" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 242, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 270, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 298, + "length": 10, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 383, + "length": 12, + "value": "5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 424, + "length": 12, + "value": "6" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 463, + "length": 13, + "value": "7" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 242, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 270, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 298, + "length": 10, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 383, + "length": 12, + "value": "5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 424, + "length": 12, + "value": "6" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 463, + "length": 13, + "value": "7" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "StringLiteral", + "offset": 1065, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "StringLiteral", + "offset": 1090, + "length": 21, + "value": "\"file:\/\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "StringLiteral", + "offset": 1110, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "StringLiteral", + "offset": 1852, + "length": 4, + "value": "\"up\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 2544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 2567, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 2592, + "length": 4, + "value": "-1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 2618, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "StringLiteral", + "offset": 2680, + "length": 7, + "value": "\"right\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 2953, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 2959, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 2965, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 2972, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 2991, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 3051, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 3074, + "length": 4, + "value": "-1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 3100, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 3125, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "StringLiteral", + "offset": 3197, + "length": 6, + "value": "\"left\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 3409, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 3434, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 3457, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 3480, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "StringLiteral", + "offset": 3550, + "length": 4, + "value": "\"up\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 3633, + "length": 4, + "value": "-1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 3659, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 3682, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 3705, + "length": 4, + "value": "-1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "StringLiteral", + "offset": 3775, + "length": 6, + "value": "\"down\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 4594, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 4655, + "length": 3, + "value": "600" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 5591, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 5598, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "StringLiteral", + "offset": 419, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "IntegerLiteral", + "offset": 458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 753, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 1263, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 1414, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "IntegerLiteral", + "offset": 1474, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 1695, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 2126, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 2555, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 3003, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 3464, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 4014, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 4354, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 4479, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "FloatLiteral", + "offset": 4617, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 4748, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 4868, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "IntegerLiteral", + "offset": 5000, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "IntegerLiteral", + "offset": 5004, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "IntegerLiteral", + "offset": 5125, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "IntegerLiteral", + "offset": 5250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 6278, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 6417, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "IntegerLiteral", + "offset": 6975, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "StringLiteral", + "offset": 8321, + "length": 9, + "value": "\"contain\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "StringLiteral", + "offset": 8359, + "length": 6, + "value": "\"fill\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "StringLiteral", + "offset": 8391, + "length": 7, + "value": "\"cover\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 210, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 226, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 2, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 254, + "length": 4, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 210, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 226, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 2, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 254, + "length": 4, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 210, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 226, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 2, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 254, + "length": 4, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "FloatLiteral", + "offset": 311, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 2302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 2405, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "BooleanLiteral", + "offset": 3106, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 303, + "length": 7, + "value": "\"click\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 434, + "length": 9, + "value": "\"screenX\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 454, + "length": 9, + "value": "\"screenY\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 474, + "length": 13, + "value": "\"screenWidth\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 522, + "length": 14, + "value": "\"screenHeight\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 604, + "length": 17, + "value": "\"fullscreenclick\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 624, + "length": 8, + "value": "\"detail\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 835, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 1483, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "IntegerLiteral", + "offset": 1533, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 1780, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 2008, + "length": 64, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 2071, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 2906, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 2922, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 3286, + "length": 4, + "value": "0.00" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 3302, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "IntegerLiteral", + "offset": 3410, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 3424, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 3499, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 3694, + "length": 4, + "value": "0.00" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 3793, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 3864, + "length": 4, + "value": "0.00" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 3964, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 4863, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 4879, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "IntegerLiteral", + "offset": 5037, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 5230, + "length": 16, + "value": "\"controlstoggle\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "IntegerLiteral", + "offset": 5611, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 5885, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 6061, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "IntegerLiteral", + "offset": 6113, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 6165, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 6277, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 7483, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 7530, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "StringLiteral", + "offset": 270, + "length": 8, + "value": "\"弹幕\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "FloatLiteral", + "offset": 326, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 430, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 487, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 645, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 650, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 662, + "length": 3, + "value": "150" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 668, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 680, + "length": 2, + "value": "53" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 685, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "FloatLiteral", + "offset": 697, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 1270, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 1357, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 1600, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 1673, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "FloatLiteral", + "offset": 1734, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "FloatLiteral", + "offset": 1799, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "StringLiteral", + "offset": 1959, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "BooleanLiteral", + "offset": 2346, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "BooleanLiteral", + "offset": 2774, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "FloatLiteral", + "offset": 3273, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "FloatLiteral", + "offset": 3347, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "FloatLiteral", + "offset": 3421, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "StringLiteral", + "offset": 3584, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 1633, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 2034, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 3310, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 3405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "FloatLiteral", + "offset": 3578, + "length": 3, + "value": "0.2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 3775, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 3821, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "StringLiteral", + "offset": 3975, + "length": 33, + "value": "\"com.olinone.danmaku.renderQueue\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "StringLiteral", + "offset": 4256, + "length": 33, + "value": "\"com.olinone.danmaku.sourceQueue\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 4343, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 4483, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 5352, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 5523, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "StringLiteral", + "offset": 5611, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 5806, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 5916, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 6217, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 6522, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 6550, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "StringLiteral", + "offset": 6557, + "length": 36, + "value": "\"configuration nil or duration <= 0\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 6680, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "StringLiteral", + "offset": 6687, + "length": 19, + "value": "\"isPrepared is NO!\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 6828, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "FloatLiteral", + "offset": 7109, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 7263, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 7390, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 7433, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 7538, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 7663, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 8930, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 9542, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "StringLiteral", + "offset": 3594, + "length": 13, + "value": "\"DCUniVideo.HJDanmakuView\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 12624, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 13043, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 13224, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 13997, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 14487, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 14571, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 15473, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 15789, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 16068, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 16116, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 16515, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 17583, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 17804, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 17910, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 18247, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 18683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 18996, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 19200, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 19248, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 19756, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 19784, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 19992, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 20010, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 20701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 20822, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 21469, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 21501, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 21800, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 21983, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 22011, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 22284, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 22517, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 22547, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 22739, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "FloatLiteral", + "offset": 22808, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 22866, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 23763, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 23944, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 23967, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 23998, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 24189, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "FloatLiteral", + "offset": 24258, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 24316, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 24637, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 24934, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 25278, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 25306, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 25487, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 25510, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 25541, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 25777, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 29228, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 29630, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 147, + "length": 5, + "value": "\"src\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 13, + "value": "\"initialTime\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 246, + "length": 10, + "value": "\"duration\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 295, + "length": 10, + "value": "\"controls\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 348, + "length": 13, + "value": "\"enableDanmu\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 401, + "length": 11, + "value": "\"danmuList\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 452, + "length": 10, + "value": "\"danmuBtn\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 501, + "length": 10, + "value": "\"autoplay\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 546, + "length": 6, + "value": "\"loop\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 588, + "length": 7, + "value": "\"muted\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 637, + "length": 13, + "value": "\"pageGesture\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 690, + "length": 11, + "value": "\"direction\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 744, + "length": 14, + "value": "\"showProgress\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 807, + "length": 19, + "value": "\"showFullscreenBtn\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 868, + "length": 13, + "value": "\"showPlayBtn\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 923, + "length": 13, + "value": "\"showMuteBtn\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 984, + "length": 19, + "value": "\"showCenterPlayBtn\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 23, + "value": "\"enableProgressGesture\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1118, + "length": 11, + "value": "\"objectFit\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1166, + "length": 8, + "value": "\"poster\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1216, + "length": 13, + "value": "\"showLoading\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1267, + "length": 8, + "value": "\"header\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1314, + "length": 10, + "value": "\"advanced\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1381, + "length": 27, + "value": "\"vslideGestureInFullscreen\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1447, + "length": 19, + "value": "\"enablePlayGesture\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1503, + "length": 7, + "value": "\"title\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1551, + "length": 11, + "value": "\"httpCache\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1606, + "length": 14, + "value": "\"playStrategy\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1657, + "length": 7, + "value": "\"codec\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 148, + "length": 4, + "value": "50.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "StringLiteral", + "offset": 455, + "length": 15, + "value": "\"backbarbutton\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 557, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 570, + "length": 4, + "value": "16.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 584, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 596, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 922, + "length": 4, + "value": "16.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "IntegerLiteral", + "offset": 1145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 1155, + "length": 3, + "value": "0.2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "StringLiteral", + "offset": 1296, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 1605, + "length": 4, + "value": "15.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 1619, + "length": 4, + "value": "30.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "IntegerLiteral", + "offset": 1659, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 1663, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 1713, + "length": 4, + "value": "16.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "IntegerLiteral", + "offset": 1786, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 2091, + "length": 4, + "value": "16.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "IntegerLiteral", + "offset": 2155, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBrightnessView.swift", + "kind": "StringLiteral", + "offset": 398, + "length": 20, + "value": "\"control_brightness\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBrightnessView.swift", + "kind": "StringLiteral", + "offset": 451, + "length": 8, + "value": "\"亮度\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBrightnessView.swift", + "kind": "StringLiteral", + "offset": 527, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBrightnessView.swift", + "kind": "StringLiteral", + "offset": 801, + "length": 12, + "value": "\"brightness\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBrightnessView.swift", + "kind": "StringLiteral", + "offset": 1269, + "length": 5, + "value": "\"new\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBrightnessView.swift", + "kind": "StringLiteral", + "offset": 1438, + "length": 12, + "value": "\"brightness\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "FloatLiteral", + "offset": 299, + "length": 3, + "value": "4.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "FloatLiteral", + "offset": 915, + "length": 4, + "value": "12.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 6, + "value": "\"play\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 1280, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "StringLiteral", + "offset": 1580, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 1875, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 1957, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2020, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2045, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "FloatLiteral", + "offset": 2124, + "length": 4, + "value": "45.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "FloatLiteral", + "offset": 2157, + "length": 4, + "value": "45.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2217, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2236, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2364, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2457, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2531, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2561, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2834, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2926, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "FloatLiteral", + "offset": 3003, + "length": 3, + "value": "0.8" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3041, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3081, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3286, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3325, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 3466, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 3509, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 3635, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3670, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3706, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3749, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "FloatLiteral", + "offset": 3828, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3896, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3931, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3973, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 366, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 420, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 457, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 1433, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 2166, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 2674, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 2904, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 3054, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 3113, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 3234, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 3293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 3540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 3584, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "FloatLiteral", + "offset": 3990, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 4301, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "StringLiteral", + "offset": 4389, + "length": 6, + "value": "\"13.0\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 4426, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "FloatLiteral", + "offset": 4566, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 4695, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 4714, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "FloatLiteral", + "offset": 4883, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 4895, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "FloatLiteral", + "offset": 5244, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 5256, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 5757, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 6021, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "FloatLiteral", + "offset": 6379, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 7205, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 7329, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 7363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 7728, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 7822, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 7873, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 8056, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 8110, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 8114, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 8183, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 8269, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 8751, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 8785, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "StringLiteral", + "offset": 9231, + "length": 8, + "value": "\"detail\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "StringLiteral", + "offset": 9242, + "length": 12, + "value": "\"fullScreen\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 9256, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "StringLiteral", + "offset": 9263, + "length": 11, + "value": "\"direction\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "StringLiteral", + "offset": 9276, + "length": 10, + "value": "\"vertical\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "StringLiteral", + "offset": 9335, + "length": 18, + "value": "\"fullscreenchange\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 282, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "BooleanLiteral", + "offset": 364, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "IntegerLiteral", + "offset": 488, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 660, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "BooleanLiteral", + "offset": 1074, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "StringLiteral", + "offset": 1154, + "length": 6, + "value": "\"cell\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "BooleanLiteral", + "offset": 1421, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 1614, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "BooleanLiteral", + "offset": 1628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 1773, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 1779, + "length": 5, + "value": "120.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 1834, + "length": 5, + "value": "120.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "IntegerLiteral", + "offset": 1891, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 2035, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "BooleanLiteral", + "offset": 2113, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 2235, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 2241, + "length": 5, + "value": "120.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 2280, + "length": 5, + "value": "120.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "IntegerLiteral", + "offset": 2321, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "BooleanLiteral", + "offset": 2624, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 2692, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "IntegerLiteral", + "offset": 2797, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "BooleanLiteral", + "offset": 2896, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "IntegerLiteral", + "offset": 3009, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "StringLiteral", + "offset": 502, + "length": 25, + "value": "\"DCUniVideo.UniVidePlayerDanmuManager\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 3291, + "length": 5, + "value": "120.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 3762, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 3791, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "StringLiteral", + "offset": 3986, + "length": 6, + "value": "\"cell\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "IntegerLiteral", + "offset": 4102, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "StringLiteral", + "offset": 4413, + "length": 6, + "value": "\"cell\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 401, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 1472, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 1542, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 2092, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 2154, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 2571, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 2655, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 2673, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "FloatLiteral", + "offset": 2717, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "FloatLiteral", + "offset": 2729, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 2781, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 2908, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 2979, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "FloatLiteral", + "offset": 3015, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "FloatLiteral", + "offset": 3027, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 3114, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 3120, + "length": 4, + "value": "0xFF" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "FloatLiteral", + "offset": 3128, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 3170, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 3175, + "length": 4, + "value": "0xFF" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "FloatLiteral", + "offset": 3183, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 3225, + "length": 4, + "value": "0xFF" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "FloatLiteral", + "offset": 3233, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "FloatLiteral", + "offset": 3247, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 3397, + "length": 12, + "value": "\"DCUniVideo\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 3419, + "length": 8, + "value": "\"bundle\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 3501, + "length": 26, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 3509, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 3522, + "length": 1, + "value": "\".png\"" + } + ] +} \ No newline at end of file diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface new file mode 100644 index 0000000000000000000000000000000000000000..b3bfd37dff190d515412046b0482384cb7f486d0 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -0,0 +1,274 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name DCUniVideo +// swift-module-flags-ignorable: -enable-bare-slash-regex +import AVFAudio +import AVFoundation +import CommonCrypto +@_exported import DCUniVideo +import Foundation +import IJKMediaFrameworkWithSSL +import MediaPlayer +import Swift +import UIKit +import UniDCSVProgressHUD +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +public enum HJDanmakuType : Swift.String { + case HJDanmakuTypeLR + case HJDanmakuTypeFT + case HJDanmakuTypeFB + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@objc open class HJDanmakuModel : ObjectiveC.NSObject { + public var time: CoreFoundation.CGFloat + final public let danmakuType: DCUniVideo.HJDanmakuType + public init(danmakuType: DCUniVideo.HJDanmakuType) + @objc deinit +} +public enum HJDanmakuMode { + case HJDanmakuModeVideo + case HJDanmakuModeLive + public static func == (a: DCUniVideo.HJDanmakuMode, b: DCUniVideo.HJDanmakuMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +open class HJDanmakuConfiguration { + public var duration: CoreFoundation.CGFloat + public var tolerance: CoreFoundation.CGFloat + public var numberOfLines: Swift.Int + public var cellHeight: CoreFoundation.CGFloat + public var maxShowCount: Swift.Int + public init(danmakuMode: DCUniVideo.HJDanmakuMode) + @objc deinit +} +public protocol ViewPresent { + associatedtype View + var view: Self.View { get set } +} +public protocol UniVideoPlayerProtocol : AnyObject { + func getCookieString(_ url: Foundation.URL) -> Swift.String? + func getCurrentUA() -> Swift.String + func sendEvent(_ name: Swift.String, _ params: [Swift.String : Any]?) + func loadImage(_ url: Swift.String, _ complete: @escaping (UIKit.UIImage) -> Swift.Void) + func videoPlayerExitFullScreen(_ orientation: UIKit.UIInterfaceOrientation) + func videoPlayerEnterFullScreen(_ orientation: UIKit.UIInterfaceOrientation) + func lockScreen() + func unlockScreen() + func setFullScreen(_ yesOrNo: Swift.Bool) + func setHomeIndicatorAutoHidden(_ yesOrNo: Swift.Bool) + func setTempOrientation(_ temp: UIKit.UIInterfaceOrientationMask) + func configSupportOrientation(_ orientation: UIKit.UIInterfaceOrientation) -> Swift.Bool + func setDeviceInterfaceOrientation(_ orientation: UIKit.UIInterfaceOrientation) + func h5Path2SysPath(_ path: Swift.String, _ basePath: Swift.String?) -> Swift.String + func workRootPath() -> Swift.String + func videoCacheDir() -> Swift.String +} +final public class UniVideoPlayerViewPresent : DCUniVideo.ViewPresent { + public typealias View = DCUniVideo.UniVideoPlayerView + final public var view: DCUniVideo.UniVideoPlayerViewPresent.View + final public var config: DCUniVideo.UniVideoPlayerConfig + weak final public var delegate: (any DCUniVideo.UniVideoPlayerProtocol)? { + get + set + } + final public var contentView: UIKit.UIView { + get + set + } + public init(_ config: DCUniVideo.UniVideoPlayerConfig, _ delegate: (any DCUniVideo.UniVideoPlayerProtocol)?, _ frame: CoreFoundation.CGRect = .zero) + @objc deinit + final public func updateViewFrame(_ rect: CoreFoundation.CGRect) +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func play() + final public func pause() + final public func stop() + final public func palybackRate(_ rate: Swift.String) + final public func destroy() + final public func showStatusBar() + final public func hideStatusBar() +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func sendDanmu(_ danmu: [Swift.String : Any]) + final public func clearDanmu() +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func seek(_ position: Swift.Float) +} +public enum UniVideoPlayerDirection : Swift.Int { + case normal + case left + case right + case auto + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum UniVideoPlayerPlayStrategy : Swift.Int { + case common + case smooth + case m3u8_smooth + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public class UniVideoPlayerConfig : ObjectiveC.NSObject { + public init(options: [Swift.AnyHashable : Any]?) + public static func direction(_ value: Any) -> DCUniVideo.UniVideoPlayerDirection + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class UniVideoPlayerView : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToSuperview() + @objc deinit +} +extension DCUniVideo.UniVideoPlayerView : UIKit.UIGestureRecognizerDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIKit.UIGestureRecognizer) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldReceive touch: UIKit.UITouch) -> Swift.Bool +} +public enum HJDanmakuCellSelectionStyle { + case HJDanmakuCellSelectionStyleNone + case HJDanmakuCellSelectionStyleDefault + public static func == (a: DCUniVideo.HJDanmakuCellSelectionStyle, b: DCUniVideo.HJDanmakuCellSelectionStyle) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +@objc @_Concurrency.MainActor(unsafe) open class HJDanmakuCell : UIKit.UIView { + @_Concurrency.MainActor(unsafe) public var zIndex: Swift.Int + @_Concurrency.MainActor(unsafe) public var selectionStyle: DCUniVideo.HJDanmakuCellSelectionStyle + @_Concurrency.MainActor(unsafe) public var textLabel: UIKit.UILabel { + get + } + @_Concurrency.MainActor(unsafe) required public init(reuseIdentifier: Swift.String) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) open func prepareForReuse() + @objc deinit +} +public struct HJDanmakuTime { + public var time: CoreFoundation.CGFloat + public var interval: CoreFoundation.CGFloat + public func MaxTime() -> CoreFoundation.CGFloat +} +public class HJDanmakuAgent { + public init(danmakuModel: DCUniVideo.HJDanmakuModel) + @objc deinit +} +@_hasMissingDesignatedInitializers public class HJDanmakuSource { + public func prepareDanmakus(_ danmakus: Swift.Array, completion: @escaping () -> Swift.Void) + @discardableResult + public func sendDanmaku(_ danmaku: DCUniVideo.HJDanmakuModel, forceRender force: Swift.Bool) -> DCUniVideo.HJDanmakuAgent? + public func sendDanmakus(_ danmakus: Swift.Array) + public func fetchDanmakuAgents(forTime time: DCUniVideo.HJDanmakuTime) -> Swift.Array? + @objc deinit +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class HJDanmakuVideoSource : DCUniVideo.HJDanmakuSource { + override public func prepareDanmakus(_ danmakus: Swift.Array, completion: @escaping () -> Swift.Void) + override public func sendDanmaku(_ danmaku: DCUniVideo.HJDanmakuModel, forceRender force: Swift.Bool) -> DCUniVideo.HJDanmakuAgent? + override public func sendDanmakus(_ danmakus: Swift.Array) + override public func fetchDanmakuAgents(forTime time: DCUniVideo.HJDanmakuTime) -> Swift.Array? + @objc deinit +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class HJDanmakuLiveSource : DCUniVideo.HJDanmakuSource { + override public func prepareDanmakus(_ danmakus: Swift.Array, completion: @escaping () -> Swift.Void) + override public func sendDanmaku(_ danmaku: DCUniVideo.HJDanmakuModel, forceRender force: Swift.Bool) -> DCUniVideo.HJDanmakuAgent? + override public func sendDanmakus(_ danmakus: Swift.Array) + override public func fetchDanmakuAgents(forTime time: DCUniVideo.HJDanmakuTime) -> Swift.Array? + @objc deinit +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func setControlValue(_ value: Any?, _ key: Swift.String) +} +public protocol HJDanmakuViewDelegate : ObjectiveC.NSObjectProtocol { + func prepareCompletedWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, shouldRenderDanmaku danmaku: DCUniVideo.HJDanmakuModel) -> Swift.Bool + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, willDisplayCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, didEndDisplayCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, shouldSelectCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) -> Swift.Bool + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, didSelectCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) +} +extension DCUniVideo.HJDanmakuViewDelegate { + public func prepareCompleted(_ danmakuView: DCUniVideo.HJDanmakuView) + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, shouldRenderDanmaku danmaku: DCUniVideo.HJDanmakuModel) -> Swift.Bool + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, willDisplayCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, didEndDisplayCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, shouldSelectCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) -> Swift.Bool + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, didSelectCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) +} +public protocol HJDanmakuViewDateSource : ObjectiveC.NSObjectProtocol { + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, widthForDanmaku danmaku: DCUniVideo.HJDanmakuModel) -> CoreFoundation.CGFloat + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, cellForDanmaku danmaku: DCUniVideo.HJDanmakuModel) -> DCUniVideo.HJDanmakuCell + func playTimeWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) -> CoreFoundation.CGFloat + func bufferingWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) -> Swift.Bool +} +extension DCUniVideo.HJDanmakuViewDateSource { + public func playTimeWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) -> CoreFoundation.CGFloat + public func bufferingWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) -> Swift.Bool +} +@objc @_Concurrency.MainActor(unsafe) open class HJDanmakuView : UIKit.UIView { + @_Concurrency.MainActor(unsafe) weak open var dataSource: (any DCUniVideo.HJDanmakuViewDateSource)? + @_Concurrency.MainActor(unsafe) weak open var delegate: (any DCUniVideo.HJDanmakuViewDelegate)? + @_Concurrency.MainActor(unsafe) public var isPrepared: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var isPlaying: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) final public let configuration: DCUniVideo.HJDanmakuConfiguration + @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, configuration: DCUniVideo.HJDanmakuConfiguration) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) public func prepareDanmakus(_ danmakus: Swift.Array?) + @_Concurrency.MainActor(unsafe) public func play() + @_Concurrency.MainActor(unsafe) public func pause() + @_Concurrency.MainActor(unsafe) public func stop() + @_Concurrency.MainActor(unsafe) public func clearScreen() + @_Concurrency.MainActor(unsafe) @objc override dynamic open func sizeToFit() + @_Concurrency.MainActor(unsafe) public func sendDanmaku(_ danmaku: DCUniVideo.HJDanmakuModel, forceRender force: Swift.Bool) + @_Concurrency.MainActor(unsafe) public func sendDanmakus(_ danmakus: Swift.Array) + @_Concurrency.MainActor(unsafe) public func danmakuForVisibleCell(_ danmakuCell: DCUniVideo.HJDanmakuCell) -> DCUniVideo.HJDanmakuModel? + @_Concurrency.MainActor(unsafe) public var visibleCells: Swift.Array { + get + } + @objc deinit +} +extension DCUniVideo.HJDanmakuView { + @_Concurrency.MainActor(unsafe) @objc override dynamic open func hitTest(_ point: CoreFoundation.CGPoint, with event: UIKit.UIEvent?) -> UIKit.UIView? + @_Concurrency.MainActor(unsafe) @objc override dynamic open func touchesBegan(_ touches: Swift.Set, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func touchesMoved(_ touches: Swift.Set, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func touchesEnded(_ touches: Swift.Set, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func touchesCancelled(_ touches: Swift.Set, with event: UIKit.UIEvent?) +} +extension DCUniVideo.HJDanmakuView { + @_Concurrency.MainActor(unsafe) public func register(_ cellClass: DCUniVideo.HJDanmakuCell.Type, forCellReuseIdentifier identifier: Swift.String) + @_Concurrency.MainActor(unsafe) public func dequeueReusableCell(withIdentifier identifier: Swift.String) -> DCUniVideo.HJDanmakuCell? +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func requestFullScreen(_ direction: DCUniVideo.UniVideoPlayerDirection) + final public func exitFullScreenForJS() +} +extension DCUniVideo.HJDanmakuType : Swift.Equatable {} +extension DCUniVideo.HJDanmakuType : Swift.Hashable {} +extension DCUniVideo.HJDanmakuType : Swift.RawRepresentable {} +extension DCUniVideo.HJDanmakuMode : Swift.Equatable {} +extension DCUniVideo.HJDanmakuMode : Swift.Hashable {} +extension DCUniVideo.UniVideoPlayerDirection : Swift.Equatable {} +extension DCUniVideo.UniVideoPlayerDirection : Swift.Hashable {} +extension DCUniVideo.UniVideoPlayerDirection : Swift.RawRepresentable {} +extension DCUniVideo.UniVideoPlayerPlayStrategy : Swift.Equatable {} +extension DCUniVideo.UniVideoPlayerPlayStrategy : Swift.Hashable {} +extension DCUniVideo.UniVideoPlayerPlayStrategy : Swift.RawRepresentable {} +extension DCUniVideo.HJDanmakuCellSelectionStyle : Swift.Equatable {} +extension DCUniVideo.HJDanmakuCellSelectionStyle : Swift.Hashable {} diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/arm64-apple-ios-simulator.swiftdoc new file mode 100644 index 0000000000000000000000000000000000000000..1676ff3936f36e6525e4012787cd8b2b13cceb84 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/arm64-apple-ios-simulator.swiftinterface new file mode 100644 index 0000000000000000000000000000000000000000..b3bfd37dff190d515412046b0482384cb7f486d0 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -0,0 +1,274 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name DCUniVideo +// swift-module-flags-ignorable: -enable-bare-slash-regex +import AVFAudio +import AVFoundation +import CommonCrypto +@_exported import DCUniVideo +import Foundation +import IJKMediaFrameworkWithSSL +import MediaPlayer +import Swift +import UIKit +import UniDCSVProgressHUD +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +public enum HJDanmakuType : Swift.String { + case HJDanmakuTypeLR + case HJDanmakuTypeFT + case HJDanmakuTypeFB + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@objc open class HJDanmakuModel : ObjectiveC.NSObject { + public var time: CoreFoundation.CGFloat + final public let danmakuType: DCUniVideo.HJDanmakuType + public init(danmakuType: DCUniVideo.HJDanmakuType) + @objc deinit +} +public enum HJDanmakuMode { + case HJDanmakuModeVideo + case HJDanmakuModeLive + public static func == (a: DCUniVideo.HJDanmakuMode, b: DCUniVideo.HJDanmakuMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +open class HJDanmakuConfiguration { + public var duration: CoreFoundation.CGFloat + public var tolerance: CoreFoundation.CGFloat + public var numberOfLines: Swift.Int + public var cellHeight: CoreFoundation.CGFloat + public var maxShowCount: Swift.Int + public init(danmakuMode: DCUniVideo.HJDanmakuMode) + @objc deinit +} +public protocol ViewPresent { + associatedtype View + var view: Self.View { get set } +} +public protocol UniVideoPlayerProtocol : AnyObject { + func getCookieString(_ url: Foundation.URL) -> Swift.String? + func getCurrentUA() -> Swift.String + func sendEvent(_ name: Swift.String, _ params: [Swift.String : Any]?) + func loadImage(_ url: Swift.String, _ complete: @escaping (UIKit.UIImage) -> Swift.Void) + func videoPlayerExitFullScreen(_ orientation: UIKit.UIInterfaceOrientation) + func videoPlayerEnterFullScreen(_ orientation: UIKit.UIInterfaceOrientation) + func lockScreen() + func unlockScreen() + func setFullScreen(_ yesOrNo: Swift.Bool) + func setHomeIndicatorAutoHidden(_ yesOrNo: Swift.Bool) + func setTempOrientation(_ temp: UIKit.UIInterfaceOrientationMask) + func configSupportOrientation(_ orientation: UIKit.UIInterfaceOrientation) -> Swift.Bool + func setDeviceInterfaceOrientation(_ orientation: UIKit.UIInterfaceOrientation) + func h5Path2SysPath(_ path: Swift.String, _ basePath: Swift.String?) -> Swift.String + func workRootPath() -> Swift.String + func videoCacheDir() -> Swift.String +} +final public class UniVideoPlayerViewPresent : DCUniVideo.ViewPresent { + public typealias View = DCUniVideo.UniVideoPlayerView + final public var view: DCUniVideo.UniVideoPlayerViewPresent.View + final public var config: DCUniVideo.UniVideoPlayerConfig + weak final public var delegate: (any DCUniVideo.UniVideoPlayerProtocol)? { + get + set + } + final public var contentView: UIKit.UIView { + get + set + } + public init(_ config: DCUniVideo.UniVideoPlayerConfig, _ delegate: (any DCUniVideo.UniVideoPlayerProtocol)?, _ frame: CoreFoundation.CGRect = .zero) + @objc deinit + final public func updateViewFrame(_ rect: CoreFoundation.CGRect) +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func play() + final public func pause() + final public func stop() + final public func palybackRate(_ rate: Swift.String) + final public func destroy() + final public func showStatusBar() + final public func hideStatusBar() +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func sendDanmu(_ danmu: [Swift.String : Any]) + final public func clearDanmu() +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func seek(_ position: Swift.Float) +} +public enum UniVideoPlayerDirection : Swift.Int { + case normal + case left + case right + case auto + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum UniVideoPlayerPlayStrategy : Swift.Int { + case common + case smooth + case m3u8_smooth + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public class UniVideoPlayerConfig : ObjectiveC.NSObject { + public init(options: [Swift.AnyHashable : Any]?) + public static func direction(_ value: Any) -> DCUniVideo.UniVideoPlayerDirection + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class UniVideoPlayerView : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToSuperview() + @objc deinit +} +extension DCUniVideo.UniVideoPlayerView : UIKit.UIGestureRecognizerDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIKit.UIGestureRecognizer) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldReceive touch: UIKit.UITouch) -> Swift.Bool +} +public enum HJDanmakuCellSelectionStyle { + case HJDanmakuCellSelectionStyleNone + case HJDanmakuCellSelectionStyleDefault + public static func == (a: DCUniVideo.HJDanmakuCellSelectionStyle, b: DCUniVideo.HJDanmakuCellSelectionStyle) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +@objc @_Concurrency.MainActor(unsafe) open class HJDanmakuCell : UIKit.UIView { + @_Concurrency.MainActor(unsafe) public var zIndex: Swift.Int + @_Concurrency.MainActor(unsafe) public var selectionStyle: DCUniVideo.HJDanmakuCellSelectionStyle + @_Concurrency.MainActor(unsafe) public var textLabel: UIKit.UILabel { + get + } + @_Concurrency.MainActor(unsafe) required public init(reuseIdentifier: Swift.String) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) open func prepareForReuse() + @objc deinit +} +public struct HJDanmakuTime { + public var time: CoreFoundation.CGFloat + public var interval: CoreFoundation.CGFloat + public func MaxTime() -> CoreFoundation.CGFloat +} +public class HJDanmakuAgent { + public init(danmakuModel: DCUniVideo.HJDanmakuModel) + @objc deinit +} +@_hasMissingDesignatedInitializers public class HJDanmakuSource { + public func prepareDanmakus(_ danmakus: Swift.Array, completion: @escaping () -> Swift.Void) + @discardableResult + public func sendDanmaku(_ danmaku: DCUniVideo.HJDanmakuModel, forceRender force: Swift.Bool) -> DCUniVideo.HJDanmakuAgent? + public func sendDanmakus(_ danmakus: Swift.Array) + public func fetchDanmakuAgents(forTime time: DCUniVideo.HJDanmakuTime) -> Swift.Array? + @objc deinit +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class HJDanmakuVideoSource : DCUniVideo.HJDanmakuSource { + override public func prepareDanmakus(_ danmakus: Swift.Array, completion: @escaping () -> Swift.Void) + override public func sendDanmaku(_ danmaku: DCUniVideo.HJDanmakuModel, forceRender force: Swift.Bool) -> DCUniVideo.HJDanmakuAgent? + override public func sendDanmakus(_ danmakus: Swift.Array) + override public func fetchDanmakuAgents(forTime time: DCUniVideo.HJDanmakuTime) -> Swift.Array? + @objc deinit +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class HJDanmakuLiveSource : DCUniVideo.HJDanmakuSource { + override public func prepareDanmakus(_ danmakus: Swift.Array, completion: @escaping () -> Swift.Void) + override public func sendDanmaku(_ danmaku: DCUniVideo.HJDanmakuModel, forceRender force: Swift.Bool) -> DCUniVideo.HJDanmakuAgent? + override public func sendDanmakus(_ danmakus: Swift.Array) + override public func fetchDanmakuAgents(forTime time: DCUniVideo.HJDanmakuTime) -> Swift.Array? + @objc deinit +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func setControlValue(_ value: Any?, _ key: Swift.String) +} +public protocol HJDanmakuViewDelegate : ObjectiveC.NSObjectProtocol { + func prepareCompletedWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, shouldRenderDanmaku danmaku: DCUniVideo.HJDanmakuModel) -> Swift.Bool + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, willDisplayCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, didEndDisplayCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, shouldSelectCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) -> Swift.Bool + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, didSelectCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) +} +extension DCUniVideo.HJDanmakuViewDelegate { + public func prepareCompleted(_ danmakuView: DCUniVideo.HJDanmakuView) + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, shouldRenderDanmaku danmaku: DCUniVideo.HJDanmakuModel) -> Swift.Bool + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, willDisplayCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, didEndDisplayCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, shouldSelectCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) -> Swift.Bool + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, didSelectCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) +} +public protocol HJDanmakuViewDateSource : ObjectiveC.NSObjectProtocol { + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, widthForDanmaku danmaku: DCUniVideo.HJDanmakuModel) -> CoreFoundation.CGFloat + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, cellForDanmaku danmaku: DCUniVideo.HJDanmakuModel) -> DCUniVideo.HJDanmakuCell + func playTimeWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) -> CoreFoundation.CGFloat + func bufferingWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) -> Swift.Bool +} +extension DCUniVideo.HJDanmakuViewDateSource { + public func playTimeWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) -> CoreFoundation.CGFloat + public func bufferingWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) -> Swift.Bool +} +@objc @_Concurrency.MainActor(unsafe) open class HJDanmakuView : UIKit.UIView { + @_Concurrency.MainActor(unsafe) weak open var dataSource: (any DCUniVideo.HJDanmakuViewDateSource)? + @_Concurrency.MainActor(unsafe) weak open var delegate: (any DCUniVideo.HJDanmakuViewDelegate)? + @_Concurrency.MainActor(unsafe) public var isPrepared: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var isPlaying: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) final public let configuration: DCUniVideo.HJDanmakuConfiguration + @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, configuration: DCUniVideo.HJDanmakuConfiguration) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) public func prepareDanmakus(_ danmakus: Swift.Array?) + @_Concurrency.MainActor(unsafe) public func play() + @_Concurrency.MainActor(unsafe) public func pause() + @_Concurrency.MainActor(unsafe) public func stop() + @_Concurrency.MainActor(unsafe) public func clearScreen() + @_Concurrency.MainActor(unsafe) @objc override dynamic open func sizeToFit() + @_Concurrency.MainActor(unsafe) public func sendDanmaku(_ danmaku: DCUniVideo.HJDanmakuModel, forceRender force: Swift.Bool) + @_Concurrency.MainActor(unsafe) public func sendDanmakus(_ danmakus: Swift.Array) + @_Concurrency.MainActor(unsafe) public func danmakuForVisibleCell(_ danmakuCell: DCUniVideo.HJDanmakuCell) -> DCUniVideo.HJDanmakuModel? + @_Concurrency.MainActor(unsafe) public var visibleCells: Swift.Array { + get + } + @objc deinit +} +extension DCUniVideo.HJDanmakuView { + @_Concurrency.MainActor(unsafe) @objc override dynamic open func hitTest(_ point: CoreFoundation.CGPoint, with event: UIKit.UIEvent?) -> UIKit.UIView? + @_Concurrency.MainActor(unsafe) @objc override dynamic open func touchesBegan(_ touches: Swift.Set, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func touchesMoved(_ touches: Swift.Set, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func touchesEnded(_ touches: Swift.Set, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func touchesCancelled(_ touches: Swift.Set, with event: UIKit.UIEvent?) +} +extension DCUniVideo.HJDanmakuView { + @_Concurrency.MainActor(unsafe) public func register(_ cellClass: DCUniVideo.HJDanmakuCell.Type, forCellReuseIdentifier identifier: Swift.String) + @_Concurrency.MainActor(unsafe) public func dequeueReusableCell(withIdentifier identifier: Swift.String) -> DCUniVideo.HJDanmakuCell? +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func requestFullScreen(_ direction: DCUniVideo.UniVideoPlayerDirection) + final public func exitFullScreenForJS() +} +extension DCUniVideo.HJDanmakuType : Swift.Equatable {} +extension DCUniVideo.HJDanmakuType : Swift.Hashable {} +extension DCUniVideo.HJDanmakuType : Swift.RawRepresentable {} +extension DCUniVideo.HJDanmakuMode : Swift.Equatable {} +extension DCUniVideo.HJDanmakuMode : Swift.Hashable {} +extension DCUniVideo.UniVideoPlayerDirection : Swift.Equatable {} +extension DCUniVideo.UniVideoPlayerDirection : Swift.Hashable {} +extension DCUniVideo.UniVideoPlayerDirection : Swift.RawRepresentable {} +extension DCUniVideo.UniVideoPlayerPlayStrategy : Swift.Equatable {} +extension DCUniVideo.UniVideoPlayerPlayStrategy : Swift.Hashable {} +extension DCUniVideo.UniVideoPlayerPlayStrategy : Swift.RawRepresentable {} +extension DCUniVideo.HJDanmakuCellSelectionStyle : Swift.Equatable {} +extension DCUniVideo.HJDanmakuCellSelectionStyle : Swift.Hashable {} diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/x86_64-apple-ios-simulator.abi.json b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/x86_64-apple-ios-simulator.abi.json new file mode 100644 index 0000000000000000000000000000000000000000..4bd22e1b8af1d2b5c24d335415fe555244d0eba8 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -0,0 +1,14482 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuType", + "printedName": "HJDanmakuType", + "children": [ + { + "kind": "Var", + "name": "HJDanmakuTypeLR", + "printedName": "HJDanmakuTypeLR", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.HJDanmakuType.Type) -> DCUniVideo.HJDanmakuType", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.HJDanmakuType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo13HJDanmakuTypeO0cD2LRyA2CmF", + "mangledName": "$s10DCUniVideo13HJDanmakuTypeO0cD2LRyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "HJDanmakuTypeFT", + "printedName": "HJDanmakuTypeFT", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.HJDanmakuType.Type) -> DCUniVideo.HJDanmakuType", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.HJDanmakuType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo13HJDanmakuTypeO0cD2FTyA2CmF", + "mangledName": "$s10DCUniVideo13HJDanmakuTypeO0cD2FTyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "HJDanmakuTypeFB", + "printedName": "HJDanmakuTypeFB", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.HJDanmakuType.Type) -> DCUniVideo.HJDanmakuType", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.HJDanmakuType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo13HJDanmakuTypeO0cD2FByA2CmF", + "mangledName": "$s10DCUniVideo13HJDanmakuTypeO0cD2FByA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuType?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo13HJDanmakuTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10DCUniVideo13HJDanmakuTypeO8rawValueACSgSS_tcfc", + "moduleName": "DCUniVideo", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuTypeO8rawValueSSvp", + "mangledName": "$s10DCUniVideo13HJDanmakuTypeO8rawValueSSvp", + "moduleName": "DCUniVideo", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuTypeO8rawValueSSvg", + "mangledName": "$s10DCUniVideo13HJDanmakuTypeO8rawValueSSvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10DCUniVideo13HJDanmakuTypeO", + "mangledName": "$s10DCUniVideo13HJDanmakuTypeO", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuModel", + "printedName": "HJDanmakuModel", + "children": [ + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo14HJDanmakuModelC4time14CoreFoundation7CGFloatVvp", + "mangledName": "$s10DCUniVideo14HJDanmakuModelC4time12CoreGraphics7CGFloatVvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo14HJDanmakuModelC4time14CoreFoundation7CGFloatVvg", + "mangledName": "$s10DCUniVideo14HJDanmakuModelC4time12CoreGraphics7CGFloatVvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo14HJDanmakuModelC4time14CoreFoundation7CGFloatVvs", + "mangledName": "$s10DCUniVideo14HJDanmakuModelC4time12CoreGraphics7CGFloatVvs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo14HJDanmakuModelC4time14CoreFoundation7CGFloatVvM", + "mangledName": "$s10DCUniVideo14HJDanmakuModelC4time12CoreGraphics7CGFloatVvM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "danmakuType", + "printedName": "danmakuType", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo14HJDanmakuModelC11danmakuTypeAA0cF0Ovp", + "mangledName": "$s10DCUniVideo14HJDanmakuModelC11danmakuTypeAA0cF0Ovp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo14HJDanmakuModelC11danmakuTypeAA0cF0Ovg", + "mangledName": "$s10DCUniVideo14HJDanmakuModelC11danmakuTypeAA0cF0Ovg", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(danmakuType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuType", + "printedName": "DCUniVideo.HJDanmakuType", + "usr": "s:10DCUniVideo13HJDanmakuTypeO" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo14HJDanmakuModelC11danmakuTypeAcA0cF0O_tcfc", + "mangledName": "$s10DCUniVideo14HJDanmakuModelC11danmakuTypeAcA0cF0O_tcfc", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Constructor", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel(im)init", + "mangledName": "$s10DCUniVideo14HJDanmakuModelCACycfc", + "moduleName": "DCUniVideo", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel", + "mangledName": "$s10DCUniVideo14HJDanmakuModelC", + "moduleName": "DCUniVideo", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CommonCrypto", + "printedName": "CommonCrypto", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "MediaPlayer", + "printedName": "MediaPlayer", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuMode", + "printedName": "HJDanmakuMode", + "children": [ + { + "kind": "Var", + "name": "HJDanmakuModeVideo", + "printedName": "HJDanmakuModeVideo", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.HJDanmakuMode.Type) -> DCUniVideo.HJDanmakuMode", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuMode", + "printedName": "DCUniVideo.HJDanmakuMode", + "usr": "s:10DCUniVideo13HJDanmakuModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.HJDanmakuMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuMode", + "printedName": "DCUniVideo.HJDanmakuMode", + "usr": "s:10DCUniVideo13HJDanmakuModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo13HJDanmakuModeO0cdB0yA2CmF", + "mangledName": "$s10DCUniVideo13HJDanmakuModeO0cdB0yA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "HJDanmakuModeLive", + "printedName": "HJDanmakuModeLive", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.HJDanmakuMode.Type) -> DCUniVideo.HJDanmakuMode", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuMode", + "printedName": "DCUniVideo.HJDanmakuMode", + "usr": "s:10DCUniVideo13HJDanmakuModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.HJDanmakuMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuMode", + "printedName": "DCUniVideo.HJDanmakuMode", + "usr": "s:10DCUniVideo13HJDanmakuModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo13HJDanmakuModeO0cD4LiveyA2CmF", + "mangledName": "$s10DCUniVideo13HJDanmakuModeO0cD4LiveyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuMode", + "printedName": "DCUniVideo.HJDanmakuMode", + "usr": "s:10DCUniVideo13HJDanmakuModeO" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuMode", + "printedName": "DCUniVideo.HJDanmakuMode", + "usr": "s:10DCUniVideo13HJDanmakuModeO" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s10DCUniVideo13HJDanmakuModeO2eeoiySbAC_ACtFZ", + "moduleName": "DCUniVideo", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuModeO9hashValueSivp", + "mangledName": "$s10DCUniVideo13HJDanmakuModeO9hashValueSivp", + "moduleName": "DCUniVideo", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuModeO9hashValueSivg", + "mangledName": "$s10DCUniVideo13HJDanmakuModeO9hashValueSivg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s10DCUniVideo13HJDanmakuModeO4hash4intoys6HasherVz_tF", + "moduleName": "DCUniVideo", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:10DCUniVideo13HJDanmakuModeO", + "mangledName": "$s10DCUniVideo13HJDanmakuModeO", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuConfiguration", + "printedName": "HJDanmakuConfiguration", + "children": [ + { + "kind": "Var", + "name": "duration", + "printedName": "duration", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC8duration14CoreFoundation7CGFloatVvp", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC8duration12CoreGraphics7CGFloatVvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC8duration14CoreFoundation7CGFloatVvg", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC8duration12CoreGraphics7CGFloatVvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC8duration14CoreFoundation7CGFloatVvs", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC8duration12CoreGraphics7CGFloatVvs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC8duration14CoreFoundation7CGFloatVvM", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC8duration12CoreGraphics7CGFloatVvM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "tolerance", + "printedName": "tolerance", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC9tolerance14CoreFoundation7CGFloatVvp", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC9tolerance12CoreGraphics7CGFloatVvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC9tolerance14CoreFoundation7CGFloatVvg", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC9tolerance12CoreGraphics7CGFloatVvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC9tolerance14CoreFoundation7CGFloatVvs", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC9tolerance12CoreGraphics7CGFloatVvs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC9tolerance14CoreFoundation7CGFloatVvM", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC9tolerance12CoreGraphics7CGFloatVvM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "numberOfLines", + "printedName": "numberOfLines", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC13numberOfLinesSivp", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC13numberOfLinesSivp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC13numberOfLinesSivg", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC13numberOfLinesSivg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC13numberOfLinesSivs", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC13numberOfLinesSivs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC13numberOfLinesSivM", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC13numberOfLinesSivM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "cellHeight", + "printedName": "cellHeight", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC10cellHeight14CoreFoundation7CGFloatVvp", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC10cellHeight12CoreGraphics7CGFloatVvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC10cellHeight14CoreFoundation7CGFloatVvg", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC10cellHeight12CoreGraphics7CGFloatVvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC10cellHeight14CoreFoundation7CGFloatVvs", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC10cellHeight12CoreGraphics7CGFloatVvs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC10cellHeight14CoreFoundation7CGFloatVvM", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC10cellHeight12CoreGraphics7CGFloatVvM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "maxShowCount", + "printedName": "maxShowCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC12maxShowCountSivp", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC12maxShowCountSivp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC12maxShowCountSivg", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC12maxShowCountSivg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC12maxShowCountSivs", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC12maxShowCountSivs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC12maxShowCountSivM", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC12maxShowCountSivM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(danmakuMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuConfiguration", + "printedName": "DCUniVideo.HJDanmakuConfiguration", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuMode", + "printedName": "DCUniVideo.HJDanmakuMode", + "usr": "s:10DCUniVideo13HJDanmakuModeO" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC11danmakuModeAcA0cF0O_tcfc", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC11danmakuModeAcA0cF0O_tcfc", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC", + "mangledName": "$s10DCUniVideo22HJDanmakuConfigurationC", + "moduleName": "DCUniVideo", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ViewPresent", + "printedName": "ViewPresent", + "children": [ + { + "kind": "AssociatedType", + "name": "View", + "printedName": "View", + "declKind": "AssociatedType", + "usr": "s:10DCUniVideo11ViewPresentP0C0Qa", + "mangledName": "$s10DCUniVideo11ViewPresentP0C0Qa", + "moduleName": "DCUniVideo", + "protocolReq": true + }, + { + "kind": "Var", + "name": "view", + "printedName": "view", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.View" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo11ViewPresentP4view0C0Qzvp", + "mangledName": "$s10DCUniVideo11ViewPresentP4view0C0Qzvp", + "moduleName": "DCUniVideo", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.View" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo11ViewPresentP4view0C0Qzvg", + "mangledName": "$s10DCUniVideo11ViewPresentP4view0C0Qzvg", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.ViewPresent>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.View" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo11ViewPresentP4view0C0Qzvs", + "mangledName": "$s10DCUniVideo11ViewPresentP4view0C0Qzvs", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.ViewPresent>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo11ViewPresentP4view0C0QzvM", + "mangledName": "$s10DCUniVideo11ViewPresentP4view0C0QzvM", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.ViewPresent>", + "sugared_genericSig": "", + "protocolReq": true, + "implicit": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:10DCUniVideo11ViewPresentP", + "mangledName": "$s10DCUniVideo11ViewPresentP", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "IJKMediaFrameworkWithSSL", + "printedName": "IJKMediaFrameworkWithSSL", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "UniDCSVProgressHUD", + "printedName": "UniDCSVProgressHUD", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "TypeDecl", + "name": "UniVideoPlayerProtocol", + "printedName": "UniVideoPlayerProtocol", + "children": [ + { + "kind": "Function", + "name": "getCookieString", + "printedName": "getCookieString(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP15getCookieStringySSSg10Foundation3URLVF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP15getCookieStringySSSg10Foundation3URLVF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getCurrentUA", + "printedName": "getCurrentUA()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP12getCurrentUASSyF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP12getCurrentUASSyF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendEvent", + "printedName": "sendEvent(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP9sendEventyySS_SDySSypGSgtF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP9sendEventyySS_SDySSypGSgtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadImage", + "printedName": "loadImage(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIImage) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ] + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP9loadImageyySS_ySo7UIImageCctF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP9loadImageyySS_ySo7UIImageCctF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "videoPlayerExitFullScreen", + "printedName": "videoPlayerExitFullScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIInterfaceOrientation", + "printedName": "UIKit.UIInterfaceOrientation", + "usr": "c:@E@UIInterfaceOrientation" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP05videoD14ExitFullScreenyySo22UIInterfaceOrientationVF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP05videoD14ExitFullScreenyySo22UIInterfaceOrientationVF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "videoPlayerEnterFullScreen", + "printedName": "videoPlayerEnterFullScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIInterfaceOrientation", + "printedName": "UIKit.UIInterfaceOrientation", + "usr": "c:@E@UIInterfaceOrientation" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP05videoD15EnterFullScreenyySo22UIInterfaceOrientationVF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP05videoD15EnterFullScreenyySo22UIInterfaceOrientationVF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "lockScreen", + "printedName": "lockScreen()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP10lockScreenyyF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP10lockScreenyyF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unlockScreen", + "printedName": "unlockScreen()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP12unlockScreenyyF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP12unlockScreenyyF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFullScreen", + "printedName": "setFullScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP13setFullScreenyySbF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP13setFullScreenyySbF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setHomeIndicatorAutoHidden", + "printedName": "setHomeIndicatorAutoHidden(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP26setHomeIndicatorAutoHiddenyySbF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP26setHomeIndicatorAutoHiddenyySbF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setTempOrientation", + "printedName": "setTempOrientation(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIInterfaceOrientationMask", + "printedName": "UIKit.UIInterfaceOrientationMask", + "usr": "c:@E@UIInterfaceOrientationMask" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP18setTempOrientationyySo011UIInterfaceH4MaskVF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP18setTempOrientationyySo011UIInterfaceH4MaskVF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configSupportOrientation", + "printedName": "configSupportOrientation(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UIInterfaceOrientation", + "printedName": "UIKit.UIInterfaceOrientation", + "usr": "c:@E@UIInterfaceOrientation" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP24configSupportOrientationySbSo011UIInterfaceH0VF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP24configSupportOrientationySbSo011UIInterfaceH0VF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setDeviceInterfaceOrientation", + "printedName": "setDeviceInterfaceOrientation(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIInterfaceOrientation", + "printedName": "UIKit.UIInterfaceOrientation", + "usr": "c:@E@UIInterfaceOrientation" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP29setDeviceInterfaceOrientationyySo011UIInterfaceI0VF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP29setDeviceInterfaceOrientationyySo011UIInterfaceI0VF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "h5Path2SysPath", + "printedName": "h5Path2SysPath(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP14h5Path2SysPathyS2S_SSSgtF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP14h5Path2SysPathyS2S_SSSgtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "workRootPath", + "printedName": "workRootPath()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP12workRootPathSSyF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP12workRootPathSSyF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "videoCacheDir", + "printedName": "videoCacheDir()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP13videoCacheDirSSyF", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP13videoCacheDirSSyF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.UniVideoPlayerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP", + "mangledName": "$s10DCUniVideo03UniB14PlayerProtocolP", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "UniVideoPlayerViewPresent", + "printedName": "UniVideoPlayerViewPresent", + "children": [ + { + "kind": "Var", + "name": "view", + "printedName": "view", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerView", + "printedName": "DCUniVideo.UniVideoPlayerView", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerView" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC4viewAA0cbdE0Cvp", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC4viewAA0cbdE0Cvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerView", + "printedName": "DCUniVideo.UniVideoPlayerView", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerView" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC4viewAA0cbdE0Cvg", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC4viewAA0cbdE0Cvg", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UniVideoPlayerView", + "printedName": "DCUniVideo.UniVideoPlayerView", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerView" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC4viewAA0cbdE0Cvs", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC4viewAA0cbdE0Cvs", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC4viewAA0cbdE0CvM", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC4viewAA0cbdE0CvM", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "config", + "printedName": "config", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerConfig", + "printedName": "DCUniVideo.UniVideoPlayerConfig", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerConfig" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC6configAA0cbD6ConfigCvp", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC6configAA0cbD6ConfigCvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerConfig", + "printedName": "DCUniVideo.UniVideoPlayerConfig", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerConfig" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC6configAA0cbD6ConfigCvg", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC6configAA0cbD6ConfigCvg", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UniVideoPlayerConfig", + "printedName": "DCUniVideo.UniVideoPlayerConfig", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerConfig" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC6configAA0cbD6ConfigCvs", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC6configAA0cbD6ConfigCvs", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC6configAA0cbD6ConfigCvM", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC6configAA0cbD6ConfigCvM", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "DCUniVideo.UniVideoPlayerProtocol?" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC8delegateAA0cbD8Protocol_pSgvp", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC8delegateAA0cbD8Protocol_pSgvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "ReferenceOwnership", + "AccessControl" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.UniVideoPlayerProtocol?", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerProtocol", + "printedName": "DCUniVideo.UniVideoPlayerProtocol", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC8delegateAA0cbD8Protocol_pSgvg", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC8delegateAA0cbD8Protocol_pSgvg", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.UniVideoPlayerProtocol?", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerProtocol", + "printedName": "DCUniVideo.UniVideoPlayerProtocol", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC8delegateAA0cbD8Protocol_pSgvs", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC8delegateAA0cbD8Protocol_pSgvs", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC8delegateAA0cbD8Protocol_pSgvM", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC8delegateAA0cbD8Protocol_pSgvM", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentView", + "printedName": "contentView", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC07contentE0So6UIViewCvp", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC07contentE0So6UIViewCvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "Lazy", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC07contentE0So6UIViewCvg", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC07contentE0So6UIViewCvg", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC07contentE0So6UIViewCvs", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC07contentE0So6UIViewCvs", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC07contentE0So6UIViewCvM", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC07contentE0So6UIViewCvM", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerViewPresent", + "printedName": "DCUniVideo.UniVideoPlayerViewPresent", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC" + }, + { + "kind": "TypeNominal", + "name": "UniVideoPlayerConfig", + "printedName": "DCUniVideo.UniVideoPlayerConfig", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerConfig" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.UniVideoPlayerProtocol?", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerProtocol", + "printedName": "DCUniVideo.UniVideoPlayerProtocol", + "usr": "s:10DCUniVideo03UniB14PlayerProtocolP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "hasDefaultArg": true, + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentCyAcA0cbD6ConfigC_AA0cbD8Protocol_pSgSo6CGRectVtcfc", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentCyAcA0cbD6ConfigC_AA0cbD8Protocol_pSgSo6CGRectVtcfc", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "updateViewFrame", + "printedName": "updateViewFrame(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC06updateE5FrameyySo6CGRectVF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC06updateE5FrameyySo6CGRectVF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC4playyyF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC4playyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC5pauseyyF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC5pauseyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC4stopyyF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC4stopyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "palybackRate", + "printedName": "palybackRate(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC12palybackRateyySSF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC12palybackRateyySSF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "destroy", + "printedName": "destroy()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC7destroyyyF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC7destroyyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "showStatusBar", + "printedName": "showStatusBar()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC13showStatusBaryyF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC13showStatusBaryyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hideStatusBar", + "printedName": "hideStatusBar()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC13hideStatusBaryyF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC13hideStatusBaryyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmu", + "printedName": "sendDanmu(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC9sendDanmuyySDySSypGF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC9sendDanmuyySDySSypGF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearDanmu", + "printedName": "clearDanmu()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC10clearDanmuyyF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC10clearDanmuyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "seek", + "printedName": "seek(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC4seekyySfF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC4seekyySfF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setControlValue", + "printedName": "setControlValue(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC15setControlValueyyypSg_SStF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC15setControlValueyyypSg_SStF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "requestFullScreen", + "printedName": "requestFullScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC17requestFullScreenyyAA0cbD9DirectionOF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC17requestFullScreenyyAA0cbD9DirectionOF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "exitFullScreenForJS", + "printedName": "exitFullScreenForJS()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC19exitFullScreenForJSyyF", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC19exitFullScreenForJSyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10DCUniVideo03UniB17PlayerViewPresentC", + "mangledName": "$s10DCUniVideo03UniB17PlayerViewPresentC", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Final", + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ViewPresent", + "printedName": "ViewPresent", + "children": [ + { + "kind": "TypeWitness", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerView", + "printedName": "DCUniVideo.UniVideoPlayerView", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerView" + } + ] + } + ], + "usr": "s:10DCUniVideo11ViewPresentP", + "mangledName": "$s10DCUniVideo11ViewPresentP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "IJKMediaFrameworkWithSSL", + "printedName": "IJKMediaFrameworkWithSSL", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "UniVideoPlayerDirection", + "printedName": "UniVideoPlayerDirection", + "children": [ + { + "kind": "Var", + "name": "normal", + "printedName": "normal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.UniVideoPlayerDirection.Type) -> DCUniVideo.UniVideoPlayerDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.UniVideoPlayerDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO6normalyA2CmF", + "mangledName": "$s10DCUniVideo03UniB15PlayerDirectionO6normalyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "left", + "printedName": "left", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.UniVideoPlayerDirection.Type) -> DCUniVideo.UniVideoPlayerDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.UniVideoPlayerDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO4leftyA2CmF", + "mangledName": "$s10DCUniVideo03UniB15PlayerDirectionO4leftyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "right", + "printedName": "right", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.UniVideoPlayerDirection.Type) -> DCUniVideo.UniVideoPlayerDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.UniVideoPlayerDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO5rightyA2CmF", + "mangledName": "$s10DCUniVideo03UniB15PlayerDirectionO5rightyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "auto", + "printedName": "auto", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.UniVideoPlayerDirection.Type) -> DCUniVideo.UniVideoPlayerDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.UniVideoPlayerDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO4autoyA2CmF", + "mangledName": "$s10DCUniVideo03UniB15PlayerDirectionO4autoyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.UniVideoPlayerDirection?", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO8rawValueACSgSi_tcfc", + "mangledName": "$s10DCUniVideo03UniB15PlayerDirectionO8rawValueACSgSi_tcfc", + "moduleName": "DCUniVideo", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO8rawValueSivp", + "mangledName": "$s10DCUniVideo03UniB15PlayerDirectionO8rawValueSivp", + "moduleName": "DCUniVideo", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO8rawValueSivg", + "mangledName": "$s10DCUniVideo03UniB15PlayerDirectionO8rawValueSivg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO", + "mangledName": "$s10DCUniVideo03UniB15PlayerDirectionO", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UniVideoPlayerPlayStrategy", + "printedName": "UniVideoPlayerPlayStrategy", + "children": [ + { + "kind": "Var", + "name": "common", + "printedName": "common", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.UniVideoPlayerPlayStrategy.Type) -> DCUniVideo.UniVideoPlayerPlayStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerPlayStrategy", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerPlayStrategy", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO6commonyA2CmF", + "mangledName": "$s10DCUniVideo03UniB18PlayerPlayStrategyO6commonyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "smooth", + "printedName": "smooth", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.UniVideoPlayerPlayStrategy.Type) -> DCUniVideo.UniVideoPlayerPlayStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerPlayStrategy", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerPlayStrategy", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO6smoothyA2CmF", + "mangledName": "$s10DCUniVideo03UniB18PlayerPlayStrategyO6smoothyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "m3u8_smooth", + "printedName": "m3u8_smooth", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.UniVideoPlayerPlayStrategy.Type) -> DCUniVideo.UniVideoPlayerPlayStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerPlayStrategy", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerPlayStrategy", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO11m3u8_smoothyA2CmF", + "mangledName": "$s10DCUniVideo03UniB18PlayerPlayStrategyO11m3u8_smoothyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy?", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerPlayStrategy", + "printedName": "DCUniVideo.UniVideoPlayerPlayStrategy", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO8rawValueACSgSi_tcfc", + "mangledName": "$s10DCUniVideo03UniB18PlayerPlayStrategyO8rawValueACSgSi_tcfc", + "moduleName": "DCUniVideo", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO8rawValueSivp", + "mangledName": "$s10DCUniVideo03UniB18PlayerPlayStrategyO8rawValueSivp", + "moduleName": "DCUniVideo", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO8rawValueSivg", + "mangledName": "$s10DCUniVideo03UniB18PlayerPlayStrategyO8rawValueSivg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10DCUniVideo03UniB18PlayerPlayStrategyO", + "mangledName": "$s10DCUniVideo03UniB18PlayerPlayStrategyO", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UniVideoPlayerConfig", + "printedName": "UniVideoPlayerConfig", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerConfig", + "printedName": "DCUniVideo.UniVideoPlayerConfig", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerConfig" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.AnyHashable : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.AnyHashable : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyHashable", + "printedName": "Swift.AnyHashable", + "usr": "s:s11AnyHashableV" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo03UniB12PlayerConfigC7optionsACSDys11AnyHashableVypGSg_tcfc", + "mangledName": "$s10DCUniVideo03UniB12PlayerConfigC7optionsACSDys11AnyHashableVypGSg_tcfc", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "direction", + "printedName": "direction(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerDirection", + "printedName": "DCUniVideo.UniVideoPlayerDirection", + "usr": "s:10DCUniVideo03UniB15PlayerDirectionO" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo03UniB12PlayerConfigC9directionyAA0cbD9DirectionOypFZ", + "mangledName": "$s10DCUniVideo03UniB12PlayerConfigC9directionyAA0cbD9DirectionOypFZ", + "moduleName": "DCUniVideo", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "UniVideoPlayerConfig", + "printedName": "DCUniVideo.UniVideoPlayerConfig", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerConfig" + } + ], + "declKind": "Constructor", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerConfig(im)init", + "mangledName": "$s10DCUniVideo03UniB12PlayerConfigCACycfc", + "moduleName": "DCUniVideo", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerConfig", + "mangledName": "$s10DCUniVideo03UniB12PlayerConfigC", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "TypeDecl", + "name": "UniVideoPlayerView", + "printedName": "UniVideoPlayerView", + "children": [ + { + "kind": "Function", + "name": "layoutSubviews", + "printedName": "layoutSubviews()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerView(im)layoutSubviews", + "mangledName": "$s10DCUniVideo03UniB10PlayerViewC14layoutSubviewsyyF", + "moduleName": "DCUniVideo", + "overriding": true, + "objc_name": "layoutSubviews", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didMoveToSuperview", + "printedName": "didMoveToSuperview()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerView(im)didMoveToSuperview", + "mangledName": "$s10DCUniVideo03UniB10PlayerViewC18didMoveToSuperviewyyF", + "moduleName": "DCUniVideo", + "overriding": true, + "objc_name": "didMoveToSuperview", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "gestureRecognizer", + "printedName": "gestureRecognizer(_:shouldRecognizeSimultaneouslyWith:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UIGestureRecognizer", + "printedName": "UIKit.UIGestureRecognizer", + "usr": "c:objc(cs)UIGestureRecognizer" + }, + { + "kind": "TypeNominal", + "name": "UIGestureRecognizer", + "printedName": "UIKit.UIGestureRecognizer", + "usr": "c:objc(cs)UIGestureRecognizer" + } + ], + "declKind": "Func", + "usr": "c:@CM@DCUniVideo@objc(cs)UniVideoPlayerView(im)gestureRecognizer:shouldRecognizeSimultaneouslyWithGestureRecognizer:", + "mangledName": "$s10DCUniVideo03UniB10PlayerViewC17gestureRecognizer_33shouldRecognizeSimultaneouslyWithSbSo09UIGestureG0C_AGtF", + "moduleName": "DCUniVideo", + "objc_name": "gestureRecognizer:shouldRecognizeSimultaneouslyWithGestureRecognizer:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "gestureRecognizer", + "printedName": "gestureRecognizer(_:shouldReceive:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UIGestureRecognizer", + "printedName": "UIKit.UIGestureRecognizer", + "usr": "c:objc(cs)UIGestureRecognizer" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "declKind": "Func", + "usr": "c:@CM@DCUniVideo@objc(cs)UniVideoPlayerView(im)gestureRecognizer:shouldReceiveTouch:", + "mangledName": "$s10DCUniVideo03UniB10PlayerViewC17gestureRecognizer_13shouldReceiveSbSo09UIGestureG0C_So7UITouchCtF", + "moduleName": "DCUniVideo", + "objc_name": "gestureRecognizer:shouldReceiveTouch:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@DCUniVideo@objc(cs)UniVideoPlayerView", + "mangledName": "$s10DCUniVideo03UniB10PlayerViewC", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "HJDanmakuCellSelectionStyle", + "children": [ + { + "kind": "Var", + "name": "HJDanmakuCellSelectionStyleNone", + "printedName": "HJDanmakuCellSelectionStyleNone", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.HJDanmakuCellSelectionStyle.Type) -> DCUniVideo.HJDanmakuCellSelectionStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO0cdeF4NoneyA2CmF", + "mangledName": "$s10DCUniVideo27HJDanmakuCellSelectionStyleO0cdeF4NoneyA2CmF", + "moduleName": "DCUniVideo" + }, + { + "kind": "Var", + "name": "HJDanmakuCellSelectionStyleDefault", + "printedName": "HJDanmakuCellSelectionStyleDefault", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DCUniVideo.HJDanmakuCellSelectionStyle.Type) -> DCUniVideo.HJDanmakuCellSelectionStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO0cdeF7DefaultyA2CmF", + "mangledName": "$s10DCUniVideo27HJDanmakuCellSelectionStyleO0cdeF7DefaultyA2CmF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO2eeoiySbAC_ACtFZ", + "mangledName": "$s10DCUniVideo27HJDanmakuCellSelectionStyleO2eeoiySbAC_ACtFZ", + "moduleName": "DCUniVideo", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO9hashValueSivp", + "mangledName": "$s10DCUniVideo27HJDanmakuCellSelectionStyleO9hashValueSivp", + "moduleName": "DCUniVideo", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO9hashValueSivg", + "mangledName": "$s10DCUniVideo27HJDanmakuCellSelectionStyleO9hashValueSivg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO4hash4intoys6HasherVz_tF", + "mangledName": "$s10DCUniVideo27HJDanmakuCellSelectionStyleO4hash4intoys6HasherVz_tF", + "moduleName": "DCUniVideo", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO", + "mangledName": "$s10DCUniVideo27HJDanmakuCellSelectionStyleO", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuCell", + "printedName": "HJDanmakuCell", + "children": [ + { + "kind": "Var", + "name": "zIndex", + "printedName": "zIndex", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuCellC6zIndexSivp", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC6zIndexSivp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuCellC6zIndexSivg", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC6zIndexSivg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuCellC6zIndexSivs", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC6zIndexSivs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuCellC6zIndexSivM", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC6zIndexSivM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "selectionStyle", + "printedName": "selectionStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuCellC14selectionStyleAA0cd9SelectionF0Ovp", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC14selectionStyleAA0cd9SelectionF0Ovp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuCellC14selectionStyleAA0cd9SelectionF0Ovg", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC14selectionStyleAA0cd9SelectionF0Ovg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCellSelectionStyle", + "printedName": "DCUniVideo.HJDanmakuCellSelectionStyle", + "usr": "s:10DCUniVideo27HJDanmakuCellSelectionStyleO" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuCellC14selectionStyleAA0cd9SelectionF0Ovs", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC14selectionStyleAA0cd9SelectionF0Ovs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuCellC14selectionStyleAA0cd9SelectionF0OvM", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC14selectionStyleAA0cd9SelectionF0OvM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "textLabel", + "printedName": "textLabel", + "children": [ + { + "kind": "TypeNominal", + "name": "UILabel", + "printedName": "UIKit.UILabel", + "usr": "c:objc(cs)UILabel" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuCellC9textLabelSo7UILabelCvp", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC9textLabelSo7UILabelCvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "Lazy", + "SetterAccess", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UILabel", + "printedName": "UIKit.UILabel", + "usr": "c:objc(cs)UILabel" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuCellC9textLabelSo7UILabelCvg", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC9textLabelSo7UILabelCvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(reuseIdentifier:)", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo13HJDanmakuCellC15reuseIdentifierACSS_tcfc", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC15reuseIdentifierACSS_tcfc", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuCell?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell(im)initWithCoder:", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "DCUniVideo", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "prepareForReuse", + "printedName": "prepareForReuse()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuCellC15prepareForReuseyyF", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC15prepareForReuseyyF", + "moduleName": "DCUniVideo", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell(im)initWithFrame:", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC5frameACSo6CGRectV_tcfc", + "moduleName": "DCUniVideo", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell", + "mangledName": "$s10DCUniVideo13HJDanmakuCellC", + "moduleName": "DCUniVideo", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuTime", + "printedName": "HJDanmakuTime", + "children": [ + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuTimeV4time14CoreFoundation7CGFloatVvp", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV4time12CoreGraphics7CGFloatVvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuTimeV4time14CoreFoundation7CGFloatVvg", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV4time12CoreGraphics7CGFloatVvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuTimeV4time14CoreFoundation7CGFloatVvs", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV4time12CoreGraphics7CGFloatVvs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuTimeV4time14CoreFoundation7CGFloatVvM", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV4time12CoreGraphics7CGFloatVvM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "interval", + "printedName": "interval", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuTimeV8interval14CoreFoundation7CGFloatVvp", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV8interval12CoreGraphics7CGFloatVvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuTimeV8interval14CoreFoundation7CGFloatVvg", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV8interval12CoreGraphics7CGFloatVvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuTimeV8interval14CoreFoundation7CGFloatVvs", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV8interval12CoreGraphics7CGFloatVvs", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuTimeV8interval14CoreFoundation7CGFloatVvM", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV8interval12CoreGraphics7CGFloatVvM", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "MaxTime", + "printedName": "MaxTime()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuTimeV03MaxD014CoreFoundation7CGFloatVyF", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV03MaxD012CoreGraphics7CGFloatVyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10DCUniVideo13HJDanmakuTimeV", + "mangledName": "$s10DCUniVideo13HJDanmakuTimeV", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuAgent", + "printedName": "HJDanmakuAgent", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(danmakuModel:)", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuAgent", + "printedName": "DCUniVideo.HJDanmakuAgent", + "usr": "s:10DCUniVideo14HJDanmakuAgentC" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo14HJDanmakuAgentC12danmakuModelAcA0cF0C_tcfc", + "mangledName": "$s10DCUniVideo14HJDanmakuAgentC12danmakuModelAcA0cF0C_tcfc", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "s:10DCUniVideo14HJDanmakuAgentC", + "mangledName": "$s10DCUniVideo14HJDanmakuAgentC", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuSource", + "printedName": "HJDanmakuSource", + "children": [ + { + "kind": "Function", + "name": "prepareDanmakus", + "printedName": "prepareDanmakus(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo15HJDanmakuSourceC15prepareDanmakus_10completionySayAA0C5ModelCG_yyctF", + "mangledName": "$s10DCUniVideo15HJDanmakuSourceC15prepareDanmakus_10completionySayAA0C5ModelCG_yyctF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmaku", + "printedName": "sendDanmaku(_:forceRender:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuAgent?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuAgent", + "printedName": "DCUniVideo.HJDanmakuAgent", + "usr": "s:10DCUniVideo14HJDanmakuAgentC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo15HJDanmakuSourceC11sendDanmaku_11forceRenderAA0C5AgentCSgAA0C5ModelC_SbtF", + "mangledName": "$s10DCUniVideo15HJDanmakuSourceC11sendDanmaku_11forceRenderAA0C5AgentCSgAA0C5ModelC_SbtF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl", + "DiscardableResult" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmakus", + "printedName": "sendDanmakus(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo15HJDanmakuSourceC12sendDanmakusyySayAA0C5ModelCGF", + "mangledName": "$s10DCUniVideo15HJDanmakuSourceC12sendDanmakusyySayAA0C5ModelCGF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "fetchDanmakuAgents", + "printedName": "fetchDanmakuAgents(forTime:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[DCUniVideo.HJDanmakuAgent]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuAgent]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuAgent", + "printedName": "DCUniVideo.HJDanmakuAgent", + "usr": "s:10DCUniVideo14HJDanmakuAgentC" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuTime", + "printedName": "DCUniVideo.HJDanmakuTime", + "usr": "s:10DCUniVideo13HJDanmakuTimeV" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo15HJDanmakuSourceC18fetchDanmakuAgents7forTimeSayAA0C5AgentCGSgAA0cI0V_tF", + "mangledName": "$s10DCUniVideo15HJDanmakuSourceC18fetchDanmakuAgents7forTimeSayAA0C5AgentCGSgAA0cI0V_tF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10DCUniVideo15HJDanmakuSourceC", + "mangledName": "$s10DCUniVideo15HJDanmakuSourceC", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuVideoSource", + "printedName": "HJDanmakuVideoSource", + "children": [ + { + "kind": "Function", + "name": "prepareDanmakus", + "printedName": "prepareDanmakus(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo09HJDanmakuB6SourceC15prepareDanmakus_10completionySayAA0C5ModelCG_yyctF", + "mangledName": "$s10DCUniVideo09HJDanmakuB6SourceC15prepareDanmakus_10completionySayAA0C5ModelCG_yyctF", + "moduleName": "DCUniVideo", + "overriding": true, + "declAttributes": [ + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmaku", + "printedName": "sendDanmaku(_:forceRender:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuAgent?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuAgent", + "printedName": "DCUniVideo.HJDanmakuAgent", + "usr": "s:10DCUniVideo14HJDanmakuAgentC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo09HJDanmakuB6SourceC11sendDanmaku_11forceRenderAA0C5AgentCSgAA0C5ModelC_SbtF", + "mangledName": "$s10DCUniVideo09HJDanmakuB6SourceC11sendDanmaku_11forceRenderAA0C5AgentCSgAA0C5ModelC_SbtF", + "moduleName": "DCUniVideo", + "overriding": true, + "declAttributes": [ + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmakus", + "printedName": "sendDanmakus(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo09HJDanmakuB6SourceC12sendDanmakusyySayAA0C5ModelCGF", + "mangledName": "$s10DCUniVideo09HJDanmakuB6SourceC12sendDanmakusyySayAA0C5ModelCGF", + "moduleName": "DCUniVideo", + "overriding": true, + "declAttributes": [ + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "fetchDanmakuAgents", + "printedName": "fetchDanmakuAgents(forTime:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[DCUniVideo.HJDanmakuAgent]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuAgent]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuAgent", + "printedName": "DCUniVideo.HJDanmakuAgent", + "usr": "s:10DCUniVideo14HJDanmakuAgentC" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuTime", + "printedName": "DCUniVideo.HJDanmakuTime", + "usr": "s:10DCUniVideo13HJDanmakuTimeV" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo09HJDanmakuB6SourceC18fetchDanmakuAgents7forTimeSayAA0C5AgentCGSgAA0cI0V_tF", + "mangledName": "$s10DCUniVideo09HJDanmakuB6SourceC18fetchDanmakuAgents7forTimeSayAA0C5AgentCGSgAA0cI0V_tF", + "moduleName": "DCUniVideo", + "overriding": true, + "declAttributes": [ + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10DCUniVideo09HJDanmakuB6SourceC", + "mangledName": "$s10DCUniVideo09HJDanmakuB6SourceC", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "superclassUsr": "s:10DCUniVideo15HJDanmakuSourceC", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "DCUniVideo.HJDanmakuSource" + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuLiveSource", + "printedName": "HJDanmakuLiveSource", + "children": [ + { + "kind": "Function", + "name": "prepareDanmakus", + "printedName": "prepareDanmakus(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo19HJDanmakuLiveSourceC15prepareDanmakus_10completionySayAA0C5ModelCG_yyctF", + "mangledName": "$s10DCUniVideo19HJDanmakuLiveSourceC15prepareDanmakus_10completionySayAA0C5ModelCG_yyctF", + "moduleName": "DCUniVideo", + "overriding": true, + "declAttributes": [ + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmaku", + "printedName": "sendDanmaku(_:forceRender:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuAgent?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuAgent", + "printedName": "DCUniVideo.HJDanmakuAgent", + "usr": "s:10DCUniVideo14HJDanmakuAgentC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo19HJDanmakuLiveSourceC11sendDanmaku_11forceRenderAA0C5AgentCSgAA0C5ModelC_SbtF", + "mangledName": "$s10DCUniVideo19HJDanmakuLiveSourceC11sendDanmaku_11forceRenderAA0C5AgentCSgAA0C5ModelC_SbtF", + "moduleName": "DCUniVideo", + "overriding": true, + "declAttributes": [ + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmakus", + "printedName": "sendDanmakus(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo19HJDanmakuLiveSourceC12sendDanmakusyySayAA0C5ModelCGF", + "mangledName": "$s10DCUniVideo19HJDanmakuLiveSourceC12sendDanmakusyySayAA0C5ModelCGF", + "moduleName": "DCUniVideo", + "overriding": true, + "declAttributes": [ + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "fetchDanmakuAgents", + "printedName": "fetchDanmakuAgents(forTime:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[DCUniVideo.HJDanmakuAgent]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuAgent]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuAgent", + "printedName": "DCUniVideo.HJDanmakuAgent", + "usr": "s:10DCUniVideo14HJDanmakuAgentC" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuTime", + "printedName": "DCUniVideo.HJDanmakuTime", + "usr": "s:10DCUniVideo13HJDanmakuTimeV" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo19HJDanmakuLiveSourceC18fetchDanmakuAgents7forTimeSayAA0C5AgentCGSgAA0cJ0V_tF", + "mangledName": "$s10DCUniVideo19HJDanmakuLiveSourceC18fetchDanmakuAgents7forTimeSayAA0C5AgentCGSgAA0cJ0V_tF", + "moduleName": "DCUniVideo", + "overriding": true, + "declAttributes": [ + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10DCUniVideo19HJDanmakuLiveSourceC", + "mangledName": "$s10DCUniVideo19HJDanmakuLiveSourceC", + "moduleName": "DCUniVideo", + "declAttributes": [ + "AccessControl" + ], + "superclassUsr": "s:10DCUniVideo15HJDanmakuSourceC", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "DCUniVideo.HJDanmakuSource" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "AVFAudio", + "printedName": "AVFAudio", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuViewDelegate", + "printedName": "HJDanmakuViewDelegate", + "children": [ + { + "kind": "Function", + "name": "prepareCompletedWithDanmakuView", + "printedName": "prepareCompletedWithDanmakuView(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP027prepareCompletedWithDanmakuD0yyAA0cD0CF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegateP027prepareCompletedWithDanmakuD0yyAA0cD0CF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:shouldRenderDanmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_19shouldRenderDanmakuSbAA0cD0C_AA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_19shouldRenderDanmakuSbAA0cD0C_AA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:willDisplayCell:danmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_15willDisplayCell0F0yAA0cD0C_AA0cI0CAA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_15willDisplayCell0F0yAA0cD0C_AA0cI0CAA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:didEndDisplayCell:danmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_17didEndDisplayCell0F0yAA0cD0C_AA0cJ0CAA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_17didEndDisplayCell0F0yAA0cD0C_AA0cJ0CAA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:shouldSelectCell:danmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_16shouldSelectCell0F0SbAA0cD0C_AA0cI0CAA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_16shouldSelectCell0F0SbAA0cD0C_AA0cI0CAA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:didSelectCell:danmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_13didSelectCell0F0yAA0cD0C_AA0cI0CAA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegateP07danmakuD0_13didSelectCell0F0yAA0cD0C_AA0cI0CAA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "prepareCompleted", + "printedName": "prepareCompleted(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegatePAAE16prepareCompletedyyAA0cD0CF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegatePAAE16prepareCompletedyyAA0cD0CF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:shouldRenderDanmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_19shouldRenderDanmakuSbAA0cD0C_AA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_19shouldRenderDanmakuSbAA0cD0C_AA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:willDisplayCell:danmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_15willDisplayCell0F0yAA0cD0C_AA0cI0CAA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_15willDisplayCell0F0yAA0cD0C_AA0cI0CAA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:didEndDisplayCell:danmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_17didEndDisplayCell0F0yAA0cD0C_AA0cJ0CAA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_17didEndDisplayCell0F0yAA0cD0C_AA0cJ0CAA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:shouldSelectCell:danmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_16shouldSelectCell0F0SbAA0cD0C_AA0cI0CAA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_16shouldSelectCell0F0SbAA0cD0C_AA0cI0CAA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:didSelectCell:danmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_13didSelectCell0F0yAA0cD0C_AA0cI0CAA0C5ModelCtF", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegatePAAE07danmakuD0_13didSelectCell0F0yAA0cD0C_AA0cI0CAA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDelegate>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP", + "mangledName": "$s10DCUniVideo21HJDanmakuViewDelegateP", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 : ObjectiveC.NSObjectProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuViewDateSource", + "printedName": "HJDanmakuViewDateSource", + "children": [ + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:widthForDanmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourceP07danmakuD0_15widthForDanmaku14CoreFoundation7CGFloatVAA0cD0C_AA0C5ModelCtF", + "mangledName": "$s10DCUniVideo23HJDanmakuViewDateSourceP07danmakuD0_15widthForDanmaku12CoreGraphics7CGFloatVAA0cD0C_AA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDateSource>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuView", + "printedName": "danmakuView(_:cellForDanmaku:)", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourceP07danmakuD0_14cellForDanmakuAA0C4CellCAA0cD0C_AA0C5ModelCtF", + "mangledName": "$s10DCUniVideo23HJDanmakuViewDateSourceP07danmakuD0_14cellForDanmakuAA0C4CellCAA0cD0C_AA0C5ModelCtF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDateSource>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playTimeWithDanmakuView", + "printedName": "playTimeWithDanmakuView(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourceP019playTimeWithDanmakuD0y14CoreFoundation7CGFloatVAA0cD0CF", + "mangledName": "$s10DCUniVideo23HJDanmakuViewDateSourceP019playTimeWithDanmakuD0y12CoreGraphics7CGFloatVAA0cD0CF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDateSource>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bufferingWithDanmakuView", + "printedName": "bufferingWithDanmakuView(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourceP020bufferingWithDanmakuD0ySbAA0cD0CF", + "mangledName": "$s10DCUniVideo23HJDanmakuViewDateSourceP020bufferingWithDanmakuD0ySbAA0cD0CF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDateSource>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playTimeWithDanmakuView", + "printedName": "playTimeWithDanmakuView(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourcePAAE019playTimeWithDanmakuD0y14CoreFoundation7CGFloatVAA0cD0CF", + "mangledName": "$s10DCUniVideo23HJDanmakuViewDateSourcePAAE019playTimeWithDanmakuD0y12CoreGraphics7CGFloatVAA0cD0CF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDateSource>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bufferingWithDanmakuView", + "printedName": "bufferingWithDanmakuView(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourcePAAE020bufferingWithDanmakuD0ySbAA0cD0CF", + "mangledName": "$s10DCUniVideo23HJDanmakuViewDateSourcePAAE020bufferingWithDanmakuD0ySbAA0cD0CF", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 where τ_0_0 : DCUniVideo.HJDanmakuViewDateSource>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourceP", + "mangledName": "$s10DCUniVideo23HJDanmakuViewDateSourceP", + "moduleName": "DCUniVideo", + "genericSig": "<τ_0_0 : ObjectiveC.NSObjectProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "HJDanmakuView", + "printedName": "HJDanmakuView", + "children": [ + { + "kind": "Var", + "name": "dataSource", + "printedName": "dataSource", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "DCUniVideo.HJDanmakuViewDateSource?" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuViewC10dataSourceAA0cd4DateF0_pSgvp", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC10dataSourceAA0cd4DateF0_pSgvp", + "moduleName": "DCUniVideo", + "isOpen": true, + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "ReferenceOwnership" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuViewDateSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuViewDateSource", + "printedName": "DCUniVideo.HJDanmakuViewDateSource", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourceP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC10dataSourceAA0cd4DateF0_pSgvg", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC10dataSourceAA0cd4DateF0_pSgvg", + "moduleName": "DCUniVideo", + "implicit": true, + "isOpen": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuViewDateSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuViewDateSource", + "printedName": "DCUniVideo.HJDanmakuViewDateSource", + "usr": "s:10DCUniVideo23HJDanmakuViewDateSourceP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC10dataSourceAA0cd4DateF0_pSgvs", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC10dataSourceAA0cd4DateF0_pSgvs", + "moduleName": "DCUniVideo", + "implicit": true, + "isOpen": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC10dataSourceAA0cd4DateF0_pSgvM", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC10dataSourceAA0cd4DateF0_pSgvM", + "moduleName": "DCUniVideo", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "DCUniVideo.HJDanmakuViewDelegate?" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuViewC8delegateAA0cD8Delegate_pSgvp", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC8delegateAA0cD8Delegate_pSgvp", + "moduleName": "DCUniVideo", + "isOpen": true, + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "ReferenceOwnership" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuViewDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuViewDelegate", + "printedName": "DCUniVideo.HJDanmakuViewDelegate", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC8delegateAA0cD8Delegate_pSgvg", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC8delegateAA0cD8Delegate_pSgvg", + "moduleName": "DCUniVideo", + "implicit": true, + "isOpen": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuViewDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuViewDelegate", + "printedName": "DCUniVideo.HJDanmakuViewDelegate", + "usr": "s:10DCUniVideo21HJDanmakuViewDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC8delegateAA0cD8Delegate_pSgvs", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC8delegateAA0cD8Delegate_pSgvs", + "moduleName": "DCUniVideo", + "implicit": true, + "isOpen": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC8delegateAA0cD8Delegate_pSgvM", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC8delegateAA0cD8Delegate_pSgvM", + "moduleName": "DCUniVideo", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isPrepared", + "printedName": "isPrepared", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuViewC10isPreparedSbvp", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC10isPreparedSbvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC10isPreparedSbvg", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC10isPreparedSbvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isPlaying", + "printedName": "isPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuViewC9isPlayingSbvp", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC9isPlayingSbvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC9isPlayingSbvg", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC9isPlayingSbvg", + "moduleName": "DCUniVideo", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuConfiguration", + "printedName": "DCUniVideo.HJDanmakuConfiguration", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuViewC13configurationAA0C13ConfigurationCvp", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC13configurationAA0C13ConfigurationCvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuConfiguration", + "printedName": "DCUniVideo.HJDanmakuConfiguration", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC13configurationAA0C13ConfigurationCvg", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC13configurationAA0C13ConfigurationCvg", + "moduleName": "DCUniVideo", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuConfiguration", + "printedName": "DCUniVideo.HJDanmakuConfiguration", + "usr": "s:10DCUniVideo22HJDanmakuConfigurationC" + } + ], + "declKind": "Constructor", + "usr": "s:10DCUniVideo13HJDanmakuViewC5frame13configurationACSo6CGRectV_AA0C13ConfigurationCtcfc", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC5frame13configurationACSo6CGRectV_AA0C13ConfigurationCtcfc", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuView?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView(im)initWithCoder:", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "DCUniVideo", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "prepareDanmakus", + "printedName": "prepareDanmakus(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[DCUniVideo.HJDanmakuModel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC15prepareDanmakusyySayAA0C5ModelCGSgF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC15prepareDanmakusyySayAA0C5ModelCGSgF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC4playyyF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC4playyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC5pauseyyF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC5pauseyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC4stopyyF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC4stopyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearScreen", + "printedName": "clearScreen()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC11clearScreenyyF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC11clearScreenyyF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sizeToFit", + "printedName": "sizeToFit()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView(im)sizeToFit", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC9sizeToFityyF", + "moduleName": "DCUniVideo", + "overriding": true, + "isOpen": true, + "objc_name": "sizeToFit", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmaku", + "printedName": "sendDanmaku(_:forceRender:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC11sendDanmaku_11forceRenderyAA0C5ModelC_SbtF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC11sendDanmaku_11forceRenderyAA0C5ModelC_SbtF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendDanmakus", + "printedName": "sendDanmakus(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC12sendDanmakusyySayAA0C5ModelCGF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC12sendDanmakusyySayAA0C5ModelCGF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "danmakuForVisibleCell", + "printedName": "danmakuForVisibleCell(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuModel?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuModel", + "printedName": "DCUniVideo.HJDanmakuModel", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuModel" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC21danmakuForVisibleCellyAA0C5ModelCSgAA0cH0CF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC21danmakuForVisibleCellyAA0C5ModelCSgAA0cH0CF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "visibleCells", + "printedName": "visibleCells", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuCell]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10DCUniVideo13HJDanmakuViewC12visibleCellsSayAA0C4CellCGvp", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC12visibleCellsSayAA0C4CellCGvp", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[DCUniVideo.HJDanmakuCell]", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10DCUniVideo13HJDanmakuViewC12visibleCellsSayAA0C4CellCGvg", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC12visibleCellsSayAA0C4CellCGvg", + "moduleName": "DCUniVideo", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuView", + "printedName": "DCUniVideo.HJDanmakuView", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView(im)initWithFrame:", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC5frameACSo6CGRectV_tcfc", + "moduleName": "DCUniVideo", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hitTest", + "printedName": "hitTest(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@DCUniVideo@objc(cs)HJDanmakuView(im)hitTest:withEvent:", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC7hitTest_4withSo6UIViewCSgSo7CGPointV_So7UIEventCSgtF", + "moduleName": "DCUniVideo", + "overriding": true, + "isOpen": true, + "objc_name": "hitTest:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "touchesBegan", + "printedName": "touchesBegan(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@DCUniVideo@objc(cs)HJDanmakuView(im)touchesBegan:withEvent:", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC12touchesBegan_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "DCUniVideo", + "overriding": true, + "isOpen": true, + "objc_name": "touchesBegan:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "touchesMoved", + "printedName": "touchesMoved(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@DCUniVideo@objc(cs)HJDanmakuView(im)touchesMoved:withEvent:", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC12touchesMoved_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "DCUniVideo", + "overriding": true, + "isOpen": true, + "objc_name": "touchesMoved:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "touchesEnded", + "printedName": "touchesEnded(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@DCUniVideo@objc(cs)HJDanmakuView(im)touchesEnded:withEvent:", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC12touchesEnded_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "DCUniVideo", + "overriding": true, + "isOpen": true, + "objc_name": "touchesEnded:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "touchesCancelled", + "printedName": "touchesCancelled(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@DCUniVideo@objc(cs)HJDanmakuView(im)touchesCancelled:withEvent:", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC16touchesCancelled_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "DCUniVideo", + "overriding": true, + "isOpen": true, + "objc_name": "touchesCancelled:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "register", + "printedName": "register(_:forCellReuseIdentifier:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DCUniVideo.HJDanmakuCell.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + } + ] + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC8register_22forCellReuseIdentifieryAA0cG0Cm_SStF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC8register_22forCellReuseIdentifieryAA0cG0Cm_SStF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dequeueReusableCell", + "printedName": "dequeueReusableCell(withIdentifier:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DCUniVideo.HJDanmakuCell?", + "children": [ + { + "kind": "TypeNominal", + "name": "HJDanmakuCell", + "printedName": "DCUniVideo.HJDanmakuCell", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuCell" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10DCUniVideo13HJDanmakuViewC19dequeueReusableCell14withIdentifierAA0cG0CSgSS_tF", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC19dequeueReusableCell14withIdentifierAA0cG0CSgSS_tF", + "moduleName": "DCUniVideo", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@DCUniVideo@objc(cs)HJDanmakuView", + "mangledName": "$s10DCUniVideo13HJDanmakuViewC", + "moduleName": "DCUniVideo", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DCUniVideo", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DCUniVideo" + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "StringLiteral", + "offset": 712, + "length": 7, + "value": "\"false\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "BooleanLiteral", + "offset": 801, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "StringLiteral", + "offset": 829, + "length": 6, + "value": "\"true\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "BooleanLiteral", + "offset": 917, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "StringLiteral", + "offset": 944, + "length": 6, + "value": "\"none\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "BooleanLiteral", + "offset": 1108, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "StringLiteral", + "offset": 1154, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "StringLiteral", + "offset": 1180, + "length": 7, + "value": "\"false\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "StringLiteral", + "offset": 1210, + "length": 7, + "value": "\"FALSE\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "BooleanLiteral", + "offset": 1243, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoPlayerConvert.swift", + "kind": "IntegerLiteral", + "offset": 4172, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuModel.swift", + "kind": "StringLiteral", + "offset": 160, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuModel.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuModel.swift", + "kind": "StringLiteral", + "offset": 222, + "length": 3, + "value": "\"2\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuModel.swift", + "kind": "StringLiteral", + "offset": 160, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuModel.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuModel.swift", + "kind": "StringLiteral", + "offset": 222, + "length": 3, + "value": "\"2\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuModel.swift", + "kind": "FloatLiteral", + "offset": 303, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuModel.swift", + "kind": "StringLiteral", + "offset": 240, + "length": 14, + "value": "\"DCUniVideo.HJDanmakuModel\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "IntegerLiteral", + "offset": 192, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "IntegerLiteral", + "offset": 198, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "IntegerLiteral", + "offset": 205, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 382, + "length": 19, + "value": "\"ijkio:cache:ffio:\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 727, + "length": 41, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 756, + "length": 1, + "value": "\".videoCache\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 801, + "length": 29, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 829, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 1153, + "length": 44, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 1182, + "length": 1, + "value": "\".videoCacheMap\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 1230, + "length": 29, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 1241, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 1258, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "IntegerLiteral", + "offset": 1509, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "BooleanLiteral", + "offset": 1544, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 1736, + "length": 23, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 1747, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 1758, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "BooleanLiteral", + "offset": 2090, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 2286, + "length": 23, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 2297, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 2308, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "BooleanLiteral", + "offset": 2664, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "BooleanLiteral", + "offset": 2787, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 3029, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "IntegerLiteral", + "offset": 3173, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoCacheUtil.swift", + "kind": "StringLiteral", + "offset": 3360, + "length": 8, + "value": "\"%02hhx\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerVolumeView.swift", + "kind": "IntegerLiteral", + "offset": 361, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerVolumeView.swift", + "kind": "StringLiteral", + "offset": 705, + "length": 14, + "value": "\"video_volume\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerVolumeView.swift", + "kind": "StringLiteral", + "offset": 848, + "length": 16, + "value": "\"MPVolumeSlider\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerVolumeView.swift", + "kind": "StringLiteral", + "offset": 1013, + "length": 8, + "value": "\"音量\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerVolumeView.swift", + "kind": "StringLiteral", + "offset": 1089, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuConfiguration.swift", + "kind": "FloatLiteral", + "offset": 319, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuConfiguration.swift", + "kind": "FloatLiteral", + "offset": 459, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuConfiguration.swift", + "kind": "FloatLiteral", + "offset": 657, + "length": 4, + "value": "30.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 794, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 1802, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 1841, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 1881, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 1918, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 1966, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 2001, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 2039, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 2084, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 2125, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 2168, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 2209, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 2247, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 2280, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 2363, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "Array", + "offset": 2460, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 2709, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 3900, + "length": 22, + "value": "\"UIRequiresFullScreen\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 5029, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 5073, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 5243, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 5501, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 6089, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 6126, + "length": 6, + "value": "\"_doc\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 6166, + "length": 5, + "value": "\"..\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 6205, + "length": 4, + "value": "\".\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 6240, + "length": 18, + "value": "\"unifile:\/\/cache\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 6289, + "length": 16, + "value": "\"unifile:\/\/usr\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 6337, + "length": 20, + "value": "\"unifile:\/\/sandbox\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 6909, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7007, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7182, + "length": 6, + "value": "\"rtmp\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7211, + "length": 6, + "value": "\"rtsp\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 7257, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7304, + "length": 6, + "value": "\"rtsp\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7367, + "length": 5, + "value": "\"tcp\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7382, + "length": 16, + "value": "\"rtsp_transport\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 7475, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7486, + "length": 11, + "value": "\"reconnect\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 7552, + "length": 3, + "value": "512" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7565, + "length": 5, + "value": "\"vol\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 7650, + "length": 3, + "value": "256" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7663, + "length": 5, + "value": "\"vol\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7751, + "length": 6, + "value": "\"http\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7780, + "length": 7, + "value": "\"https\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7807, + "length": 7, + "value": "\".m3u8\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 7819, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 7843, + "length": 7, + "value": "\".M3U8\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 7855, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 7894, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 8112, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 8125, + "length": 17, + "value": "\"dns_cache_clear\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 8330, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 8341, + "length": 22, + "value": "\"enable-accurate-seek\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 8696, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 8815, + "length": 24, + "value": "\"Cookie:\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 8838, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 8903, + "length": 9, + "value": "\"headers\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 9034, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9074, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9189, + "length": 3, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9200, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9229, + "length": 3, + "value": "\"_\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9240, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9294, + "length": 11, + "value": "\"useragent\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9393, + "length": 12, + "value": "\"user-agent\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9509, + "length": 21, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9516, + "length": 1, + "value": "\":\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9525, + "length": 1, + "value": "\"\r\n\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 9629, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9700, + "length": 9, + "value": "\"headers\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 9879, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9890, + "length": 8, + "value": "\"infbuf\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 9975, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 9986, + "length": 9, + "value": "\"max-fps\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 10072, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 10083, + "length": 10, + "value": "\"opensles\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 10170, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 10181, + "length": 18, + "value": "\"mediacodec-mpeg4\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 10276, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 10287, + "length": 17, + "value": "\"mediacodec-hevc\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 10440, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 10451, + "length": 8, + "value": "\"infbuf\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 10536, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 10548, + "length": 9, + "value": "\"max-fps\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 10647, + "length": 38, + "value": "\"file,crypto,http,https,tls,tcp,ijkio\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 10695, + "length": 20, + "value": "\"protocol_whitelist\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 11028, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 11299, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 11310, + "length": 14, + "value": "\"videotoolbox\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 11416, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 11427, + "length": 14, + "value": "\"videotoolbox\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 11918, + "length": 17, + "value": "\"cache_file_path\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 12035, + "length": 16, + "value": "\"cache_map_path\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 12128, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 12139, + "length": 15, + "value": "\"auto_save_map\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 12231, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 12242, + "length": 17, + "value": "\"parse_cache_map\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 12383, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 12396, + "length": 20, + "value": "\"analyzemaxduration\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 12485, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 12496, + "length": 17, + "value": "\"analyzeduration\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 12582, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 12589, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 12601, + "length": 11, + "value": "\"probesize\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 12915, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 13531, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 13578, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 14026, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 14225, + "length": 16, + "value": "\"_formatOptions\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 14301, + "length": 12, + "value": "\"user-agent\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 14356, + "length": 11, + "value": "\"ijkplayer\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 14479, + "length": 12, + "value": "\"user_agent\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 14715, + "length": 6, + "value": "\"type\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 14765, + "length": 5, + "value": "\"key\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 14816, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "Array", + "offset": 14976, + "length": 36, + "value": "[\"format\", \"codec\", \"sws\", \"player\"]" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 15343, + "length": 8, + "value": "\"format\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 15448, + "length": 7, + "value": "\"codec\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 15551, + "length": 5, + "value": "\"sws\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 15650, + "length": 8, + "value": "\"player\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 16143, + "length": 8, + "value": "\"format\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 16273, + "length": 7, + "value": "\"codec\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 16401, + "length": 5, + "value": "\"sws\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 16525, + "length": 8, + "value": "\"player\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 17232, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 17504, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 17940, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 17990, + "length": 9, + "value": "\"0:00:00\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 18038, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 18078, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 18159, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 18188, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 18467, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 18574, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 18626, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 18795, + "length": 7, + "value": "\"error\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 18828, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 19031, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 19171, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 19487, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 19576, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 19788, + "length": 6, + "value": "\"play\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 19816, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 19992, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 20064, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 20311, + "length": 7, + "value": "\"pause\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 20629, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 20865, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 20893, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 21737, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 21773, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 22043, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 22284, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 23198, + "length": 6, + "value": "\"text\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 23277, + "length": 7, + "value": "\"color\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 23376, + "length": 6, + "value": "\"time\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 24607, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 24812, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 25024, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 25103, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 25537, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 25629, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 25684, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 25722, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 25822, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 26062, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 26121, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 26182, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 26499, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 26530, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 26617, + "length": 12, + "value": "\"timeupdate\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 26632, + "length": 8, + "value": "\"detail\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 26643, + "length": 13, + "value": "\"currentTime\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 26667, + "length": 10, + "value": "\"duration\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 27010, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 27024, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 27080, + "length": 3, + "value": "4.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 27307, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 27475, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 27620, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "BooleanLiteral", + "offset": 27706, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 28616, + "length": 4, + "value": "3600" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 28651, + "length": 4, + "value": "3600" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 28659, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 28691, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "IntegerLiteral", + "offset": 28728, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 28732, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 28740, + "length": 1, + "value": "\":\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 28745, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 28763, + "length": 57, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 28779, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 28796, + "length": 11, + "value": "\"%02d:%02d\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "StringLiteral", + "offset": 28819, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.swift", + "kind": "FloatLiteral", + "offset": 29103, + "length": 3, + "value": "1.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 149, + "length": 3, + "value": "155" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 326, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 369, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 382, + "length": 4, + "value": "0.22" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 394, + "length": 4, + "value": "0.21" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 407, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 602, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 615, + "length": 4, + "value": "0.22" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 627, + "length": 4, + "value": "0.21" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 640, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 925, + "length": 4, + "value": "0.97" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "Array", + "offset": 996, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1238, + "length": 2, + "value": "79" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1271, + "length": 2, + "value": "76" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1318, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 1367, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 1385, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1465, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "BooleanLiteral", + "offset": 1503, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1694, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1700, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1826, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1832, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1975, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 1982, + "length": 3, + "value": "132" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2019, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2031, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 2116, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "StringLiteral", + "offset": 2187, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 2368, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 2390, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2680, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2686, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2717, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2747, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2766, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2770, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2819, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 2824, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 3205, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 3209, + "length": 4, + "value": "15.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 3271, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "IntegerLiteral", + "offset": 3480, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 3509, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 3601, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 3648, + "length": 3, + "value": "0.8" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/SlidingTipsView.swift", + "kind": "FloatLiteral", + "offset": 3684, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 1170, + "length": 54, + "value": "\"AVSystemController_SystemVolumeDidChangeNotification\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 2452, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 2529, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 2604, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 2711, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 2788, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 2863, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 3023, + "length": 55, + "value": "\"AVSystemController_AudioCategoryNotificationParameter\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 3155, + "length": 13, + "value": "\"Audio\/Video\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 3237, + "length": 65, + "value": "\"AVSystemController_AudioVolumeChangeReasonNotificationParameter\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 3396, + "length": 22, + "value": "\"ExplicitVolumeChange\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 3476, + "length": 53, + "value": "\"AVSystemController_AudioVolumeNotificationParameter\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 3992, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 4091, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 4231, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 4299, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 4420, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 4484, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 4602, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 4686, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 4751, + "length": 9, + "value": "\"waiting\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 5179, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 5305, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 5342, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 5373, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 5535, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 5710, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 5752, + "length": 7, + "value": "\"error\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 5796, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 5830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 6083, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 6145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "FloatLiteral", + "offset": 6149, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 6187, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 6303, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 6542, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 6597, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 6659, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 6781, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 6831, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 6888, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 6939, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 7291, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 7402, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 7451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 7580, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 7888, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 8149, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 8360, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "FloatLiteral", + "offset": 8502, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 8540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 8876, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "IntegerLiteral", + "offset": 8918, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "StringLiteral", + "offset": 8948, + "length": 7, + "value": "\"ended\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 9089, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Notification.swift", + "kind": "BooleanLiteral", + "offset": 9136, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 256, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 270, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 285, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 256, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 270, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 285, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 256, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 270, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 285, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 544, + "length": 10, + "value": "\"hardware\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 575, + "length": 10, + "value": "\"software\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 544, + "length": 10, + "value": "\"hardware\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 575, + "length": 10, + "value": "\"software\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1156, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1172, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1156, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1172, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1156, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1172, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "FloatLiteral", + "offset": 1367, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "FloatLiteral", + "offset": 1427, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 1550, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 1740, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 1852, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 1915, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 1974, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 2034, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 2151, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 2469, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 2551, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 2646, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 2741, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 2839, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 2933, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 3029, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 3584, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 3690, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 3836, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 4443, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 5304, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "BooleanLiteral", + "offset": 5453, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 7945, + "length": 9, + "value": "\"contain\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 7983, + "length": 6, + "value": "\"fill\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 8015, + "length": 7, + "value": "\"cover\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 8816, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 9435, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 9880, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 9922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 9974, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "IntegerLiteral", + "offset": 10025, + "length": 3, + "value": "-90" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConfig.swift", + "kind": "StringLiteral", + "offset": 1200, + "length": 20, + "value": "\"DCUniVideo.UniVideoPlayerConfig\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 517, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 775, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "StringLiteral", + "offset": 1007, + "length": 13, + "value": "\"player_play\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 1148, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 1478, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 1663, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 2379, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 2630, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 3024, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "StringLiteral", + "offset": 3560, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "FloatLiteral", + "offset": 3731, + "length": 4, + "value": "64.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 3901, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 3928, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 4112, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 4118, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 4265, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4533, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4583, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "FloatLiteral", + "offset": 4626, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 4837, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 4843, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 4943, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "StringLiteral", + "offset": 5028, + "length": 8, + "value": "\"detail\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "Dictionary", + "offset": 5038, + "length": 14, + "value": "[(\"show\", true)]" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "FloatLiteral", + "offset": 5226, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 5437, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 5574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 5676, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 5719, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "StringLiteral", + "offset": 5774, + "length": 8, + "value": "\"detail\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "Dictionary", + "offset": 5784, + "length": 15, + "value": "[(\"show\", false)]" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 5904, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 6121, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 6164, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 6243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 7002, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 7008, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "FloatLiteral", + "offset": 7157, + "length": 5, + "value": "155.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "FloatLiteral", + "offset": 7209, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "FloatLiteral", + "offset": 7259, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 7432, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 7835, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 8293, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 8906, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 8990, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 9020, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 9273, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 9304, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 9966, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuCell.swift", + "kind": "IntegerLiteral", + "offset": 322, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuCell.swift", + "kind": "StringLiteral", + "offset": 970, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuCell.swift", + "kind": "StringLiteral", + "offset": 269, + "length": 13, + "value": "\"DCUniVideo.HJDanmakuCell\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 167, + "length": 4, + "value": "16.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 208, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 244, + "length": 4, + "value": "44.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 282, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 889, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 924, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 960, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 1085, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 1224, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 1258, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 1479, + "length": 13, + "value": "\"player_stop\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 1541, + "length": 13, + "value": "\"player_play\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 1595, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 1606, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 1619, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 1631, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 1901, + "length": 18, + "value": "\"video_ic_muteoff\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 1968, + "length": 17, + "value": "\"video_ic_muteon\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 2026, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 2037, + "length": 3, + "value": "8.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 2050, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 2062, + "length": 3, + "value": "8.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 2178, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 2397, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 2473, + "length": 9, + "value": "\"0:00:00\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 2734, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 2810, + "length": 9, + "value": "\"0:00:00\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 3020, + "length": 14, + "value": "\"slider_thumb\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3103, + "length": 2, + "value": "66" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3108, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3120, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3124, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3135, + "length": 3, + "value": "191" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3141, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 3153, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3210, + "length": 3, + "value": "160" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3216, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3228, + "length": 3, + "value": "160" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3234, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3245, + "length": 3, + "value": "160" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 3251, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 3263, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 3295, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 3928, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 4060, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 4210, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 4216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 4226, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 4238, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "BooleanLiteral", + "offset": 4260, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 4312, + "length": 16, + "value": "\"exitfullscreen\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 4377, + "length": 12, + "value": "\"fullscreen\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 4430, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 4441, + "length": 4, + "value": "16.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 4455, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 4467, + "length": 3, + "value": "8.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 4871, + "length": 4, + "value": "21.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 4879, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 5025, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 5037, + "length": 3, + "value": "0.2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "StringLiteral", + "offset": 5370, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 6117, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 6156, + "length": 4, + "value": "24.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 6218, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 6473, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 6513, + "length": 4, + "value": "24.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 6582, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 6986, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 7028, + "length": 4, + "value": "24.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 7091, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 7518, + "length": 4, + "value": "42.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 7560, + "length": 4, + "value": "24.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 7624, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 7946, + "length": 4, + "value": "14.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 7990, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 8603, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 8643, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 8701, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 9876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "IntegerLiteral", + "offset": 9957, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 10013, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 10060, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBottomBar.swift", + "kind": "FloatLiteral", + "offset": 10128, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "BooleanLiteral", + "offset": 439, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 475, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 510, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 563, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 625, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 970, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "BooleanLiteral", + "offset": 1376, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "StringLiteral", + "offset": 1383, + "length": 25, + "value": "\"subClass implementation\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "BooleanLiteral", + "offset": 1560, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "StringLiteral", + "offset": 1567, + "length": 25, + "value": "\"subClass implementation\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "BooleanLiteral", + "offset": 1705, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "StringLiteral", + "offset": 1712, + "length": 25, + "value": "\"subClass implementation\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "BooleanLiteral", + "offset": 1857, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "StringLiteral", + "offset": 1864, + "length": 25, + "value": "\"subClass implementation\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 2003, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 2679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "BooleanLiteral", + "offset": 2972, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 3150, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 3369, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 3397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 4372, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 4913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 4980, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "FloatLiteral", + "offset": 4987, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "BooleanLiteral", + "offset": 5410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 5478, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 5608, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 7007, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 7117, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuSource.swift", + "kind": "IntegerLiteral", + "offset": 7365, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 242, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 270, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 298, + "length": 10, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 383, + "length": 12, + "value": "5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 424, + "length": 12, + "value": "6" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 463, + "length": 13, + "value": "7" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 242, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 270, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 298, + "length": 10, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 383, + "length": 12, + "value": "5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 424, + "length": 12, + "value": "6" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 463, + "length": 13, + "value": "7" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 242, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 270, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 298, + "length": 10, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 383, + "length": 12, + "value": "5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 424, + "length": 12, + "value": "6" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 463, + "length": 13, + "value": "7" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "StringLiteral", + "offset": 1065, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "StringLiteral", + "offset": 1090, + "length": 21, + "value": "\"file:\/\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "StringLiteral", + "offset": 1110, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "StringLiteral", + "offset": 1852, + "length": 4, + "value": "\"up\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 2544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 2567, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 2592, + "length": 4, + "value": "-1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 2618, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "StringLiteral", + "offset": 2680, + "length": 7, + "value": "\"right\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 2953, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 2959, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 2965, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 2972, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 2991, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 3051, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 3074, + "length": 4, + "value": "-1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 3100, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 3125, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "StringLiteral", + "offset": 3197, + "length": 6, + "value": "\"left\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 3409, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 3434, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 3457, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 3480, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "StringLiteral", + "offset": 3550, + "length": 4, + "value": "\"up\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 3633, + "length": 4, + "value": "-1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 3659, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 3682, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 3705, + "length": 4, + "value": "-1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "StringLiteral", + "offset": 3775, + "length": 6, + "value": "\"down\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 4594, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 4655, + "length": 3, + "value": "600" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "FloatLiteral", + "offset": 5591, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 5598, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "StringLiteral", + "offset": 419, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "IntegerLiteral", + "offset": 458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 753, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 1263, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 1414, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "IntegerLiteral", + "offset": 1474, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 1695, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 2126, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 2555, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 3003, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 3464, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 4014, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 4354, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 4479, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "FloatLiteral", + "offset": 4617, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 4748, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 4868, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "IntegerLiteral", + "offset": 5000, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "IntegerLiteral", + "offset": 5004, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "IntegerLiteral", + "offset": 5125, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "IntegerLiteral", + "offset": 5250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 6278, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "BooleanLiteral", + "offset": 6417, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "IntegerLiteral", + "offset": 6975, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "StringLiteral", + "offset": 8321, + "length": 9, + "value": "\"contain\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "StringLiteral", + "offset": 8359, + "length": 6, + "value": "\"fill\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Config.swift", + "kind": "StringLiteral", + "offset": 8391, + "length": 7, + "value": "\"cover\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 210, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 226, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 2, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 254, + "length": 4, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 210, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 226, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 2, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 254, + "length": 4, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 210, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 226, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 2, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 254, + "length": 4, + "value": "4" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "FloatLiteral", + "offset": 311, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 2302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "IntegerLiteral", + "offset": 2405, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/UniVideoDirectionGesture.swift", + "kind": "BooleanLiteral", + "offset": 3106, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 303, + "length": 7, + "value": "\"click\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 434, + "length": 9, + "value": "\"screenX\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 454, + "length": 9, + "value": "\"screenY\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 474, + "length": 13, + "value": "\"screenWidth\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 522, + "length": 14, + "value": "\"screenHeight\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 604, + "length": 17, + "value": "\"fullscreenclick\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 624, + "length": 8, + "value": "\"detail\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 835, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 1483, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "IntegerLiteral", + "offset": 1533, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 1780, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 2008, + "length": 64, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 2071, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 2906, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 2922, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 3286, + "length": 4, + "value": "0.00" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 3302, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "IntegerLiteral", + "offset": 3410, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 3424, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 3499, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 3694, + "length": 4, + "value": "0.00" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 3793, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 3864, + "length": 4, + "value": "0.00" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 3964, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 4863, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "FloatLiteral", + "offset": 4879, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "IntegerLiteral", + "offset": 5037, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "StringLiteral", + "offset": 5230, + "length": 16, + "value": "\"controlstoggle\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "IntegerLiteral", + "offset": 5611, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 5885, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 6061, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "IntegerLiteral", + "offset": 6113, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 6165, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 6277, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 7483, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoPlayerViewPresent.Protocol.swift", + "kind": "BooleanLiteral", + "offset": 7530, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "StringLiteral", + "offset": 270, + "length": 8, + "value": "\"弹幕\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "FloatLiteral", + "offset": 326, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 430, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 487, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 645, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 650, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 662, + "length": 3, + "value": "150" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 668, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 680, + "length": 2, + "value": "53" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 685, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "FloatLiteral", + "offset": 697, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 1270, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 1357, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 1600, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "IntegerLiteral", + "offset": 1673, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "FloatLiteral", + "offset": 1734, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "FloatLiteral", + "offset": 1799, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "StringLiteral", + "offset": 1959, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "BooleanLiteral", + "offset": 2346, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "BooleanLiteral", + "offset": 2774, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "FloatLiteral", + "offset": 3273, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "FloatLiteral", + "offset": 3347, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "FloatLiteral", + "offset": 3421, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoButtons.swift", + "kind": "StringLiteral", + "offset": 3584, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 1633, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 2034, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 3310, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 3405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "FloatLiteral", + "offset": 3578, + "length": 3, + "value": "0.2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 3775, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 3821, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "StringLiteral", + "offset": 3975, + "length": 33, + "value": "\"com.olinone.danmaku.renderQueue\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "StringLiteral", + "offset": 4256, + "length": 33, + "value": "\"com.olinone.danmaku.sourceQueue\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 4343, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 4483, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 5352, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 5523, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "StringLiteral", + "offset": 5611, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 5806, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 5916, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 6217, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 6522, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 6550, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "StringLiteral", + "offset": 6557, + "length": 36, + "value": "\"configuration nil or duration <= 0\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 6680, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "StringLiteral", + "offset": 6687, + "length": 19, + "value": "\"isPrepared is NO!\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 6828, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "FloatLiteral", + "offset": 7109, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 7263, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 7390, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 7433, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 7538, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 7663, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 8930, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 9542, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "StringLiteral", + "offset": 3594, + "length": 13, + "value": "\"DCUniVideo.HJDanmakuView\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 12624, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 13043, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 13224, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 13997, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 14487, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 14571, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 15473, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 15789, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 16068, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 16116, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 16515, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 17583, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 17804, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 17910, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 18247, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 18683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 18996, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 19200, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 19248, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 19756, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 19784, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 19992, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 20010, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 20701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 20822, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 21469, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 21501, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 21800, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 21983, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 22011, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 22284, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 22517, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 22547, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 22739, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "FloatLiteral", + "offset": 22808, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 22866, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 23763, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 23944, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 23967, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 23998, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 24189, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "FloatLiteral", + "offset": 24258, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 24316, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 24637, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 24934, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 25278, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 25306, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 25487, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 25510, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "BooleanLiteral", + "offset": 25541, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 25777, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 29228, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/HJDanmaku\/HJDanmakuView.swift", + "kind": "IntegerLiteral", + "offset": 29630, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 147, + "length": 5, + "value": "\"src\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 13, + "value": "\"initialTime\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 246, + "length": 10, + "value": "\"duration\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 295, + "length": 10, + "value": "\"controls\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 348, + "length": 13, + "value": "\"enableDanmu\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 401, + "length": 11, + "value": "\"danmuList\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 452, + "length": 10, + "value": "\"danmuBtn\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 501, + "length": 10, + "value": "\"autoplay\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 546, + "length": 6, + "value": "\"loop\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 588, + "length": 7, + "value": "\"muted\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 637, + "length": 13, + "value": "\"pageGesture\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 690, + "length": 11, + "value": "\"direction\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 744, + "length": 14, + "value": "\"showProgress\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 807, + "length": 19, + "value": "\"showFullscreenBtn\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 868, + "length": 13, + "value": "\"showPlayBtn\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 923, + "length": 13, + "value": "\"showMuteBtn\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 984, + "length": 19, + "value": "\"showCenterPlayBtn\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 23, + "value": "\"enableProgressGesture\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1118, + "length": 11, + "value": "\"objectFit\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1166, + "length": 8, + "value": "\"poster\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1216, + "length": 13, + "value": "\"showLoading\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1267, + "length": 8, + "value": "\"header\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1314, + "length": 10, + "value": "\"advanced\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1381, + "length": 27, + "value": "\"vslideGestureInFullscreen\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1447, + "length": 19, + "value": "\"enablePlayGesture\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1503, + "length": 7, + "value": "\"title\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1551, + "length": 11, + "value": "\"httpCache\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1606, + "length": 14, + "value": "\"playStrategy\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Model\/UniVideoPlayerConsts.swift", + "kind": "StringLiteral", + "offset": 1657, + "length": 7, + "value": "\"codec\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 148, + "length": 4, + "value": "50.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "StringLiteral", + "offset": 455, + "length": 15, + "value": "\"backbarbutton\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 557, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 570, + "length": 4, + "value": "16.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 584, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 596, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 922, + "length": 4, + "value": "16.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "IntegerLiteral", + "offset": 1145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 1155, + "length": 3, + "value": "0.2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "StringLiteral", + "offset": 1296, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 1605, + "length": 4, + "value": "15.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 1619, + "length": 4, + "value": "30.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "IntegerLiteral", + "offset": 1659, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 1663, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 1713, + "length": 4, + "value": "16.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "IntegerLiteral", + "offset": 1786, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "FloatLiteral", + "offset": 2091, + "length": 4, + "value": "16.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerTopBar.swift", + "kind": "IntegerLiteral", + "offset": 2155, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBrightnessView.swift", + "kind": "StringLiteral", + "offset": 398, + "length": 20, + "value": "\"control_brightness\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBrightnessView.swift", + "kind": "StringLiteral", + "offset": 451, + "length": 8, + "value": "\"亮度\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBrightnessView.swift", + "kind": "StringLiteral", + "offset": 527, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBrightnessView.swift", + "kind": "StringLiteral", + "offset": 801, + "length": 12, + "value": "\"brightness\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBrightnessView.swift", + "kind": "StringLiteral", + "offset": 1269, + "length": 5, + "value": "\"new\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerBrightnessView.swift", + "kind": "StringLiteral", + "offset": 1438, + "length": 12, + "value": "\"brightness\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "FloatLiteral", + "offset": 299, + "length": 3, + "value": "4.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "FloatLiteral", + "offset": 915, + "length": 4, + "value": "12.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 6, + "value": "\"play\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 1280, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "StringLiteral", + "offset": 1580, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 1875, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 1957, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2020, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2045, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "FloatLiteral", + "offset": 2124, + "length": 4, + "value": "45.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "FloatLiteral", + "offset": 2157, + "length": 4, + "value": "45.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2217, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2236, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2364, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2457, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2531, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2561, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2834, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 2926, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "FloatLiteral", + "offset": 3003, + "length": 3, + "value": "0.8" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3041, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3081, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3286, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3325, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 3466, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 3509, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "IntegerLiteral", + "offset": 3635, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3670, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3706, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3749, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "FloatLiteral", + "offset": 3828, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3896, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3931, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/View\/UniVideoPlayerOverlayView.swift", + "kind": "BooleanLiteral", + "offset": 3973, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 366, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 420, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 457, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 1433, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 2166, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 2674, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 2904, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 3054, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 3113, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 3234, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 3293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 3540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 3584, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "FloatLiteral", + "offset": 3990, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 4301, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "StringLiteral", + "offset": 4389, + "length": 6, + "value": "\"13.0\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 4426, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "FloatLiteral", + "offset": 4566, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 4695, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 4714, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "FloatLiteral", + "offset": 4883, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 4895, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "FloatLiteral", + "offset": 5244, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 5256, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 5757, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 6021, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "FloatLiteral", + "offset": 6379, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 7205, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 7329, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 7363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 7728, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 7822, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 7873, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 8056, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 8110, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 8114, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 8183, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "IntegerLiteral", + "offset": 8269, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 8751, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 8785, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "StringLiteral", + "offset": 9231, + "length": 8, + "value": "\"detail\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "StringLiteral", + "offset": 9242, + "length": 12, + "value": "\"fullScreen\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "BooleanLiteral", + "offset": 9256, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "StringLiteral", + "offset": 9263, + "length": 11, + "value": "\"direction\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "StringLiteral", + "offset": 9276, + "length": 10, + "value": "\"vertical\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Present\/UniVideoViewPresent.FullScreen.swift", + "kind": "StringLiteral", + "offset": 9335, + "length": 18, + "value": "\"fullscreenchange\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 282, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "BooleanLiteral", + "offset": 364, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "IntegerLiteral", + "offset": 488, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 660, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "BooleanLiteral", + "offset": 1074, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "StringLiteral", + "offset": 1154, + "length": 6, + "value": "\"cell\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "BooleanLiteral", + "offset": 1421, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 1614, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "BooleanLiteral", + "offset": 1628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 1773, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 1779, + "length": 5, + "value": "120.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 1834, + "length": 5, + "value": "120.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "IntegerLiteral", + "offset": 1891, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 2035, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "BooleanLiteral", + "offset": 2113, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 2235, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 2241, + "length": 5, + "value": "120.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 2280, + "length": 5, + "value": "120.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "IntegerLiteral", + "offset": 2321, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "BooleanLiteral", + "offset": 2624, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 2692, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "IntegerLiteral", + "offset": 2797, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "BooleanLiteral", + "offset": 2896, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "IntegerLiteral", + "offset": 3009, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "StringLiteral", + "offset": 502, + "length": 25, + "value": "\"DCUniVideo.UniVidePlayerDanmuManager\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 3291, + "length": 5, + "value": "120.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 3762, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "FloatLiteral", + "offset": 3791, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "StringLiteral", + "offset": 3986, + "length": 6, + "value": "\"cell\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "IntegerLiteral", + "offset": 4102, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Manager\/UniVidePlayerDanmuManager.swift", + "kind": "StringLiteral", + "offset": 4413, + "length": 6, + "value": "\"cell\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 401, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 1472, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 1542, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 2092, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 2154, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 2571, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 2655, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 2673, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "FloatLiteral", + "offset": 2717, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "FloatLiteral", + "offset": 2729, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 2781, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 2908, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 2979, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "FloatLiteral", + "offset": 3015, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "FloatLiteral", + "offset": 3027, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 3114, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 3120, + "length": 4, + "value": "0xFF" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "FloatLiteral", + "offset": 3128, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 3170, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 3175, + "length": 4, + "value": "0xFF" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "FloatLiteral", + "offset": 3183, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "IntegerLiteral", + "offset": 3225, + "length": 4, + "value": "0xFF" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "FloatLiteral", + "offset": 3233, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "FloatLiteral", + "offset": 3247, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 3397, + "length": 12, + "value": "\"DCUniVideo\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 3419, + "length": 8, + "value": "\"bundle\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 3501, + "length": 26, + "value": "\"\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 3509, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/dcloud\/srv\/ext\/SDKiOS\/ExtApiDependency\/DCUniVideo\/DCUniVideo\/Tools\/Util.Extened.swift", + "kind": "StringLiteral", + "offset": 3522, + "length": 1, + "value": "\".png\"" + } + ] +} \ No newline at end of file diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface new file mode 100644 index 0000000000000000000000000000000000000000..8facc379d847f14d2b7aca467e56b8e7cae79572 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -0,0 +1,274 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name DCUniVideo +// swift-module-flags-ignorable: -enable-bare-slash-regex +import AVFAudio +import AVFoundation +import CommonCrypto +@_exported import DCUniVideo +import Foundation +import IJKMediaFrameworkWithSSL +import MediaPlayer +import Swift +import UIKit +import UniDCSVProgressHUD +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +public enum HJDanmakuType : Swift.String { + case HJDanmakuTypeLR + case HJDanmakuTypeFT + case HJDanmakuTypeFB + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@objc open class HJDanmakuModel : ObjectiveC.NSObject { + public var time: CoreFoundation.CGFloat + final public let danmakuType: DCUniVideo.HJDanmakuType + public init(danmakuType: DCUniVideo.HJDanmakuType) + @objc deinit +} +public enum HJDanmakuMode { + case HJDanmakuModeVideo + case HJDanmakuModeLive + public static func == (a: DCUniVideo.HJDanmakuMode, b: DCUniVideo.HJDanmakuMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +open class HJDanmakuConfiguration { + public var duration: CoreFoundation.CGFloat + public var tolerance: CoreFoundation.CGFloat + public var numberOfLines: Swift.Int + public var cellHeight: CoreFoundation.CGFloat + public var maxShowCount: Swift.Int + public init(danmakuMode: DCUniVideo.HJDanmakuMode) + @objc deinit +} +public protocol ViewPresent { + associatedtype View + var view: Self.View { get set } +} +public protocol UniVideoPlayerProtocol : AnyObject { + func getCookieString(_ url: Foundation.URL) -> Swift.String? + func getCurrentUA() -> Swift.String + func sendEvent(_ name: Swift.String, _ params: [Swift.String : Any]?) + func loadImage(_ url: Swift.String, _ complete: @escaping (UIKit.UIImage) -> Swift.Void) + func videoPlayerExitFullScreen(_ orientation: UIKit.UIInterfaceOrientation) + func videoPlayerEnterFullScreen(_ orientation: UIKit.UIInterfaceOrientation) + func lockScreen() + func unlockScreen() + func setFullScreen(_ yesOrNo: Swift.Bool) + func setHomeIndicatorAutoHidden(_ yesOrNo: Swift.Bool) + func setTempOrientation(_ temp: UIKit.UIInterfaceOrientationMask) + func configSupportOrientation(_ orientation: UIKit.UIInterfaceOrientation) -> Swift.Bool + func setDeviceInterfaceOrientation(_ orientation: UIKit.UIInterfaceOrientation) + func h5Path2SysPath(_ path: Swift.String, _ basePath: Swift.String?) -> Swift.String + func workRootPath() -> Swift.String + func videoCacheDir() -> Swift.String +} +final public class UniVideoPlayerViewPresent : DCUniVideo.ViewPresent { + public typealias View = DCUniVideo.UniVideoPlayerView + final public var view: DCUniVideo.UniVideoPlayerViewPresent.View + final public var config: DCUniVideo.UniVideoPlayerConfig + weak final public var delegate: (any DCUniVideo.UniVideoPlayerProtocol)? { + get + set + } + final public var contentView: UIKit.UIView { + get + set + } + public init(_ config: DCUniVideo.UniVideoPlayerConfig, _ delegate: (any DCUniVideo.UniVideoPlayerProtocol)?, _ frame: CoreFoundation.CGRect = .zero) + @objc deinit + final public func updateViewFrame(_ rect: CoreFoundation.CGRect) +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func play() + final public func pause() + final public func stop() + final public func palybackRate(_ rate: Swift.String) + final public func destroy() + final public func showStatusBar() + final public func hideStatusBar() +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func sendDanmu(_ danmu: [Swift.String : Any]) + final public func clearDanmu() +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func seek(_ position: Swift.Float) +} +public enum UniVideoPlayerDirection : Swift.Int { + case normal + case left + case right + case auto + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum UniVideoPlayerPlayStrategy : Swift.Int { + case common + case smooth + case m3u8_smooth + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public class UniVideoPlayerConfig : ObjectiveC.NSObject { + public init(options: [Swift.AnyHashable : Any]?) + public static func direction(_ value: Any) -> DCUniVideo.UniVideoPlayerDirection + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class UniVideoPlayerView : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToSuperview() + @objc deinit +} +extension DCUniVideo.UniVideoPlayerView : UIKit.UIGestureRecognizerDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIKit.UIGestureRecognizer) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldReceive touch: UIKit.UITouch) -> Swift.Bool +} +public enum HJDanmakuCellSelectionStyle { + case HJDanmakuCellSelectionStyleNone + case HJDanmakuCellSelectionStyleDefault + public static func == (a: DCUniVideo.HJDanmakuCellSelectionStyle, b: DCUniVideo.HJDanmakuCellSelectionStyle) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +@objc @_Concurrency.MainActor(unsafe) open class HJDanmakuCell : UIKit.UIView { + @_Concurrency.MainActor(unsafe) public var zIndex: Swift.Int + @_Concurrency.MainActor(unsafe) public var selectionStyle: DCUniVideo.HJDanmakuCellSelectionStyle + @_Concurrency.MainActor(unsafe) public var textLabel: UIKit.UILabel { + get + } + @_Concurrency.MainActor(unsafe) required public init(reuseIdentifier: Swift.String) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) open func prepareForReuse() + @objc deinit +} +public struct HJDanmakuTime { + public var time: CoreFoundation.CGFloat + public var interval: CoreFoundation.CGFloat + public func MaxTime() -> CoreFoundation.CGFloat +} +public class HJDanmakuAgent { + public init(danmakuModel: DCUniVideo.HJDanmakuModel) + @objc deinit +} +@_hasMissingDesignatedInitializers public class HJDanmakuSource { + public func prepareDanmakus(_ danmakus: Swift.Array, completion: @escaping () -> Swift.Void) + @discardableResult + public func sendDanmaku(_ danmaku: DCUniVideo.HJDanmakuModel, forceRender force: Swift.Bool) -> DCUniVideo.HJDanmakuAgent? + public func sendDanmakus(_ danmakus: Swift.Array) + public func fetchDanmakuAgents(forTime time: DCUniVideo.HJDanmakuTime) -> Swift.Array? + @objc deinit +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class HJDanmakuVideoSource : DCUniVideo.HJDanmakuSource { + override public func prepareDanmakus(_ danmakus: Swift.Array, completion: @escaping () -> Swift.Void) + override public func sendDanmaku(_ danmaku: DCUniVideo.HJDanmakuModel, forceRender force: Swift.Bool) -> DCUniVideo.HJDanmakuAgent? + override public func sendDanmakus(_ danmakus: Swift.Array) + override public func fetchDanmakuAgents(forTime time: DCUniVideo.HJDanmakuTime) -> Swift.Array? + @objc deinit +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class HJDanmakuLiveSource : DCUniVideo.HJDanmakuSource { + override public func prepareDanmakus(_ danmakus: Swift.Array, completion: @escaping () -> Swift.Void) + override public func sendDanmaku(_ danmaku: DCUniVideo.HJDanmakuModel, forceRender force: Swift.Bool) -> DCUniVideo.HJDanmakuAgent? + override public func sendDanmakus(_ danmakus: Swift.Array) + override public func fetchDanmakuAgents(forTime time: DCUniVideo.HJDanmakuTime) -> Swift.Array? + @objc deinit +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func setControlValue(_ value: Any?, _ key: Swift.String) +} +public protocol HJDanmakuViewDelegate : ObjectiveC.NSObjectProtocol { + func prepareCompletedWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, shouldRenderDanmaku danmaku: DCUniVideo.HJDanmakuModel) -> Swift.Bool + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, willDisplayCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, didEndDisplayCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, shouldSelectCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) -> Swift.Bool + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, didSelectCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) +} +extension DCUniVideo.HJDanmakuViewDelegate { + public func prepareCompleted(_ danmakuView: DCUniVideo.HJDanmakuView) + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, shouldRenderDanmaku danmaku: DCUniVideo.HJDanmakuModel) -> Swift.Bool + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, willDisplayCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, didEndDisplayCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, shouldSelectCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) -> Swift.Bool + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, didSelectCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) +} +public protocol HJDanmakuViewDateSource : ObjectiveC.NSObjectProtocol { + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, widthForDanmaku danmaku: DCUniVideo.HJDanmakuModel) -> CoreFoundation.CGFloat + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, cellForDanmaku danmaku: DCUniVideo.HJDanmakuModel) -> DCUniVideo.HJDanmakuCell + func playTimeWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) -> CoreFoundation.CGFloat + func bufferingWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) -> Swift.Bool +} +extension DCUniVideo.HJDanmakuViewDateSource { + public func playTimeWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) -> CoreFoundation.CGFloat + public func bufferingWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) -> Swift.Bool +} +@objc @_Concurrency.MainActor(unsafe) open class HJDanmakuView : UIKit.UIView { + @_Concurrency.MainActor(unsafe) weak open var dataSource: (any DCUniVideo.HJDanmakuViewDateSource)? + @_Concurrency.MainActor(unsafe) weak open var delegate: (any DCUniVideo.HJDanmakuViewDelegate)? + @_Concurrency.MainActor(unsafe) public var isPrepared: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var isPlaying: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) final public let configuration: DCUniVideo.HJDanmakuConfiguration + @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, configuration: DCUniVideo.HJDanmakuConfiguration) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) public func prepareDanmakus(_ danmakus: Swift.Array?) + @_Concurrency.MainActor(unsafe) public func play() + @_Concurrency.MainActor(unsafe) public func pause() + @_Concurrency.MainActor(unsafe) public func stop() + @_Concurrency.MainActor(unsafe) public func clearScreen() + @_Concurrency.MainActor(unsafe) @objc override dynamic open func sizeToFit() + @_Concurrency.MainActor(unsafe) public func sendDanmaku(_ danmaku: DCUniVideo.HJDanmakuModel, forceRender force: Swift.Bool) + @_Concurrency.MainActor(unsafe) public func sendDanmakus(_ danmakus: Swift.Array) + @_Concurrency.MainActor(unsafe) public func danmakuForVisibleCell(_ danmakuCell: DCUniVideo.HJDanmakuCell) -> DCUniVideo.HJDanmakuModel? + @_Concurrency.MainActor(unsafe) public var visibleCells: Swift.Array { + get + } + @objc deinit +} +extension DCUniVideo.HJDanmakuView { + @_Concurrency.MainActor(unsafe) @objc override dynamic open func hitTest(_ point: CoreFoundation.CGPoint, with event: UIKit.UIEvent?) -> UIKit.UIView? + @_Concurrency.MainActor(unsafe) @objc override dynamic open func touchesBegan(_ touches: Swift.Set, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func touchesMoved(_ touches: Swift.Set, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func touchesEnded(_ touches: Swift.Set, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func touchesCancelled(_ touches: Swift.Set, with event: UIKit.UIEvent?) +} +extension DCUniVideo.HJDanmakuView { + @_Concurrency.MainActor(unsafe) public func register(_ cellClass: DCUniVideo.HJDanmakuCell.Type, forCellReuseIdentifier identifier: Swift.String) + @_Concurrency.MainActor(unsafe) public func dequeueReusableCell(withIdentifier identifier: Swift.String) -> DCUniVideo.HJDanmakuCell? +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func requestFullScreen(_ direction: DCUniVideo.UniVideoPlayerDirection) + final public func exitFullScreenForJS() +} +extension DCUniVideo.HJDanmakuType : Swift.Equatable {} +extension DCUniVideo.HJDanmakuType : Swift.Hashable {} +extension DCUniVideo.HJDanmakuType : Swift.RawRepresentable {} +extension DCUniVideo.HJDanmakuMode : Swift.Equatable {} +extension DCUniVideo.HJDanmakuMode : Swift.Hashable {} +extension DCUniVideo.UniVideoPlayerDirection : Swift.Equatable {} +extension DCUniVideo.UniVideoPlayerDirection : Swift.Hashable {} +extension DCUniVideo.UniVideoPlayerDirection : Swift.RawRepresentable {} +extension DCUniVideo.UniVideoPlayerPlayStrategy : Swift.Equatable {} +extension DCUniVideo.UniVideoPlayerPlayStrategy : Swift.Hashable {} +extension DCUniVideo.UniVideoPlayerPlayStrategy : Swift.RawRepresentable {} +extension DCUniVideo.HJDanmakuCellSelectionStyle : Swift.Equatable {} +extension DCUniVideo.HJDanmakuCellSelectionStyle : Swift.Hashable {} diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/x86_64-apple-ios-simulator.swiftdoc new file mode 100644 index 0000000000000000000000000000000000000000..cde640f20d8d906aaba852d272fa83c4686924f0 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/x86_64-apple-ios-simulator.swiftinterface new file mode 100644 index 0000000000000000000000000000000000000000..8facc379d847f14d2b7aca467e56b8e7cae79572 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/DCUniVideo.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -0,0 +1,274 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name DCUniVideo +// swift-module-flags-ignorable: -enable-bare-slash-regex +import AVFAudio +import AVFoundation +import CommonCrypto +@_exported import DCUniVideo +import Foundation +import IJKMediaFrameworkWithSSL +import MediaPlayer +import Swift +import UIKit +import UniDCSVProgressHUD +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +public enum HJDanmakuType : Swift.String { + case HJDanmakuTypeLR + case HJDanmakuTypeFT + case HJDanmakuTypeFB + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@objc open class HJDanmakuModel : ObjectiveC.NSObject { + public var time: CoreFoundation.CGFloat + final public let danmakuType: DCUniVideo.HJDanmakuType + public init(danmakuType: DCUniVideo.HJDanmakuType) + @objc deinit +} +public enum HJDanmakuMode { + case HJDanmakuModeVideo + case HJDanmakuModeLive + public static func == (a: DCUniVideo.HJDanmakuMode, b: DCUniVideo.HJDanmakuMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +open class HJDanmakuConfiguration { + public var duration: CoreFoundation.CGFloat + public var tolerance: CoreFoundation.CGFloat + public var numberOfLines: Swift.Int + public var cellHeight: CoreFoundation.CGFloat + public var maxShowCount: Swift.Int + public init(danmakuMode: DCUniVideo.HJDanmakuMode) + @objc deinit +} +public protocol ViewPresent { + associatedtype View + var view: Self.View { get set } +} +public protocol UniVideoPlayerProtocol : AnyObject { + func getCookieString(_ url: Foundation.URL) -> Swift.String? + func getCurrentUA() -> Swift.String + func sendEvent(_ name: Swift.String, _ params: [Swift.String : Any]?) + func loadImage(_ url: Swift.String, _ complete: @escaping (UIKit.UIImage) -> Swift.Void) + func videoPlayerExitFullScreen(_ orientation: UIKit.UIInterfaceOrientation) + func videoPlayerEnterFullScreen(_ orientation: UIKit.UIInterfaceOrientation) + func lockScreen() + func unlockScreen() + func setFullScreen(_ yesOrNo: Swift.Bool) + func setHomeIndicatorAutoHidden(_ yesOrNo: Swift.Bool) + func setTempOrientation(_ temp: UIKit.UIInterfaceOrientationMask) + func configSupportOrientation(_ orientation: UIKit.UIInterfaceOrientation) -> Swift.Bool + func setDeviceInterfaceOrientation(_ orientation: UIKit.UIInterfaceOrientation) + func h5Path2SysPath(_ path: Swift.String, _ basePath: Swift.String?) -> Swift.String + func workRootPath() -> Swift.String + func videoCacheDir() -> Swift.String +} +final public class UniVideoPlayerViewPresent : DCUniVideo.ViewPresent { + public typealias View = DCUniVideo.UniVideoPlayerView + final public var view: DCUniVideo.UniVideoPlayerViewPresent.View + final public var config: DCUniVideo.UniVideoPlayerConfig + weak final public var delegate: (any DCUniVideo.UniVideoPlayerProtocol)? { + get + set + } + final public var contentView: UIKit.UIView { + get + set + } + public init(_ config: DCUniVideo.UniVideoPlayerConfig, _ delegate: (any DCUniVideo.UniVideoPlayerProtocol)?, _ frame: CoreFoundation.CGRect = .zero) + @objc deinit + final public func updateViewFrame(_ rect: CoreFoundation.CGRect) +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func play() + final public func pause() + final public func stop() + final public func palybackRate(_ rate: Swift.String) + final public func destroy() + final public func showStatusBar() + final public func hideStatusBar() +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func sendDanmu(_ danmu: [Swift.String : Any]) + final public func clearDanmu() +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func seek(_ position: Swift.Float) +} +public enum UniVideoPlayerDirection : Swift.Int { + case normal + case left + case right + case auto + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum UniVideoPlayerPlayStrategy : Swift.Int { + case common + case smooth + case m3u8_smooth + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public class UniVideoPlayerConfig : ObjectiveC.NSObject { + public init(options: [Swift.AnyHashable : Any]?) + public static func direction(_ value: Any) -> DCUniVideo.UniVideoPlayerDirection + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class UniVideoPlayerView : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToSuperview() + @objc deinit +} +extension DCUniVideo.UniVideoPlayerView : UIKit.UIGestureRecognizerDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIKit.UIGestureRecognizer) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldReceive touch: UIKit.UITouch) -> Swift.Bool +} +public enum HJDanmakuCellSelectionStyle { + case HJDanmakuCellSelectionStyleNone + case HJDanmakuCellSelectionStyleDefault + public static func == (a: DCUniVideo.HJDanmakuCellSelectionStyle, b: DCUniVideo.HJDanmakuCellSelectionStyle) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +@objc @_Concurrency.MainActor(unsafe) open class HJDanmakuCell : UIKit.UIView { + @_Concurrency.MainActor(unsafe) public var zIndex: Swift.Int + @_Concurrency.MainActor(unsafe) public var selectionStyle: DCUniVideo.HJDanmakuCellSelectionStyle + @_Concurrency.MainActor(unsafe) public var textLabel: UIKit.UILabel { + get + } + @_Concurrency.MainActor(unsafe) required public init(reuseIdentifier: Swift.String) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) open func prepareForReuse() + @objc deinit +} +public struct HJDanmakuTime { + public var time: CoreFoundation.CGFloat + public var interval: CoreFoundation.CGFloat + public func MaxTime() -> CoreFoundation.CGFloat +} +public class HJDanmakuAgent { + public init(danmakuModel: DCUniVideo.HJDanmakuModel) + @objc deinit +} +@_hasMissingDesignatedInitializers public class HJDanmakuSource { + public func prepareDanmakus(_ danmakus: Swift.Array, completion: @escaping () -> Swift.Void) + @discardableResult + public func sendDanmaku(_ danmaku: DCUniVideo.HJDanmakuModel, forceRender force: Swift.Bool) -> DCUniVideo.HJDanmakuAgent? + public func sendDanmakus(_ danmakus: Swift.Array) + public func fetchDanmakuAgents(forTime time: DCUniVideo.HJDanmakuTime) -> Swift.Array? + @objc deinit +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class HJDanmakuVideoSource : DCUniVideo.HJDanmakuSource { + override public func prepareDanmakus(_ danmakus: Swift.Array, completion: @escaping () -> Swift.Void) + override public func sendDanmaku(_ danmaku: DCUniVideo.HJDanmakuModel, forceRender force: Swift.Bool) -> DCUniVideo.HJDanmakuAgent? + override public func sendDanmakus(_ danmakus: Swift.Array) + override public func fetchDanmakuAgents(forTime time: DCUniVideo.HJDanmakuTime) -> Swift.Array? + @objc deinit +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class HJDanmakuLiveSource : DCUniVideo.HJDanmakuSource { + override public func prepareDanmakus(_ danmakus: Swift.Array, completion: @escaping () -> Swift.Void) + override public func sendDanmaku(_ danmaku: DCUniVideo.HJDanmakuModel, forceRender force: Swift.Bool) -> DCUniVideo.HJDanmakuAgent? + override public func sendDanmakus(_ danmakus: Swift.Array) + override public func fetchDanmakuAgents(forTime time: DCUniVideo.HJDanmakuTime) -> Swift.Array? + @objc deinit +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func setControlValue(_ value: Any?, _ key: Swift.String) +} +public protocol HJDanmakuViewDelegate : ObjectiveC.NSObjectProtocol { + func prepareCompletedWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, shouldRenderDanmaku danmaku: DCUniVideo.HJDanmakuModel) -> Swift.Bool + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, willDisplayCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, didEndDisplayCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, shouldSelectCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) -> Swift.Bool + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, didSelectCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) +} +extension DCUniVideo.HJDanmakuViewDelegate { + public func prepareCompleted(_ danmakuView: DCUniVideo.HJDanmakuView) + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, shouldRenderDanmaku danmaku: DCUniVideo.HJDanmakuModel) -> Swift.Bool + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, willDisplayCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, didEndDisplayCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, shouldSelectCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) -> Swift.Bool + public func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, didSelectCell cell: DCUniVideo.HJDanmakuCell, danmaku: DCUniVideo.HJDanmakuModel) +} +public protocol HJDanmakuViewDateSource : ObjectiveC.NSObjectProtocol { + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, widthForDanmaku danmaku: DCUniVideo.HJDanmakuModel) -> CoreFoundation.CGFloat + func danmakuView(_ danmakuView: DCUniVideo.HJDanmakuView, cellForDanmaku danmaku: DCUniVideo.HJDanmakuModel) -> DCUniVideo.HJDanmakuCell + func playTimeWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) -> CoreFoundation.CGFloat + func bufferingWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) -> Swift.Bool +} +extension DCUniVideo.HJDanmakuViewDateSource { + public func playTimeWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) -> CoreFoundation.CGFloat + public func bufferingWithDanmakuView(_ danmakuView: DCUniVideo.HJDanmakuView) -> Swift.Bool +} +@objc @_Concurrency.MainActor(unsafe) open class HJDanmakuView : UIKit.UIView { + @_Concurrency.MainActor(unsafe) weak open var dataSource: (any DCUniVideo.HJDanmakuViewDateSource)? + @_Concurrency.MainActor(unsafe) weak open var delegate: (any DCUniVideo.HJDanmakuViewDelegate)? + @_Concurrency.MainActor(unsafe) public var isPrepared: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var isPlaying: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) final public let configuration: DCUniVideo.HJDanmakuConfiguration + @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, configuration: DCUniVideo.HJDanmakuConfiguration) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) public func prepareDanmakus(_ danmakus: Swift.Array?) + @_Concurrency.MainActor(unsafe) public func play() + @_Concurrency.MainActor(unsafe) public func pause() + @_Concurrency.MainActor(unsafe) public func stop() + @_Concurrency.MainActor(unsafe) public func clearScreen() + @_Concurrency.MainActor(unsafe) @objc override dynamic open func sizeToFit() + @_Concurrency.MainActor(unsafe) public func sendDanmaku(_ danmaku: DCUniVideo.HJDanmakuModel, forceRender force: Swift.Bool) + @_Concurrency.MainActor(unsafe) public func sendDanmakus(_ danmakus: Swift.Array) + @_Concurrency.MainActor(unsafe) public func danmakuForVisibleCell(_ danmakuCell: DCUniVideo.HJDanmakuCell) -> DCUniVideo.HJDanmakuModel? + @_Concurrency.MainActor(unsafe) public var visibleCells: Swift.Array { + get + } + @objc deinit +} +extension DCUniVideo.HJDanmakuView { + @_Concurrency.MainActor(unsafe) @objc override dynamic open func hitTest(_ point: CoreFoundation.CGPoint, with event: UIKit.UIEvent?) -> UIKit.UIView? + @_Concurrency.MainActor(unsafe) @objc override dynamic open func touchesBegan(_ touches: Swift.Set, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func touchesMoved(_ touches: Swift.Set, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func touchesEnded(_ touches: Swift.Set, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func touchesCancelled(_ touches: Swift.Set, with event: UIKit.UIEvent?) +} +extension DCUniVideo.HJDanmakuView { + @_Concurrency.MainActor(unsafe) public func register(_ cellClass: DCUniVideo.HJDanmakuCell.Type, forCellReuseIdentifier identifier: Swift.String) + @_Concurrency.MainActor(unsafe) public func dequeueReusableCell(withIdentifier identifier: Swift.String) -> DCUniVideo.HJDanmakuCell? +} +extension DCUniVideo.UniVideoPlayerViewPresent { + final public func requestFullScreen(_ direction: DCUniVideo.UniVideoPlayerDirection) + final public func exitFullScreenForJS() +} +extension DCUniVideo.HJDanmakuType : Swift.Equatable {} +extension DCUniVideo.HJDanmakuType : Swift.Hashable {} +extension DCUniVideo.HJDanmakuType : Swift.RawRepresentable {} +extension DCUniVideo.HJDanmakuMode : Swift.Equatable {} +extension DCUniVideo.HJDanmakuMode : Swift.Hashable {} +extension DCUniVideo.UniVideoPlayerDirection : Swift.Equatable {} +extension DCUniVideo.UniVideoPlayerDirection : Swift.Hashable {} +extension DCUniVideo.UniVideoPlayerDirection : Swift.RawRepresentable {} +extension DCUniVideo.UniVideoPlayerPlayStrategy : Swift.Equatable {} +extension DCUniVideo.UniVideoPlayerPlayStrategy : Swift.Hashable {} +extension DCUniVideo.UniVideoPlayerPlayStrategy : Swift.RawRepresentable {} +extension DCUniVideo.HJDanmakuCellSelectionStyle : Swift.Equatable {} +extension DCUniVideo.HJDanmakuCellSelectionStyle : Swift.Hashable {} diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/module.modulemap b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/module.modulemap new file mode 100644 index 0000000000000000000000000000000000000000..99fd4bf09e410e545754bebccad7328df6c404ef --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/Modules/module.modulemap @@ -0,0 +1,11 @@ +framework module DCUniVideo { + umbrella header "DCUniVideo.h" + export * + + module * { export * } +} + +module DCUniVideo.Swift { + header "DCUniVideo-Swift.h" + requires objc +} diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/_CodeSignature/CodeDirectory b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/_CodeSignature/CodeDirectory new file mode 100644 index 0000000000000000000000000000000000000000..d97439114a809a5f2f30b16e289bf44dd8fa6212 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/_CodeSignature/CodeDirectory differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/_CodeSignature/CodeRequirements b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/_CodeSignature/CodeRequirements new file mode 100644 index 0000000000000000000000000000000000000000..dbf9d6144e62fc7bac2b65759cb4ce6906bc722f Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/_CodeSignature/CodeRequirements differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/_CodeSignature/CodeRequirements-1 b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/_CodeSignature/CodeRequirements-1 new file mode 100644 index 0000000000000000000000000000000000000000..6c46144aada3fef6afb51d2996c5ccfd2fd4bef5 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/_CodeSignature/CodeRequirements-1 differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/_CodeSignature/CodeResources b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/_CodeSignature/CodeResources new file mode 100644 index 0000000000000000000000000000000000000000..8556f659e2ab2b21b6d059efb7b99273f48f84a3 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/_CodeSignature/CodeResources @@ -0,0 +1,342 @@ + + + + + files + + Headers/DCUniVideo-Swift.h + + 8RtESNpNJ/MLh4AISu16ekCnNgM= + + Headers/DCUniVideo.h + + /i/vUc9+qNjSc6KyVWztp1EbpnY= + + Headers/UIControl+EnlargeTouchArea.h + + ULIZ85+W9TRHsliK055MlVf284w= + + Info.plist + + ZJfU/z0myJ2FJ6v4FI5s1po6+18= + + Modules/DCUniVideo.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo + + LMw61NwrRpA08JKfgcEYaj3bC4s= + + Modules/DCUniVideo.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo + + 7RwLqhAfiKvxA+Cxv6/N962PpOg= + + Modules/DCUniVideo.swiftmodule/arm64-apple-ios-simulator.abi.json + + nk9o0CXiQ/GZWFtpqNFQSf56Aq4= + + Modules/DCUniVideo.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface + + TYzZQAPhXzOjxQ7cOKZu2E3/gOM= + + Modules/DCUniVideo.swiftmodule/arm64-apple-ios-simulator.swiftdoc + + zaMs+qbaViQJV9jdtXLqo29LabM= + + Modules/DCUniVideo.swiftmodule/arm64-apple-ios-simulator.swiftinterface + + TYzZQAPhXzOjxQ7cOKZu2E3/gOM= + + Modules/DCUniVideo.swiftmodule/arm64-apple-ios-simulator.swiftmodule + + gR2m/jlpxNCVmIfuV+qVvd6FVoE= + + Modules/DCUniVideo.swiftmodule/x86_64-apple-ios-simulator.abi.json + + nk9o0CXiQ/GZWFtpqNFQSf56Aq4= + + Modules/DCUniVideo.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface + + P9A/XUTYbV9hqAFkvIsnL90B8HQ= + + Modules/DCUniVideo.swiftmodule/x86_64-apple-ios-simulator.swiftdoc + + tMymyR7BzfUWQ9cTfV/3r+zajeY= + + Modules/DCUniVideo.swiftmodule/x86_64-apple-ios-simulator.swiftinterface + + P9A/XUTYbV9hqAFkvIsnL90B8HQ= + + Modules/DCUniVideo.swiftmodule/x86_64-apple-ios-simulator.swiftmodule + + p+SyNnDNf1lc0DyiX5aiSin5puk= + + Modules/module.modulemap + + yeBfzolC+GxhiTCnFjKA55WTaGM= + + + files2 + + Headers/DCUniVideo-Swift.h + + hash + + 8RtESNpNJ/MLh4AISu16ekCnNgM= + + hash2 + + 6rkDl2fzm2saIt4Lj2MYeOP5Z1dDjaCYAEu7PhIdI/k= + + + Headers/DCUniVideo.h + + hash + + /i/vUc9+qNjSc6KyVWztp1EbpnY= + + hash2 + + gpUVaFLATd7rJde6MfUxD/pSqFnWHtOjCsAPZQHOPBE= + + + Headers/UIControl+EnlargeTouchArea.h + + hash + + ULIZ85+W9TRHsliK055MlVf284w= + + hash2 + + 7vdHD7PjQ5Vl3dIdph2XQqASIAoHZCZQc8WzWb2ARzY= + + + Modules/DCUniVideo.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo + + hash + + LMw61NwrRpA08JKfgcEYaj3bC4s= + + hash2 + + rQ6ecTyNYorIWSPYIIIvMKXzPCj9nGj+LNKMEIJBP5U= + + + Modules/DCUniVideo.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo + + hash + + 7RwLqhAfiKvxA+Cxv6/N962PpOg= + + hash2 + + Un6dHCBddlRbwPe/xkfXUJUkqJfmlwC9uhfZwcpAHos= + + + Modules/DCUniVideo.swiftmodule/arm64-apple-ios-simulator.abi.json + + hash + + nk9o0CXiQ/GZWFtpqNFQSf56Aq4= + + hash2 + + G6BCmgVzUh+8PT4Vb2Mo2M57OK54006L7d81dNPspfY= + + + Modules/DCUniVideo.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface + + hash + + TYzZQAPhXzOjxQ7cOKZu2E3/gOM= + + hash2 + + fGUfQRyQkDydTP0YQ2ycZuJ+xLOTauxL6nBJJtVHeUo= + + + Modules/DCUniVideo.swiftmodule/arm64-apple-ios-simulator.swiftdoc + + hash + + zaMs+qbaViQJV9jdtXLqo29LabM= + + hash2 + + ltXhZrQmuZPwZ/zatuXP0+KdjKP8anH8ihgjTcDuFzc= + + + Modules/DCUniVideo.swiftmodule/arm64-apple-ios-simulator.swiftinterface + + hash + + TYzZQAPhXzOjxQ7cOKZu2E3/gOM= + + hash2 + + fGUfQRyQkDydTP0YQ2ycZuJ+xLOTauxL6nBJJtVHeUo= + + + Modules/DCUniVideo.swiftmodule/arm64-apple-ios-simulator.swiftmodule + + hash + + gR2m/jlpxNCVmIfuV+qVvd6FVoE= + + hash2 + + kSBWEAVrVxWfOnEsU4ryWR+gx8eY6RmX8ppIpJlBx9A= + + + Modules/DCUniVideo.swiftmodule/x86_64-apple-ios-simulator.abi.json + + hash + + nk9o0CXiQ/GZWFtpqNFQSf56Aq4= + + hash2 + + G6BCmgVzUh+8PT4Vb2Mo2M57OK54006L7d81dNPspfY= + + + Modules/DCUniVideo.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface + + hash + + P9A/XUTYbV9hqAFkvIsnL90B8HQ= + + hash2 + + VzdCbPQNtj1hylfhs2PD3X4eBPdh0GAfIBhp+KSR+P4= + + + Modules/DCUniVideo.swiftmodule/x86_64-apple-ios-simulator.swiftdoc + + hash + + tMymyR7BzfUWQ9cTfV/3r+zajeY= + + hash2 + + 9dLnwDexyVteRT+z/YK1LMyqtXXzArso9N35QjFp6bU= + + + Modules/DCUniVideo.swiftmodule/x86_64-apple-ios-simulator.swiftinterface + + hash + + P9A/XUTYbV9hqAFkvIsnL90B8HQ= + + hash2 + + VzdCbPQNtj1hylfhs2PD3X4eBPdh0GAfIBhp+KSR+P4= + + + Modules/DCUniVideo.swiftmodule/x86_64-apple-ios-simulator.swiftmodule + + hash + + p+SyNnDNf1lc0DyiX5aiSin5puk= + + hash2 + + AYg5nbZM23N1eAD0JL/9x+MWHN0Lplo1fiDhPwHVPtc= + + + Modules/module.modulemap + + hash + + yeBfzolC+GxhiTCnFjKA55WTaGM= + + hash2 + + bFL6jBOd6984FGT8AeuySyqfuCQKFERwJKNnfGSnTuI= + + + + rules + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/_CodeSignature/CodeSignature b/uni_modules/uni-video/utssdk/app-ios/frameworks/DCUniVideo.xcframework/ios-arm64_x86_64-simulator/DCUniVideo.framework/_CodeSignature/CodeSignature new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/Info.plist b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/Info.plist new file mode 100644 index 0000000000000000000000000000000000000000..55ebc916ea006bd0280eadb9080cc03e65a6a837 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/Info.plist @@ -0,0 +1,43 @@ + + + + + AvailableLibraries + + + BinaryPath + IJKMediaFrameworkWithSSL.framework/IJKMediaFrameworkWithSSL + LibraryIdentifier + ios-arm64 + LibraryPath + IJKMediaFrameworkWithSSL.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + ios + + + BinaryPath + IJKMediaFrameworkWithSSL.framework/IJKMediaFrameworkWithSSL + LibraryIdentifier + ios-x86_64-simulator + LibraryPath + IJKMediaFrameworkWithSSL.framework + SupportedArchitectures + + x86_64 + + SupportedPlatform + ios + SupportedPlatformVariant + simulator + + + CFBundlePackageType + XFWK + XCFrameworkFormatVersion + 1.0 + + diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKAVMoviePlayerController.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKAVMoviePlayerController.h new file mode 100644 index 0000000000000000000000000000000000000000..39465c9eeead0ef449544077398975d50feed668 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKAVMoviePlayerController.h @@ -0,0 +1,79 @@ +/* + * IJKAVMoviePlayerController.h + * + * Copyright (c) 2014 Bilibili + * Copyright (c) 2014 Zhang Rui + * + * This file is part of ijkPlayer. + * + * ijkPlayer is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * ijkPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with ijkPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/* + File: AVPlayerDemoPlaybackViewController.h + Abstract: UIViewController managing a playback view, thumbnail view, and associated playback UI. + Version: 1.3 + + Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple + Inc. ("Apple") in consideration of your agreement to the following + terms, and your use, installation, modification or redistribution of + this Apple software constitutes acceptance of these terms. If you do + not agree with these terms, please do not use, install, modify or + redistribute this Apple software. + + In consideration of your agreement to abide by the following terms, and + subject to these terms, Apple grants you a personal, non-exclusive + license, under Apple's copyrights in this original Apple software (the + "Apple Software"), to use, reproduce, modify and redistribute the Apple + Software, with or without modifications, in source and/or binary forms; + provided that if you redistribute the Apple Software in its entirety and + without modifications, you must retain this notice and the following + text and disclaimers in all such redistributions of the Apple Software. + Neither the name, trademarks, service marks or logos of Apple Inc. may + be used to endorse or promote products derived from the Apple Software + without specific prior written permission from Apple. Except as + expressly stated in this notice, no other rights or licenses, express or + implied, are granted by Apple herein, including but not limited to any + patent rights that may be infringed by your derivative works or by other + works in which the Apple Software may be incorporated. + + The Apple Software is provided by Apple on an "AS IS" basis. APPLE + MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION + THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS + FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND + OPERATION ALONE OR IN COMBINATION WITH YOUR PRODUCTS. + + IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL + OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION, + MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED + AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), + STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + + Copyright (C) 2014 Apple Inc. All Rights Reserved. + + */ + +#import "IJKMediaPlayback.h" + +@interface IJKAVMoviePlayerController : NSObject + +- (id)initWithContentURL:(NSURL *)aUrl; +- (id)initWithContentURLString:(NSString *)aUrl; ++ (id)getInstance:(NSString *)aUrl; + +@end diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKFFMonitor.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKFFMonitor.h new file mode 100644 index 0000000000000000000000000000000000000000..0e70d3914b486523d3491d3c7aec185c644bf3bf --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKFFMonitor.h @@ -0,0 +1,65 @@ +/* + * Copyright (c) 2016 Bilibili + * Copyright (c) 2016 Zhang Rui + * + * This file is part of ijkPlayer. + * + * ijkPlayer is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * ijkPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with ijkPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#import + +@interface IJKFFMonitor : NSObject + +- (instancetype)init; + +@property(nonatomic) NSDictionary *mediaMeta; +@property(nonatomic) NSDictionary *videoMeta; +@property(nonatomic) NSDictionary *audioMeta; + +@property(nonatomic, readonly) int64_t duration; // milliseconds +@property(nonatomic, readonly) int64_t bitrate; // bit / sec +@property(nonatomic, readonly) float fps; // frame / sec +@property(nonatomic, readonly) int width; // width +@property(nonatomic, readonly) int height; // height +@property(nonatomic, readonly) NSString *vcodec; // video codec +@property(nonatomic, readonly) NSString *acodec; // audio codec +@property(nonatomic, readonly) int sampleRate; +@property(nonatomic, readonly) int64_t channelLayout; + +@property(nonatomic) NSString *vdecoder; + +@property(nonatomic) int tcpError; +@property(nonatomic) NSString *remoteIp; + +@property(nonatomic) int httpError; +@property(nonatomic) NSString *httpUrl; +@property(nonatomic) NSString *httpHost; +@property(nonatomic) int httpCode; +@property(nonatomic) int64_t httpOpenTick; +@property(nonatomic) int64_t httpSeekTick; +@property(nonatomic) int httpOpenCount; +@property(nonatomic) int httpSeekCount; +@property(nonatomic) int64_t lastHttpOpenDuration; +@property(nonatomic) int64_t lastHttpSeekDuration; +@property(nonatomic) int64_t filesize; + +@property(nonatomic) int64_t prepareStartTick; +@property(nonatomic) int64_t prepareDuration; +@property(nonatomic) int64_t firstVideoFrameLatency; +@property(nonatomic) int64_t lastPrerollStartTick; +@property(nonatomic) int64_t lastPrerollDuration; + +@end diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKFFMoviePlayerController.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKFFMoviePlayerController.h new file mode 100644 index 0000000000000000000000000000000000000000..004c123aa5461669137d2b8faffac4a6b3959a8f --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKFFMoviePlayerController.h @@ -0,0 +1,155 @@ +/* + * IJKFFMoviePlayerController.h + * + * Copyright (c) 2013 Bilibili + * Copyright (c) 2013 Zhang Rui + * + * This file is part of ijkPlayer. + * + * ijkPlayer is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * ijkPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with ijkPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#import "IJKMediaPlayback.h" +#import "IJKFFMonitor.h" +#import "IJKFFOptions.h" +#import "IJKSDLGLViewProtocol.h" + +// media meta +#define k_IJKM_KEY_FORMAT @"format" +#define k_IJKM_KEY_DURATION_US @"duration_us" +#define k_IJKM_KEY_START_US @"start_us" +#define k_IJKM_KEY_BITRATE @"bitrate" + +// stream meta +#define k_IJKM_KEY_TYPE @"type" +#define k_IJKM_VAL_TYPE__VIDEO @"video" +#define k_IJKM_VAL_TYPE__AUDIO @"audio" +#define k_IJKM_VAL_TYPE__UNKNOWN @"unknown" + +#define k_IJKM_KEY_CODEC_NAME @"codec_name" +#define k_IJKM_KEY_CODEC_PROFILE @"codec_profile" +#define k_IJKM_KEY_CODEC_LONG_NAME @"codec_long_name" + +// stream: video +#define k_IJKM_KEY_WIDTH @"width" +#define k_IJKM_KEY_HEIGHT @"height" +#define k_IJKM_KEY_FPS_NUM @"fps_num" +#define k_IJKM_KEY_FPS_DEN @"fps_den" +#define k_IJKM_KEY_TBR_NUM @"tbr_num" +#define k_IJKM_KEY_TBR_DEN @"tbr_den" +#define k_IJKM_KEY_SAR_NUM @"sar_num" +#define k_IJKM_KEY_SAR_DEN @"sar_den" +// stream: audio +#define k_IJKM_KEY_SAMPLE_RATE @"sample_rate" +#define k_IJKM_KEY_CHANNEL_LAYOUT @"channel_layout" + +#define kk_IJKM_KEY_STREAMS @"streams" + +typedef enum IJKLogLevel { + k_IJK_LOG_UNKNOWN = 0, + k_IJK_LOG_DEFAULT = 1, + + k_IJK_LOG_VERBOSE = 2, + k_IJK_LOG_DEBUG = 3, + k_IJK_LOG_INFO = 4, + k_IJK_LOG_WARN = 5, + k_IJK_LOG_ERROR = 6, + k_IJK_LOG_FATAL = 7, + k_IJK_LOG_SILENT = 8, +} IJKLogLevel; + +@interface IJKFFMoviePlayerController : NSObject + +- (id)initWithContentURL:(NSURL *)aUrl + withOptions:(IJKFFOptions *)options; + +- (id)initWithContentURLString:(NSString *)aUrlString + withOptions:(IJKFFOptions *)options; + +- (id)initWithMoreContent:(NSURL *)aUrl + withOptions:(IJKFFOptions *)options + withGLView:(UIView *)glView; + +- (id)initWithMoreContentString:(NSString *)aUrlString + withOptions:(IJKFFOptions *)options + withGLView:(UIView *)glView; + +- (void)prepareToPlay; +- (void)play; +- (void)pause; +- (void)stop; +- (BOOL)isPlaying; +- (int64_t)trafficStatistic; +- (float)dropFrameRate; + +- (void)setPauseInBackground:(BOOL)pause; +- (BOOL)isVideoToolboxOpen; + +- (void)setHudValue:(NSString *)value forKey:(NSString *)key; + ++ (void)setLogReport:(BOOL)preferLogReport; ++ (void)setLogLevel:(IJKLogLevel)logLevel; ++ (BOOL)checkIfFFmpegVersionMatch:(BOOL)showAlert; ++ (BOOL)checkIfPlayerVersionMatch:(BOOL)showAlert + version:(NSString *)version; + +@property(nonatomic, readonly) CGFloat fpsInMeta; +@property(nonatomic, readonly) CGFloat fpsAtOutput; +@property(nonatomic) BOOL shouldShowHudView; + +- (void)setOptionValue:(NSString *)value + forKey:(NSString *)key + ofCategory:(IJKFFOptionCategory)category; + +- (void)setOptionIntValue:(int64_t)value + forKey:(NSString *)key + ofCategory:(IJKFFOptionCategory)category; + + + +- (void)setFormatOptionValue: (NSString *)value forKey:(NSString *)key; +- (void)setCodecOptionValue: (NSString *)value forKey:(NSString *)key; +- (void)setSwsOptionValue: (NSString *)value forKey:(NSString *)key; +- (void)setPlayerOptionValue: (NSString *)value forKey:(NSString *)key; + +- (void)setFormatOptionIntValue: (int64_t)value forKey:(NSString *)key; +- (void)setCodecOptionIntValue: (int64_t)value forKey:(NSString *)key; +- (void)setSwsOptionIntValue: (int64_t)value forKey:(NSString *)key; +- (void)setPlayerOptionIntValue: (int64_t)value forKey:(NSString *)key; + +@property (nonatomic, retain) id segmentOpenDelegate; +@property (nonatomic, retain) id tcpOpenDelegate; +@property (nonatomic, retain) id httpOpenDelegate; +@property (nonatomic, retain) id liveOpenDelegate; + +@property (nonatomic, retain) id nativeInvokeDelegate; + +- (void)didShutdown; + +#pragma mark KVO properties +@property (nonatomic, readonly) IJKFFMonitor *monitor; + +@end + +#define IJK_FF_IO_TYPE_READ (1) +void IJKFFIOStatDebugCallback(const char *url, int type, int bytes); +void IJKFFIOStatRegister(void (*cb)(const char *url, int type, int bytes)); + +void IJKFFIOStatCompleteDebugCallback(const char *url, + int64_t read_bytes, int64_t total_size, + int64_t elpased_time, int64_t total_duration); +void IJKFFIOStatCompleteRegister(void (*cb)(const char *url, + int64_t read_bytes, int64_t total_size, + int64_t elpased_time, int64_t total_duration)); diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKFFOptions.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKFFOptions.h new file mode 100644 index 0000000000000000000000000000000000000000..cc03847d1e8894f9fa4fb6c2cf0de4a69ca088bc --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKFFOptions.h @@ -0,0 +1,75 @@ +/* + * IJKFFOptions.h + * + * Copyright (c) 2013-2015 Bilibili + * Copyright (c) 2013-2015 Zhang Rui + * + * This file is part of ijkPlayer. + * + * ijkPlayer is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * ijkPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with ijkPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#import + +typedef enum IJKFFOptionCategory { + kIJKFFOptionCategoryFormat = 1, + kIJKFFOptionCategoryCodec = 2, + kIJKFFOptionCategorySws = 3, + kIJKFFOptionCategoryPlayer = 4, + kIJKFFOptionCategorySwr = 5, +} IJKFFOptionCategory; + +// for codec option 'skip_loop_filter' and 'skip_frame' +typedef enum IJKAVDiscard { + /* We leave some space between them for extensions (drop some + * keyframes for intra-only or drop just some bidir frames). */ + IJK_AVDISCARD_NONE =-16, ///< discard nothing + IJK_AVDISCARD_DEFAULT = 0, ///< discard useless packets like 0 size packets in avi + IJK_AVDISCARD_NONREF = 8, ///< discard all non reference + IJK_AVDISCARD_BIDIR = 16, ///< discard all bidirectional frames + IJK_AVDISCARD_NONKEY = 32, ///< discard all frames except keyframes + IJK_AVDISCARD_ALL = 48, ///< discard all +} IJKAVDiscard; + +struct IjkMediaPlayer; + +@interface IJKFFOptions : NSObject + ++(IJKFFOptions *)optionsByDefault; + +-(void)applyTo:(struct IjkMediaPlayer *)mediaPlayer; + +- (void)setOptionValue:(NSString *)value + forKey:(NSString *)key + ofCategory:(IJKFFOptionCategory)category; + +- (void)setOptionIntValue:(int64_t)value + forKey:(NSString *)key + ofCategory:(IJKFFOptionCategory)category; + + +-(void)setFormatOptionValue: (NSString *)value forKey:(NSString *)key; +-(void)setCodecOptionValue: (NSString *)value forKey:(NSString *)key; +-(void)setSwsOptionValue: (NSString *)value forKey:(NSString *)key; +-(void)setPlayerOptionValue: (NSString *)value forKey:(NSString *)key; + +-(void)setFormatOptionIntValue: (int64_t)value forKey:(NSString *)key; +-(void)setCodecOptionIntValue: (int64_t)value forKey:(NSString *)key; +-(void)setSwsOptionIntValue: (int64_t)value forKey:(NSString *)key; +-(void)setPlayerOptionIntValue: (int64_t)value forKey:(NSString *)key; + +@property(nonatomic) BOOL showHudView; + +@end diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKKVOController.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKKVOController.h new file mode 100644 index 0000000000000000000000000000000000000000..3a6bf1554f433225e207e3f0c1af88c90ebbfab6 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKKVOController.h @@ -0,0 +1,39 @@ +/* + * IJKKVOController.h + * + * Copyright (c) 2014 Bilibili + * Copyright (c) 2014 Zhang Rui + * + * This file is part of ijkPlayer. + * + * ijkPlayer is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * ijkPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with ijkPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#import + +@interface IJKKVOController : NSObject + +- (id)initWithTarget:(NSObject *)target; + +- (void)safelyAddObserver:(NSObject *)observer + forKeyPath:(NSString *)keyPath + options:(NSKeyValueObservingOptions)options + context:(void *)context; +- (void)safelyRemoveObserver:(NSObject *)observer + forKeyPath:(NSString *)keyPath; + +- (void)safelyRemoveAllObservers; + +@end diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKMPMoviePlayerController.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKMPMoviePlayerController.h new file mode 100644 index 0000000000000000000000000000000000000000..b17f17586deb0031d58a745137e9daf08959e022 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKMPMoviePlayerController.h @@ -0,0 +1,32 @@ +/* + * IJKMPMoviePlayerController.h + * + * Copyright (c) 2013 Bilibili + * Copyright (c) 2013 Zhang Rui + * + * This file is part of ijkPlayer. + * + * ijkPlayer is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * ijkPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with ijkPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#import "IJKMediaPlayback.h" +#import + +@interface IJKMPMoviePlayerController : MPMoviePlayerController + +- (id)initWithContentURL:(NSURL *)aUrl; +- (id)initWithContentURLString:(NSString *)aUrl; + +@end diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKMediaFrameworkWithSSL.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKMediaFrameworkWithSSL.h new file mode 100644 index 0000000000000000000000000000000000000000..5680be283e3f930beadfdd592ce67adf971f5d07 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKMediaFrameworkWithSSL.h @@ -0,0 +1,46 @@ +// +// IJKMediaFrameworkWithSSL.h +// IJKMediaFrameworkWithSSL +// +// Created by zhangxinzheng on 27/02/2017. +// Copyright © 2017 bilibili. All rights reserved. +// + +#import + +//! Project version number for IJKMediaFrameworkWithSSL. +FOUNDATION_EXPORT double IJKMediaFrameworkWithSSLVersionNumber; + +//! Project version string for IJKMediaFrameworkWithSSL. +FOUNDATION_EXPORT const unsigned char IJKMediaFrameworkWithSSLVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + +#import +#import +#import +#import +#import +#import +#import +#import +#import + +// backward compatible for old names +#define IJKMediaPlaybackIsPreparedToPlayDidChangeNotification IJKMPMediaPlaybackIsPreparedToPlayDidChangeNotification +#define IJKMoviePlayerLoadStateDidChangeNotification IJKMPMoviePlayerLoadStateDidChangeNotification +#define IJKMoviePlayerPlaybackDidFinishNotification IJKMPMoviePlayerPlaybackDidFinishNotification +#define IJKMoviePlayerPlaybackDidFinishReasonUserInfoKey IJKMPMoviePlayerPlaybackDidFinishReasonUserInfoKey +#define IJKMoviePlayerPlaybackStateDidChangeNotification IJKMPMoviePlayerPlaybackStateDidChangeNotification +#define IJKMoviePlayerIsAirPlayVideoActiveDidChangeNotification IJKMPMoviePlayerIsAirPlayVideoActiveDidChangeNotification +#define IJKMoviePlayerVideoDecoderOpenNotification IJKMPMoviePlayerVideoDecoderOpenNotification +#define IJKMoviePlayerFirstVideoFrameRenderedNotification IJKMPMoviePlayerFirstVideoFrameRenderedNotification +#define IJKMoviePlayerFirstAudioFrameRenderedNotification IJKMPMoviePlayerFirstAudioFrameRenderedNotification +#define IJKMoviePlayerFirstAudioFrameDecodedNotification IJKMPMoviePlayerFirstAudioFrameDecodedNotification +#define IJKMoviePlayerFirstVideoFrameDecodedNotification IJKMPMoviePlayerFirstVideoFrameDecodedNotification +#define IJKMoviePlayerOpenInputNotification IJKMPMoviePlayerOpenInputNotification +#define IJKMoviePlayerFindStreamInfoNotification IJKMPMoviePlayerFindStreamInfoNotification +#define IJKMoviePlayerComponentOpenNotification IJKMPMoviePlayerComponentOpenNotification +#define IJKMPMoviePlayerAccurateSeekCompleteNotification IJKMPMoviePlayerAccurateSeekCompleteNotification +#define IJKMoviePlayerSeekAudioStartNotification IJKMPMoviePlayerSeekAudioStartNotification +#define IJKMoviePlayerSeekVideoStartNotification IJKMPMoviePlayerSeekVideoStartNotification diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKMediaModule.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKMediaModule.h new file mode 100644 index 0000000000000000000000000000000000000000..c0e23f9c3b28172a31a187133690d7229a00d0c3 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKMediaModule.h @@ -0,0 +1,33 @@ +/* + * IJKMediaModule.h + * + * Copyright (c) 2013 Bilibili + * Copyright (c) 2013 Zhang Rui + * + * This file is part of ijkPlayer. + * + * ijkPlayer is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * ijkPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with ijkPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#import + +@interface IJKMediaModule : NSObject + ++ (IJKMediaModule *)sharedModule; + +@property(atomic, getter=isAppIdleTimerDisabled) BOOL appIdleTimerDisabled; +@property(atomic, getter=isMediaModuleIdleTimerDisabled) BOOL mediaModuleIdleTimerDisabled; + +@end diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKMediaPlayback.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKMediaPlayback.h new file mode 100644 index 0000000000000000000000000000000000000000..b5e50e07d6cc9d5631dd5d6d0295f51eb28e4964 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKMediaPlayback.h @@ -0,0 +1,227 @@ +/* + * IJKMediaPlayback.h + * + * Copyright (c) 2013 Bilibili + * Copyright (c) 2013 Zhang Rui + * + * This file is part of ijkPlayer. + * + * ijkPlayer is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * ijkPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with ijkPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#import +#import + +typedef NS_ENUM(NSInteger, IJKMPMovieScalingMode) { + IJKMPMovieScalingModeNone, // No scaling + IJKMPMovieScalingModeAspectFit, // Uniform scale until one dimension fits + IJKMPMovieScalingModeAspectFill, // Uniform scale until the movie fills the visible bounds. One dimension may have clipped contents + IJKMPMovieScalingModeFill // Non-uniform scale. Both render dimensions will exactly match the visible bounds +}; + +typedef NS_ENUM(NSInteger, IJKMPMoviePlaybackState) { + IJKMPMoviePlaybackStateStopped, + IJKMPMoviePlaybackStatePlaying, + IJKMPMoviePlaybackStatePaused, + IJKMPMoviePlaybackStateInterrupted, + IJKMPMoviePlaybackStateSeekingForward, + IJKMPMoviePlaybackStateSeekingBackward +}; + +typedef NS_OPTIONS(NSUInteger, IJKMPMovieLoadState) { + IJKMPMovieLoadStateUnknown = 0, + IJKMPMovieLoadStatePlayable = 1 << 0, + IJKMPMovieLoadStatePlaythroughOK = 1 << 1, // Playback will be automatically started in this state when shouldAutoplay is YES + IJKMPMovieLoadStateStalled = 1 << 2, // Playback will be automatically paused in this state, if started +}; + +typedef NS_ENUM(NSInteger, IJKMPMovieFinishReason) { + IJKMPMovieFinishReasonPlaybackEnded, + IJKMPMovieFinishReasonPlaybackError, + IJKMPMovieFinishReasonUserExited +}; + +// ----------------------------------------------------------------------------- +// Thumbnails + +typedef NS_ENUM(NSInteger, IJKMPMovieTimeOption) { + IJKMPMovieTimeOptionNearestKeyFrame, + IJKMPMovieTimeOptionExact +}; + +@protocol IJKMediaPlayback; + +#pragma mark IJKMediaPlayback + +@protocol IJKMediaPlayback + +- (void)prepareToPlay; +- (void)play; +- (void)pause; +- (void)stop; +- (BOOL)isPlaying; +- (void)shutdown; +- (void)setPauseInBackground:(BOOL)pause; + +@property(nonatomic, readonly) UIView *view; +@property(nonatomic) NSTimeInterval currentPlaybackTime; +@property(nonatomic, readonly) NSTimeInterval duration; +@property(nonatomic, readonly) NSTimeInterval playableDuration; +@property(nonatomic, readonly) NSInteger bufferingProgress; + +@property(nonatomic, readonly) BOOL isPreparedToPlay; +@property(nonatomic, readonly) IJKMPMoviePlaybackState playbackState; +@property(nonatomic, readonly) IJKMPMovieLoadState loadState; +@property(nonatomic, readonly) int isSeekBuffering; +@property(nonatomic, readonly) int isAudioSync; +@property(nonatomic, readonly) int isVideoSync; + +@property(nonatomic, readonly) int64_t numberOfBytesTransferred; + +@property(nonatomic, readonly) CGSize naturalSize; +@property(nonatomic) IJKMPMovieScalingMode scalingMode; +@property(nonatomic) BOOL shouldAutoplay; + +@property (nonatomic) BOOL allowsMediaAirPlay; +@property (nonatomic) BOOL isDanmakuMediaAirPlay; +@property (nonatomic, readonly) BOOL airPlayMediaActive; + +@property (nonatomic) float playbackRate; +@property (nonatomic) float playbackVolume; + +- (UIImage *)thumbnailImageAtCurrentTime; + +#pragma mark Notifications + +#ifdef __cplusplus +#define IJK_EXTERN extern "C" __attribute__((visibility ("default"))) +#else +#define IJK_EXTERN extern __attribute__((visibility ("default"))) +#endif + +// ----------------------------------------------------------------------------- +// MPMediaPlayback.h + +// Posted when the prepared state changes of an object conforming to the MPMediaPlayback protocol changes. +// This supersedes MPMoviePlayerContentPreloadDidFinishNotification. +IJK_EXTERN NSString *const IJKMPMediaPlaybackIsPreparedToPlayDidChangeNotification; + +// ----------------------------------------------------------------------------- +// MPMoviePlayerController.h +// Movie Player Notifications + +// Posted when the scaling mode changes. +IJK_EXTERN NSString* const IJKMPMoviePlayerScalingModeDidChangeNotification; + +// Posted when movie playback ends or a user exits playback. +IJK_EXTERN NSString* const IJKMPMoviePlayerPlaybackDidFinishNotification; +IJK_EXTERN NSString* const IJKMPMoviePlayerPlaybackDidFinishReasonUserInfoKey; // NSNumber (IJKMPMovieFinishReason) + +// Posted when the playback state changes, either programatically or by the user. +IJK_EXTERN NSString* const IJKMPMoviePlayerPlaybackStateDidChangeNotification; + +// Posted when the network load state changes. +IJK_EXTERN NSString* const IJKMPMoviePlayerLoadStateDidChangeNotification; + +// Posted when the movie player begins or ends playing video via AirPlay. +IJK_EXTERN NSString* const IJKMPMoviePlayerIsAirPlayVideoActiveDidChangeNotification; + +// ----------------------------------------------------------------------------- +// Movie Property Notifications + +// Calling -prepareToPlay on the movie player will begin determining movie properties asynchronously. +// These notifications are posted when the associated movie property becomes available. +IJK_EXTERN NSString* const IJKMPMovieNaturalSizeAvailableNotification; + +// ----------------------------------------------------------------------------- +// Extend Notifications + +IJK_EXTERN NSString *const IJKMPMoviePlayerVideoDecoderOpenNotification; +IJK_EXTERN NSString *const IJKMPMoviePlayerFirstVideoFrameRenderedNotification; +IJK_EXTERN NSString *const IJKMPMoviePlayerFirstAudioFrameRenderedNotification; +IJK_EXTERN NSString *const IJKMPMoviePlayerFirstAudioFrameDecodedNotification; +IJK_EXTERN NSString *const IJKMPMoviePlayerFirstVideoFrameDecodedNotification; +IJK_EXTERN NSString *const IJKMPMoviePlayerOpenInputNotification; +IJK_EXTERN NSString *const IJKMPMoviePlayerFindStreamInfoNotification; +IJK_EXTERN NSString *const IJKMPMoviePlayerComponentOpenNotification; + +IJK_EXTERN NSString *const IJKMPMoviePlayerDidSeekCompleteNotification; +IJK_EXTERN NSString *const IJKMPMoviePlayerDidSeekCompleteTargetKey; +IJK_EXTERN NSString *const IJKMPMoviePlayerDidSeekCompleteErrorKey; +IJK_EXTERN NSString *const IJKMPMoviePlayerDidAccurateSeekCompleteCurPos; +IJK_EXTERN NSString *const IJKMPMoviePlayerAccurateSeekCompleteNotification; +IJK_EXTERN NSString *const IJKMPMoviePlayerSeekAudioStartNotification; +IJK_EXTERN NSString *const IJKMPMoviePlayerSeekVideoStartNotification; + +@end + +#pragma mark IJKMediaUrlOpenDelegate + +// Must equal to the defination in ijkavformat/ijkavformat.h +typedef NS_ENUM(NSInteger, IJKMediaEvent) { + + // Notify Events + IJKMediaEvent_WillHttpOpen = 1, // attr: url + IJKMediaEvent_DidHttpOpen = 2, // attr: url, error, http_code + IJKMediaEvent_WillHttpSeek = 3, // attr: url, offset + IJKMediaEvent_DidHttpSeek = 4, // attr: url, offset, error, http_code + // Control Message + IJKMediaCtrl_WillTcpOpen = 0x20001, // IJKMediaUrlOpenData: no args + IJKMediaCtrl_DidTcpOpen = 0x20002, // IJKMediaUrlOpenData: error, family, ip, port, fd + IJKMediaCtrl_WillHttpOpen = 0x20003, // IJKMediaUrlOpenData: url, segmentIndex, retryCounter + IJKMediaCtrl_WillLiveOpen = 0x20005, // IJKMediaUrlOpenData: url, retryCounter + IJKMediaCtrl_WillConcatSegmentOpen = 0x20007, // IJKMediaUrlOpenData: url, segmentIndex, retryCounter +}; + +#define IJKMediaEventAttrKey_url @"url" +#define IJKMediaEventAttrKey_host @"host" +#define IJKMediaEventAttrKey_error @"error" +#define IJKMediaEventAttrKey_time_of_event @"time_of_event" +#define IJKMediaEventAttrKey_http_code @"http_code" +#define IJKMediaEventAttrKey_offset @"offset" +#define IJKMediaEventAttrKey_file_size @"file_size" + +// event of IJKMediaUrlOpenEvent_xxx +@interface IJKMediaUrlOpenData: NSObject + +- (id)initWithUrl:(NSString *)url + event:(IJKMediaEvent)event + segmentIndex:(int)segmentIndex + retryCounter:(int)retryCounter; + +@property(nonatomic, readonly) IJKMediaEvent event; +@property(nonatomic, readonly) int segmentIndex; +@property(nonatomic, readonly) int retryCounter; + +@property(nonatomic, retain) NSString *url; +@property(nonatomic, assign) int fd; +@property(nonatomic, strong) NSString *msg; +@property(nonatomic) int error; // set a negative value to indicate an error has occured. +@property(nonatomic, getter=isHandled) BOOL handled; // auto set to YES if url changed +@property(nonatomic, getter=isUrlChanged) BOOL urlChanged; // auto set to YES by url changed + +@end + +@protocol IJKMediaUrlOpenDelegate + +- (void)willOpenUrl:(IJKMediaUrlOpenData*) urlOpenData; + +@end + +@protocol IJKMediaNativeInvokeDelegate + +- (int)invoke:(IJKMediaEvent)event attributes:(NSDictionary *)attributes; + +@end diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKMediaPlayer.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKMediaPlayer.h new file mode 100644 index 0000000000000000000000000000000000000000..28c8bab7ca3dc4618120b410d292d27694a26df5 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKMediaPlayer.h @@ -0,0 +1,32 @@ +/* + * IJKMediaPlayer.h + * + * Copyright (c) 2013 Bilibili + * Copyright (c) 2013 Zhang Rui + * + * This file is part of ijkPlayer. + * + * ijkPlayer is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * ijkPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with ijkPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#import "IJKMediaPlayback.h" +#import "IJKMPMoviePlayerController.h" + +#import "IJKFFOptions.h" +#import "IJKFFMoviePlayerController.h" + +#import "IJKAVMoviePlayerController.h" + +#import "IJKMediaModule.h" diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKNotificationManager.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKNotificationManager.h new file mode 100644 index 0000000000000000000000000000000000000000..6190049ac3e02ef344177f4032e1c54b229413cf --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKNotificationManager.h @@ -0,0 +1,37 @@ +/* + * IJKNotificationManager.h + * + * Copyright (c) 2016 Bilibili + * Copyright (c) 2016 Zhang Rui + * + * This file is part of ijkPlayer. + * + * ijkPlayer is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * ijkPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with ijkPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#import + +@interface IJKNotificationManager : NSObject + +- (nullable instancetype)init; + +- (void)addObserver:(nonnull id)observer + selector:(nonnull SEL)aSelector + name:(nullable NSString *)aName + object:(nullable id)anObject; + +- (void)removeAllObservers:(nonnull id)observer; + +@end diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKSDLGLViewProtocol.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKSDLGLViewProtocol.h new file mode 100644 index 0000000000000000000000000000000000000000..0f27f267e2b72c69ab763f0b6e07eb0fd68016e2 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Headers/IJKSDLGLViewProtocol.h @@ -0,0 +1,50 @@ +/* + * IJKSDLGLViewProtocol.h + * + * Copyright (c) 2017 Bilibili + * Copyright (c) 2017 raymond + * + * This file is part of ijkPlayer. + * + * ijkPlayer is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * ijkPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with ijkPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef IJKSDLGLViewProtocol_h +#define IJKSDLGLViewProtocol_h + +#import + +typedef struct IJKOverlay IJKOverlay; +struct IJKOverlay { + int w; + int h; + UInt32 format; + int planes; + UInt16 *pitches; + UInt8 **pixels; + int sar_num; + int sar_den; + CVPixelBufferRef pixel_buffer; +}; + +@protocol IJKSDLGLViewProtocol +- (UIImage*) snapshot; +@property(nonatomic, readonly) CGFloat fps; +@property(nonatomic) CGFloat scaleFactor; +@property(nonatomic) BOOL isThirdGLView; +- (void) display_pixels: (IJKOverlay *) overlay; +@end + +#endif /* IJKSDLGLViewProtocol_h */ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/IJKMediaFrameworkWithSSL b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/IJKMediaFrameworkWithSSL new file mode 100644 index 0000000000000000000000000000000000000000..0ec971b984c2800b9429b563442e5f1bbad9405e Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/IJKMediaFrameworkWithSSL differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Info.plist b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Info.plist new file mode 100644 index 0000000000000000000000000000000000000000..5cd8e0ad70fd9476441012e5dfd968ac93bb63fd Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Info.plist differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Modules/module.modulemap b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Modules/module.modulemap new file mode 100644 index 0000000000000000000000000000000000000000..f7cfc269803a7965a10d86ab1cd152cd5007d4e9 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-arm64/IJKMediaFrameworkWithSSL.framework/Modules/module.modulemap @@ -0,0 +1,6 @@ +framework module IJKMediaFrameworkWithSSL { + umbrella header "IJKMediaFrameworkWithSSL.h" + export * + + module * { export * } +} diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKAVMoviePlayerController.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKAVMoviePlayerController.h new file mode 100644 index 0000000000000000000000000000000000000000..39465c9eeead0ef449544077398975d50feed668 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKAVMoviePlayerController.h @@ -0,0 +1,79 @@ +/* + * IJKAVMoviePlayerController.h + * + * Copyright (c) 2014 Bilibili + * Copyright (c) 2014 Zhang Rui + * + * This file is part of ijkPlayer. + * + * ijkPlayer is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * ijkPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with ijkPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/* + File: AVPlayerDemoPlaybackViewController.h + Abstract: UIViewController managing a playback view, thumbnail view, and associated playback UI. + Version: 1.3 + + Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple + Inc. ("Apple") in consideration of your agreement to the following + terms, and your use, installation, modification or redistribution of + this Apple software constitutes acceptance of these terms. If you do + not agree with these terms, please do not use, install, modify or + redistribute this Apple software. + + In consideration of your agreement to abide by the following terms, and + subject to these terms, Apple grants you a personal, non-exclusive + license, under Apple's copyrights in this original Apple software (the + "Apple Software"), to use, reproduce, modify and redistribute the Apple + Software, with or without modifications, in source and/or binary forms; + provided that if you redistribute the Apple Software in its entirety and + without modifications, you must retain this notice and the following + text and disclaimers in all such redistributions of the Apple Software. + Neither the name, trademarks, service marks or logos of Apple Inc. may + be used to endorse or promote products derived from the Apple Software + without specific prior written permission from Apple. Except as + expressly stated in this notice, no other rights or licenses, express or + implied, are granted by Apple herein, including but not limited to any + patent rights that may be infringed by your derivative works or by other + works in which the Apple Software may be incorporated. + + The Apple Software is provided by Apple on an "AS IS" basis. APPLE + MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION + THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS + FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND + OPERATION ALONE OR IN COMBINATION WITH YOUR PRODUCTS. + + IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL + OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION, + MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED + AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), + STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + + Copyright (C) 2014 Apple Inc. All Rights Reserved. + + */ + +#import "IJKMediaPlayback.h" + +@interface IJKAVMoviePlayerController : NSObject + +- (id)initWithContentURL:(NSURL *)aUrl; +- (id)initWithContentURLString:(NSString *)aUrl; ++ (id)getInstance:(NSString *)aUrl; + +@end diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKFFMonitor.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKFFMonitor.h new file mode 100644 index 0000000000000000000000000000000000000000..0e70d3914b486523d3491d3c7aec185c644bf3bf --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKFFMonitor.h @@ -0,0 +1,65 @@ +/* + * Copyright (c) 2016 Bilibili + * Copyright (c) 2016 Zhang Rui + * + * This file is part of ijkPlayer. + * + * ijkPlayer is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * ijkPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with ijkPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#import + +@interface IJKFFMonitor : NSObject + +- (instancetype)init; + +@property(nonatomic) NSDictionary *mediaMeta; +@property(nonatomic) NSDictionary *videoMeta; +@property(nonatomic) NSDictionary *audioMeta; + +@property(nonatomic, readonly) int64_t duration; // milliseconds +@property(nonatomic, readonly) int64_t bitrate; // bit / sec +@property(nonatomic, readonly) float fps; // frame / sec +@property(nonatomic, readonly) int width; // width +@property(nonatomic, readonly) int height; // height +@property(nonatomic, readonly) NSString *vcodec; // video codec +@property(nonatomic, readonly) NSString *acodec; // audio codec +@property(nonatomic, readonly) int sampleRate; +@property(nonatomic, readonly) int64_t channelLayout; + +@property(nonatomic) NSString *vdecoder; + +@property(nonatomic) int tcpError; +@property(nonatomic) NSString *remoteIp; + +@property(nonatomic) int httpError; +@property(nonatomic) NSString *httpUrl; +@property(nonatomic) NSString *httpHost; +@property(nonatomic) int httpCode; +@property(nonatomic) int64_t httpOpenTick; +@property(nonatomic) int64_t httpSeekTick; +@property(nonatomic) int httpOpenCount; +@property(nonatomic) int httpSeekCount; +@property(nonatomic) int64_t lastHttpOpenDuration; +@property(nonatomic) int64_t lastHttpSeekDuration; +@property(nonatomic) int64_t filesize; + +@property(nonatomic) int64_t prepareStartTick; +@property(nonatomic) int64_t prepareDuration; +@property(nonatomic) int64_t firstVideoFrameLatency; +@property(nonatomic) int64_t lastPrerollStartTick; +@property(nonatomic) int64_t lastPrerollDuration; + +@end diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKFFMoviePlayerController.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKFFMoviePlayerController.h new file mode 100644 index 0000000000000000000000000000000000000000..004c123aa5461669137d2b8faffac4a6b3959a8f --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKFFMoviePlayerController.h @@ -0,0 +1,155 @@ +/* + * IJKFFMoviePlayerController.h + * + * Copyright (c) 2013 Bilibili + * Copyright (c) 2013 Zhang Rui + * + * This file is part of ijkPlayer. + * + * ijkPlayer is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * ijkPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with ijkPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#import "IJKMediaPlayback.h" +#import "IJKFFMonitor.h" +#import "IJKFFOptions.h" +#import "IJKSDLGLViewProtocol.h" + +// media meta +#define k_IJKM_KEY_FORMAT @"format" +#define k_IJKM_KEY_DURATION_US @"duration_us" +#define k_IJKM_KEY_START_US @"start_us" +#define k_IJKM_KEY_BITRATE @"bitrate" + +// stream meta +#define k_IJKM_KEY_TYPE @"type" +#define k_IJKM_VAL_TYPE__VIDEO @"video" +#define k_IJKM_VAL_TYPE__AUDIO @"audio" +#define k_IJKM_VAL_TYPE__UNKNOWN @"unknown" + +#define k_IJKM_KEY_CODEC_NAME @"codec_name" +#define k_IJKM_KEY_CODEC_PROFILE @"codec_profile" +#define k_IJKM_KEY_CODEC_LONG_NAME @"codec_long_name" + +// stream: video +#define k_IJKM_KEY_WIDTH @"width" +#define k_IJKM_KEY_HEIGHT @"height" +#define k_IJKM_KEY_FPS_NUM @"fps_num" +#define k_IJKM_KEY_FPS_DEN @"fps_den" +#define k_IJKM_KEY_TBR_NUM @"tbr_num" +#define k_IJKM_KEY_TBR_DEN @"tbr_den" +#define k_IJKM_KEY_SAR_NUM @"sar_num" +#define k_IJKM_KEY_SAR_DEN @"sar_den" +// stream: audio +#define k_IJKM_KEY_SAMPLE_RATE @"sample_rate" +#define k_IJKM_KEY_CHANNEL_LAYOUT @"channel_layout" + +#define kk_IJKM_KEY_STREAMS @"streams" + +typedef enum IJKLogLevel { + k_IJK_LOG_UNKNOWN = 0, + k_IJK_LOG_DEFAULT = 1, + + k_IJK_LOG_VERBOSE = 2, + k_IJK_LOG_DEBUG = 3, + k_IJK_LOG_INFO = 4, + k_IJK_LOG_WARN = 5, + k_IJK_LOG_ERROR = 6, + k_IJK_LOG_FATAL = 7, + k_IJK_LOG_SILENT = 8, +} IJKLogLevel; + +@interface IJKFFMoviePlayerController : NSObject + +- (id)initWithContentURL:(NSURL *)aUrl + withOptions:(IJKFFOptions *)options; + +- (id)initWithContentURLString:(NSString *)aUrlString + withOptions:(IJKFFOptions *)options; + +- (id)initWithMoreContent:(NSURL *)aUrl + withOptions:(IJKFFOptions *)options + withGLView:(UIView *)glView; + +- (id)initWithMoreContentString:(NSString *)aUrlString + withOptions:(IJKFFOptions *)options + withGLView:(UIView *)glView; + +- (void)prepareToPlay; +- (void)play; +- (void)pause; +- (void)stop; +- (BOOL)isPlaying; +- (int64_t)trafficStatistic; +- (float)dropFrameRate; + +- (void)setPauseInBackground:(BOOL)pause; +- (BOOL)isVideoToolboxOpen; + +- (void)setHudValue:(NSString *)value forKey:(NSString *)key; + ++ (void)setLogReport:(BOOL)preferLogReport; ++ (void)setLogLevel:(IJKLogLevel)logLevel; ++ (BOOL)checkIfFFmpegVersionMatch:(BOOL)showAlert; ++ (BOOL)checkIfPlayerVersionMatch:(BOOL)showAlert + version:(NSString *)version; + +@property(nonatomic, readonly) CGFloat fpsInMeta; +@property(nonatomic, readonly) CGFloat fpsAtOutput; +@property(nonatomic) BOOL shouldShowHudView; + +- (void)setOptionValue:(NSString *)value + forKey:(NSString *)key + ofCategory:(IJKFFOptionCategory)category; + +- (void)setOptionIntValue:(int64_t)value + forKey:(NSString *)key + ofCategory:(IJKFFOptionCategory)category; + + + +- (void)setFormatOptionValue: (NSString *)value forKey:(NSString *)key; +- (void)setCodecOptionValue: (NSString *)value forKey:(NSString *)key; +- (void)setSwsOptionValue: (NSString *)value forKey:(NSString *)key; +- (void)setPlayerOptionValue: (NSString *)value forKey:(NSString *)key; + +- (void)setFormatOptionIntValue: (int64_t)value forKey:(NSString *)key; +- (void)setCodecOptionIntValue: (int64_t)value forKey:(NSString *)key; +- (void)setSwsOptionIntValue: (int64_t)value forKey:(NSString *)key; +- (void)setPlayerOptionIntValue: (int64_t)value forKey:(NSString *)key; + +@property (nonatomic, retain) id segmentOpenDelegate; +@property (nonatomic, retain) id tcpOpenDelegate; +@property (nonatomic, retain) id httpOpenDelegate; +@property (nonatomic, retain) id liveOpenDelegate; + +@property (nonatomic, retain) id nativeInvokeDelegate; + +- (void)didShutdown; + +#pragma mark KVO properties +@property (nonatomic, readonly) IJKFFMonitor *monitor; + +@end + +#define IJK_FF_IO_TYPE_READ (1) +void IJKFFIOStatDebugCallback(const char *url, int type, int bytes); +void IJKFFIOStatRegister(void (*cb)(const char *url, int type, int bytes)); + +void IJKFFIOStatCompleteDebugCallback(const char *url, + int64_t read_bytes, int64_t total_size, + int64_t elpased_time, int64_t total_duration); +void IJKFFIOStatCompleteRegister(void (*cb)(const char *url, + int64_t read_bytes, int64_t total_size, + int64_t elpased_time, int64_t total_duration)); diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKFFOptions.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKFFOptions.h new file mode 100644 index 0000000000000000000000000000000000000000..cc03847d1e8894f9fa4fb6c2cf0de4a69ca088bc --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKFFOptions.h @@ -0,0 +1,75 @@ +/* + * IJKFFOptions.h + * + * Copyright (c) 2013-2015 Bilibili + * Copyright (c) 2013-2015 Zhang Rui + * + * This file is part of ijkPlayer. + * + * ijkPlayer is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * ijkPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with ijkPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#import + +typedef enum IJKFFOptionCategory { + kIJKFFOptionCategoryFormat = 1, + kIJKFFOptionCategoryCodec = 2, + kIJKFFOptionCategorySws = 3, + kIJKFFOptionCategoryPlayer = 4, + kIJKFFOptionCategorySwr = 5, +} IJKFFOptionCategory; + +// for codec option 'skip_loop_filter' and 'skip_frame' +typedef enum IJKAVDiscard { + /* We leave some space between them for extensions (drop some + * keyframes for intra-only or drop just some bidir frames). */ + IJK_AVDISCARD_NONE =-16, ///< discard nothing + IJK_AVDISCARD_DEFAULT = 0, ///< discard useless packets like 0 size packets in avi + IJK_AVDISCARD_NONREF = 8, ///< discard all non reference + IJK_AVDISCARD_BIDIR = 16, ///< discard all bidirectional frames + IJK_AVDISCARD_NONKEY = 32, ///< discard all frames except keyframes + IJK_AVDISCARD_ALL = 48, ///< discard all +} IJKAVDiscard; + +struct IjkMediaPlayer; + +@interface IJKFFOptions : NSObject + ++(IJKFFOptions *)optionsByDefault; + +-(void)applyTo:(struct IjkMediaPlayer *)mediaPlayer; + +- (void)setOptionValue:(NSString *)value + forKey:(NSString *)key + ofCategory:(IJKFFOptionCategory)category; + +- (void)setOptionIntValue:(int64_t)value + forKey:(NSString *)key + ofCategory:(IJKFFOptionCategory)category; + + +-(void)setFormatOptionValue: (NSString *)value forKey:(NSString *)key; +-(void)setCodecOptionValue: (NSString *)value forKey:(NSString *)key; +-(void)setSwsOptionValue: (NSString *)value forKey:(NSString *)key; +-(void)setPlayerOptionValue: (NSString *)value forKey:(NSString *)key; + +-(void)setFormatOptionIntValue: (int64_t)value forKey:(NSString *)key; +-(void)setCodecOptionIntValue: (int64_t)value forKey:(NSString *)key; +-(void)setSwsOptionIntValue: (int64_t)value forKey:(NSString *)key; +-(void)setPlayerOptionIntValue: (int64_t)value forKey:(NSString *)key; + +@property(nonatomic) BOOL showHudView; + +@end diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKKVOController.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKKVOController.h new file mode 100644 index 0000000000000000000000000000000000000000..3a6bf1554f433225e207e3f0c1af88c90ebbfab6 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKKVOController.h @@ -0,0 +1,39 @@ +/* + * IJKKVOController.h + * + * Copyright (c) 2014 Bilibili + * Copyright (c) 2014 Zhang Rui + * + * This file is part of ijkPlayer. + * + * ijkPlayer is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * ijkPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with ijkPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#import + +@interface IJKKVOController : NSObject + +- (id)initWithTarget:(NSObject *)target; + +- (void)safelyAddObserver:(NSObject *)observer + forKeyPath:(NSString *)keyPath + options:(NSKeyValueObservingOptions)options + context:(void *)context; +- (void)safelyRemoveObserver:(NSObject *)observer + forKeyPath:(NSString *)keyPath; + +- (void)safelyRemoveAllObservers; + +@end diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKMPMoviePlayerController.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKMPMoviePlayerController.h new file mode 100644 index 0000000000000000000000000000000000000000..b17f17586deb0031d58a745137e9daf08959e022 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKMPMoviePlayerController.h @@ -0,0 +1,32 @@ +/* + * IJKMPMoviePlayerController.h + * + * Copyright (c) 2013 Bilibili + * Copyright (c) 2013 Zhang Rui + * + * This file is part of ijkPlayer. + * + * ijkPlayer is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * ijkPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with ijkPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#import "IJKMediaPlayback.h" +#import + +@interface IJKMPMoviePlayerController : MPMoviePlayerController + +- (id)initWithContentURL:(NSURL *)aUrl; +- (id)initWithContentURLString:(NSString *)aUrl; + +@end diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKMediaFrameworkWithSSL.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKMediaFrameworkWithSSL.h new file mode 100644 index 0000000000000000000000000000000000000000..5680be283e3f930beadfdd592ce67adf971f5d07 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKMediaFrameworkWithSSL.h @@ -0,0 +1,46 @@ +// +// IJKMediaFrameworkWithSSL.h +// IJKMediaFrameworkWithSSL +// +// Created by zhangxinzheng on 27/02/2017. +// Copyright © 2017 bilibili. All rights reserved. +// + +#import + +//! Project version number for IJKMediaFrameworkWithSSL. +FOUNDATION_EXPORT double IJKMediaFrameworkWithSSLVersionNumber; + +//! Project version string for IJKMediaFrameworkWithSSL. +FOUNDATION_EXPORT const unsigned char IJKMediaFrameworkWithSSLVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + +#import +#import +#import +#import +#import +#import +#import +#import +#import + +// backward compatible for old names +#define IJKMediaPlaybackIsPreparedToPlayDidChangeNotification IJKMPMediaPlaybackIsPreparedToPlayDidChangeNotification +#define IJKMoviePlayerLoadStateDidChangeNotification IJKMPMoviePlayerLoadStateDidChangeNotification +#define IJKMoviePlayerPlaybackDidFinishNotification IJKMPMoviePlayerPlaybackDidFinishNotification +#define IJKMoviePlayerPlaybackDidFinishReasonUserInfoKey IJKMPMoviePlayerPlaybackDidFinishReasonUserInfoKey +#define IJKMoviePlayerPlaybackStateDidChangeNotification IJKMPMoviePlayerPlaybackStateDidChangeNotification +#define IJKMoviePlayerIsAirPlayVideoActiveDidChangeNotification IJKMPMoviePlayerIsAirPlayVideoActiveDidChangeNotification +#define IJKMoviePlayerVideoDecoderOpenNotification IJKMPMoviePlayerVideoDecoderOpenNotification +#define IJKMoviePlayerFirstVideoFrameRenderedNotification IJKMPMoviePlayerFirstVideoFrameRenderedNotification +#define IJKMoviePlayerFirstAudioFrameRenderedNotification IJKMPMoviePlayerFirstAudioFrameRenderedNotification +#define IJKMoviePlayerFirstAudioFrameDecodedNotification IJKMPMoviePlayerFirstAudioFrameDecodedNotification +#define IJKMoviePlayerFirstVideoFrameDecodedNotification IJKMPMoviePlayerFirstVideoFrameDecodedNotification +#define IJKMoviePlayerOpenInputNotification IJKMPMoviePlayerOpenInputNotification +#define IJKMoviePlayerFindStreamInfoNotification IJKMPMoviePlayerFindStreamInfoNotification +#define IJKMoviePlayerComponentOpenNotification IJKMPMoviePlayerComponentOpenNotification +#define IJKMPMoviePlayerAccurateSeekCompleteNotification IJKMPMoviePlayerAccurateSeekCompleteNotification +#define IJKMoviePlayerSeekAudioStartNotification IJKMPMoviePlayerSeekAudioStartNotification +#define IJKMoviePlayerSeekVideoStartNotification IJKMPMoviePlayerSeekVideoStartNotification diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKMediaModule.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKMediaModule.h new file mode 100644 index 0000000000000000000000000000000000000000..c0e23f9c3b28172a31a187133690d7229a00d0c3 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKMediaModule.h @@ -0,0 +1,33 @@ +/* + * IJKMediaModule.h + * + * Copyright (c) 2013 Bilibili + * Copyright (c) 2013 Zhang Rui + * + * This file is part of ijkPlayer. + * + * ijkPlayer is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * ijkPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with ijkPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#import + +@interface IJKMediaModule : NSObject + ++ (IJKMediaModule *)sharedModule; + +@property(atomic, getter=isAppIdleTimerDisabled) BOOL appIdleTimerDisabled; +@property(atomic, getter=isMediaModuleIdleTimerDisabled) BOOL mediaModuleIdleTimerDisabled; + +@end diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKMediaPlayback.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKMediaPlayback.h new file mode 100644 index 0000000000000000000000000000000000000000..b5e50e07d6cc9d5631dd5d6d0295f51eb28e4964 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKMediaPlayback.h @@ -0,0 +1,227 @@ +/* + * IJKMediaPlayback.h + * + * Copyright (c) 2013 Bilibili + * Copyright (c) 2013 Zhang Rui + * + * This file is part of ijkPlayer. + * + * ijkPlayer is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * ijkPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with ijkPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#import +#import + +typedef NS_ENUM(NSInteger, IJKMPMovieScalingMode) { + IJKMPMovieScalingModeNone, // No scaling + IJKMPMovieScalingModeAspectFit, // Uniform scale until one dimension fits + IJKMPMovieScalingModeAspectFill, // Uniform scale until the movie fills the visible bounds. One dimension may have clipped contents + IJKMPMovieScalingModeFill // Non-uniform scale. Both render dimensions will exactly match the visible bounds +}; + +typedef NS_ENUM(NSInteger, IJKMPMoviePlaybackState) { + IJKMPMoviePlaybackStateStopped, + IJKMPMoviePlaybackStatePlaying, + IJKMPMoviePlaybackStatePaused, + IJKMPMoviePlaybackStateInterrupted, + IJKMPMoviePlaybackStateSeekingForward, + IJKMPMoviePlaybackStateSeekingBackward +}; + +typedef NS_OPTIONS(NSUInteger, IJKMPMovieLoadState) { + IJKMPMovieLoadStateUnknown = 0, + IJKMPMovieLoadStatePlayable = 1 << 0, + IJKMPMovieLoadStatePlaythroughOK = 1 << 1, // Playback will be automatically started in this state when shouldAutoplay is YES + IJKMPMovieLoadStateStalled = 1 << 2, // Playback will be automatically paused in this state, if started +}; + +typedef NS_ENUM(NSInteger, IJKMPMovieFinishReason) { + IJKMPMovieFinishReasonPlaybackEnded, + IJKMPMovieFinishReasonPlaybackError, + IJKMPMovieFinishReasonUserExited +}; + +// ----------------------------------------------------------------------------- +// Thumbnails + +typedef NS_ENUM(NSInteger, IJKMPMovieTimeOption) { + IJKMPMovieTimeOptionNearestKeyFrame, + IJKMPMovieTimeOptionExact +}; + +@protocol IJKMediaPlayback; + +#pragma mark IJKMediaPlayback + +@protocol IJKMediaPlayback + +- (void)prepareToPlay; +- (void)play; +- (void)pause; +- (void)stop; +- (BOOL)isPlaying; +- (void)shutdown; +- (void)setPauseInBackground:(BOOL)pause; + +@property(nonatomic, readonly) UIView *view; +@property(nonatomic) NSTimeInterval currentPlaybackTime; +@property(nonatomic, readonly) NSTimeInterval duration; +@property(nonatomic, readonly) NSTimeInterval playableDuration; +@property(nonatomic, readonly) NSInteger bufferingProgress; + +@property(nonatomic, readonly) BOOL isPreparedToPlay; +@property(nonatomic, readonly) IJKMPMoviePlaybackState playbackState; +@property(nonatomic, readonly) IJKMPMovieLoadState loadState; +@property(nonatomic, readonly) int isSeekBuffering; +@property(nonatomic, readonly) int isAudioSync; +@property(nonatomic, readonly) int isVideoSync; + +@property(nonatomic, readonly) int64_t numberOfBytesTransferred; + +@property(nonatomic, readonly) CGSize naturalSize; +@property(nonatomic) IJKMPMovieScalingMode scalingMode; +@property(nonatomic) BOOL shouldAutoplay; + +@property (nonatomic) BOOL allowsMediaAirPlay; +@property (nonatomic) BOOL isDanmakuMediaAirPlay; +@property (nonatomic, readonly) BOOL airPlayMediaActive; + +@property (nonatomic) float playbackRate; +@property (nonatomic) float playbackVolume; + +- (UIImage *)thumbnailImageAtCurrentTime; + +#pragma mark Notifications + +#ifdef __cplusplus +#define IJK_EXTERN extern "C" __attribute__((visibility ("default"))) +#else +#define IJK_EXTERN extern __attribute__((visibility ("default"))) +#endif + +// ----------------------------------------------------------------------------- +// MPMediaPlayback.h + +// Posted when the prepared state changes of an object conforming to the MPMediaPlayback protocol changes. +// This supersedes MPMoviePlayerContentPreloadDidFinishNotification. +IJK_EXTERN NSString *const IJKMPMediaPlaybackIsPreparedToPlayDidChangeNotification; + +// ----------------------------------------------------------------------------- +// MPMoviePlayerController.h +// Movie Player Notifications + +// Posted when the scaling mode changes. +IJK_EXTERN NSString* const IJKMPMoviePlayerScalingModeDidChangeNotification; + +// Posted when movie playback ends or a user exits playback. +IJK_EXTERN NSString* const IJKMPMoviePlayerPlaybackDidFinishNotification; +IJK_EXTERN NSString* const IJKMPMoviePlayerPlaybackDidFinishReasonUserInfoKey; // NSNumber (IJKMPMovieFinishReason) + +// Posted when the playback state changes, either programatically or by the user. +IJK_EXTERN NSString* const IJKMPMoviePlayerPlaybackStateDidChangeNotification; + +// Posted when the network load state changes. +IJK_EXTERN NSString* const IJKMPMoviePlayerLoadStateDidChangeNotification; + +// Posted when the movie player begins or ends playing video via AirPlay. +IJK_EXTERN NSString* const IJKMPMoviePlayerIsAirPlayVideoActiveDidChangeNotification; + +// ----------------------------------------------------------------------------- +// Movie Property Notifications + +// Calling -prepareToPlay on the movie player will begin determining movie properties asynchronously. +// These notifications are posted when the associated movie property becomes available. +IJK_EXTERN NSString* const IJKMPMovieNaturalSizeAvailableNotification; + +// ----------------------------------------------------------------------------- +// Extend Notifications + +IJK_EXTERN NSString *const IJKMPMoviePlayerVideoDecoderOpenNotification; +IJK_EXTERN NSString *const IJKMPMoviePlayerFirstVideoFrameRenderedNotification; +IJK_EXTERN NSString *const IJKMPMoviePlayerFirstAudioFrameRenderedNotification; +IJK_EXTERN NSString *const IJKMPMoviePlayerFirstAudioFrameDecodedNotification; +IJK_EXTERN NSString *const IJKMPMoviePlayerFirstVideoFrameDecodedNotification; +IJK_EXTERN NSString *const IJKMPMoviePlayerOpenInputNotification; +IJK_EXTERN NSString *const IJKMPMoviePlayerFindStreamInfoNotification; +IJK_EXTERN NSString *const IJKMPMoviePlayerComponentOpenNotification; + +IJK_EXTERN NSString *const IJKMPMoviePlayerDidSeekCompleteNotification; +IJK_EXTERN NSString *const IJKMPMoviePlayerDidSeekCompleteTargetKey; +IJK_EXTERN NSString *const IJKMPMoviePlayerDidSeekCompleteErrorKey; +IJK_EXTERN NSString *const IJKMPMoviePlayerDidAccurateSeekCompleteCurPos; +IJK_EXTERN NSString *const IJKMPMoviePlayerAccurateSeekCompleteNotification; +IJK_EXTERN NSString *const IJKMPMoviePlayerSeekAudioStartNotification; +IJK_EXTERN NSString *const IJKMPMoviePlayerSeekVideoStartNotification; + +@end + +#pragma mark IJKMediaUrlOpenDelegate + +// Must equal to the defination in ijkavformat/ijkavformat.h +typedef NS_ENUM(NSInteger, IJKMediaEvent) { + + // Notify Events + IJKMediaEvent_WillHttpOpen = 1, // attr: url + IJKMediaEvent_DidHttpOpen = 2, // attr: url, error, http_code + IJKMediaEvent_WillHttpSeek = 3, // attr: url, offset + IJKMediaEvent_DidHttpSeek = 4, // attr: url, offset, error, http_code + // Control Message + IJKMediaCtrl_WillTcpOpen = 0x20001, // IJKMediaUrlOpenData: no args + IJKMediaCtrl_DidTcpOpen = 0x20002, // IJKMediaUrlOpenData: error, family, ip, port, fd + IJKMediaCtrl_WillHttpOpen = 0x20003, // IJKMediaUrlOpenData: url, segmentIndex, retryCounter + IJKMediaCtrl_WillLiveOpen = 0x20005, // IJKMediaUrlOpenData: url, retryCounter + IJKMediaCtrl_WillConcatSegmentOpen = 0x20007, // IJKMediaUrlOpenData: url, segmentIndex, retryCounter +}; + +#define IJKMediaEventAttrKey_url @"url" +#define IJKMediaEventAttrKey_host @"host" +#define IJKMediaEventAttrKey_error @"error" +#define IJKMediaEventAttrKey_time_of_event @"time_of_event" +#define IJKMediaEventAttrKey_http_code @"http_code" +#define IJKMediaEventAttrKey_offset @"offset" +#define IJKMediaEventAttrKey_file_size @"file_size" + +// event of IJKMediaUrlOpenEvent_xxx +@interface IJKMediaUrlOpenData: NSObject + +- (id)initWithUrl:(NSString *)url + event:(IJKMediaEvent)event + segmentIndex:(int)segmentIndex + retryCounter:(int)retryCounter; + +@property(nonatomic, readonly) IJKMediaEvent event; +@property(nonatomic, readonly) int segmentIndex; +@property(nonatomic, readonly) int retryCounter; + +@property(nonatomic, retain) NSString *url; +@property(nonatomic, assign) int fd; +@property(nonatomic, strong) NSString *msg; +@property(nonatomic) int error; // set a negative value to indicate an error has occured. +@property(nonatomic, getter=isHandled) BOOL handled; // auto set to YES if url changed +@property(nonatomic, getter=isUrlChanged) BOOL urlChanged; // auto set to YES by url changed + +@end + +@protocol IJKMediaUrlOpenDelegate + +- (void)willOpenUrl:(IJKMediaUrlOpenData*) urlOpenData; + +@end + +@protocol IJKMediaNativeInvokeDelegate + +- (int)invoke:(IJKMediaEvent)event attributes:(NSDictionary *)attributes; + +@end diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKMediaPlayer.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKMediaPlayer.h new file mode 100644 index 0000000000000000000000000000000000000000..28c8bab7ca3dc4618120b410d292d27694a26df5 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKMediaPlayer.h @@ -0,0 +1,32 @@ +/* + * IJKMediaPlayer.h + * + * Copyright (c) 2013 Bilibili + * Copyright (c) 2013 Zhang Rui + * + * This file is part of ijkPlayer. + * + * ijkPlayer is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * ijkPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with ijkPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#import "IJKMediaPlayback.h" +#import "IJKMPMoviePlayerController.h" + +#import "IJKFFOptions.h" +#import "IJKFFMoviePlayerController.h" + +#import "IJKAVMoviePlayerController.h" + +#import "IJKMediaModule.h" diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKNotificationManager.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKNotificationManager.h new file mode 100644 index 0000000000000000000000000000000000000000..6190049ac3e02ef344177f4032e1c54b229413cf --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKNotificationManager.h @@ -0,0 +1,37 @@ +/* + * IJKNotificationManager.h + * + * Copyright (c) 2016 Bilibili + * Copyright (c) 2016 Zhang Rui + * + * This file is part of ijkPlayer. + * + * ijkPlayer is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * ijkPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with ijkPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#import + +@interface IJKNotificationManager : NSObject + +- (nullable instancetype)init; + +- (void)addObserver:(nonnull id)observer + selector:(nonnull SEL)aSelector + name:(nullable NSString *)aName + object:(nullable id)anObject; + +- (void)removeAllObservers:(nonnull id)observer; + +@end diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKSDLGLViewProtocol.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKSDLGLViewProtocol.h new file mode 100644 index 0000000000000000000000000000000000000000..0f27f267e2b72c69ab763f0b6e07eb0fd68016e2 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Headers/IJKSDLGLViewProtocol.h @@ -0,0 +1,50 @@ +/* + * IJKSDLGLViewProtocol.h + * + * Copyright (c) 2017 Bilibili + * Copyright (c) 2017 raymond + * + * This file is part of ijkPlayer. + * + * ijkPlayer is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * ijkPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with ijkPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef IJKSDLGLViewProtocol_h +#define IJKSDLGLViewProtocol_h + +#import + +typedef struct IJKOverlay IJKOverlay; +struct IJKOverlay { + int w; + int h; + UInt32 format; + int planes; + UInt16 *pitches; + UInt8 **pixels; + int sar_num; + int sar_den; + CVPixelBufferRef pixel_buffer; +}; + +@protocol IJKSDLGLViewProtocol +- (UIImage*) snapshot; +@property(nonatomic, readonly) CGFloat fps; +@property(nonatomic) CGFloat scaleFactor; +@property(nonatomic) BOOL isThirdGLView; +- (void) display_pixels: (IJKOverlay *) overlay; +@end + +#endif /* IJKSDLGLViewProtocol_h */ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/IJKMediaFrameworkWithSSL b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/IJKMediaFrameworkWithSSL new file mode 100644 index 0000000000000000000000000000000000000000..1bb33e7b12f4fe7483064e7e74c4da2d76b4e355 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/IJKMediaFrameworkWithSSL differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Info.plist b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Info.plist new file mode 100644 index 0000000000000000000000000000000000000000..42cc88e47cb6704c4ee316bd9c2c91f3a1a1952b Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Info.plist differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Modules/module.modulemap b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Modules/module.modulemap new file mode 100644 index 0000000000000000000000000000000000000000..f7cfc269803a7965a10d86ab1cd152cd5007d4e9 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/Modules/module.modulemap @@ -0,0 +1,6 @@ +framework module IJKMediaFrameworkWithSSL { + umbrella header "IJKMediaFrameworkWithSSL.h" + export * + + module * { export * } +} diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/_CodeSignature/CodeDirectory b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/_CodeSignature/CodeDirectory new file mode 100644 index 0000000000000000000000000000000000000000..f7d3852cd559358c11d712c59de2e41bb9f1b07c Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/_CodeSignature/CodeDirectory differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/_CodeSignature/CodeRequirements b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/_CodeSignature/CodeRequirements new file mode 100644 index 0000000000000000000000000000000000000000..dbf9d6144e62fc7bac2b65759cb4ce6906bc722f Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/_CodeSignature/CodeRequirements differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/_CodeSignature/CodeRequirements-1 b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/_CodeSignature/CodeRequirements-1 new file mode 100644 index 0000000000000000000000000000000000000000..c9f3e0e9cd4fe3d2920506db6a3d6c46b2b41bea Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/_CodeSignature/CodeRequirements-1 differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/_CodeSignature/CodeResources b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/_CodeSignature/CodeResources new file mode 100644 index 0000000000000000000000000000000000000000..2585b8d55fd48ab78439ccd73faf36395880daed --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/_CodeSignature/CodeResources @@ -0,0 +1,297 @@ + + + + + files + + Headers/IJKAVMoviePlayerController.h + + av2l7q3/jILo/C/mal91ihf4xCA= + + Headers/IJKFFMonitor.h + + g4SK5hvaabpQn3kb7IUQAsTT0Sk= + + Headers/IJKFFMoviePlayerController.h + + 5pKt7kfweiNGK9g6MmcXTcGzoy8= + + Headers/IJKFFOptions.h + + TF3E6kGWUmQpA0wHycZnfaCWcBE= + + Headers/IJKKVOController.h + + ZaZ507SAXmLPDeASvQ2WJETsbUw= + + Headers/IJKMPMoviePlayerController.h + + ob2kMMi0ddDuG59EMTC/SGamKJE= + + Headers/IJKMediaFrameworkWithSSL.h + + aYOtb1Y1AY6OCkfIFCPsB8FFXZQ= + + Headers/IJKMediaModule.h + + STLhyvtu74KXMbElYJvIOY/nGLc= + + Headers/IJKMediaPlayback.h + + XP7dGscqz5DFTrp5D86iBwJqsuQ= + + Headers/IJKMediaPlayer.h + + 9aDGJKLPlYfuYkxES/1u6JSdvew= + + Headers/IJKNotificationManager.h + + yDjyoucGxP7bv3yGJS1ECqMJTAE= + + Headers/IJKSDLGLViewProtocol.h + + XkJ4PXWgDZGwv/ac9jETJAFBlv4= + + Info.plist + + D4C8gxjCXRLpbgtzMhPcIA4J7f8= + + Modules/module.modulemap + + Gq4RrsjYxNi1v4LEd83BTlIlllE= + + + files2 + + Headers/IJKAVMoviePlayerController.h + + hash + + av2l7q3/jILo/C/mal91ihf4xCA= + + hash2 + + CfAC5osiHbw4Gy8Oav6J5oV/51hNkmeXebHT2PfqAfQ= + + + Headers/IJKFFMonitor.h + + hash + + g4SK5hvaabpQn3kb7IUQAsTT0Sk= + + hash2 + + Ky/OPBMccySgEwHc04rBt0BJRx1uIjSTqi0dtSX4Ko8= + + + Headers/IJKFFMoviePlayerController.h + + hash + + 5pKt7kfweiNGK9g6MmcXTcGzoy8= + + hash2 + + 4r9EKI1moLHqsUOJgqd3ghmv+UdtEYZHJzAaxxHcdPg= + + + Headers/IJKFFOptions.h + + hash + + TF3E6kGWUmQpA0wHycZnfaCWcBE= + + hash2 + + 9AcZ80qLK3eX0YAVv0ZPzc8c5pglINcBd2hH9KXxans= + + + Headers/IJKKVOController.h + + hash + + ZaZ507SAXmLPDeASvQ2WJETsbUw= + + hash2 + + PYeyK+ADKQ+bTE0oOBrhqahxJGOxsxzD32pVCxvbsXk= + + + Headers/IJKMPMoviePlayerController.h + + hash + + ob2kMMi0ddDuG59EMTC/SGamKJE= + + hash2 + + 4NHsjNiWiSYwPcEBsOoH/BbMl5xaYwPDQT0h6tu1Vls= + + + Headers/IJKMediaFrameworkWithSSL.h + + hash + + aYOtb1Y1AY6OCkfIFCPsB8FFXZQ= + + hash2 + + bpPUk5WT2bbLZwhDCNQ5pOJLTSGrbnRjqXVuIPnqKVQ= + + + Headers/IJKMediaModule.h + + hash + + STLhyvtu74KXMbElYJvIOY/nGLc= + + hash2 + + IpZT7gPxZVjaLZI+tuuB7IeX9027bJ/fdfg2brk/QOY= + + + Headers/IJKMediaPlayback.h + + hash + + XP7dGscqz5DFTrp5D86iBwJqsuQ= + + hash2 + + NelbQWJvQxuSJi2f/t76G2rhS8qq6j97u7vRfMmVMkQ= + + + Headers/IJKMediaPlayer.h + + hash + + 9aDGJKLPlYfuYkxES/1u6JSdvew= + + hash2 + + dTC4/VFsO6wGzVIwtebVwvlV+WYSqL0/0sOc9szB6pY= + + + Headers/IJKNotificationManager.h + + hash + + yDjyoucGxP7bv3yGJS1ECqMJTAE= + + hash2 + + s4EPRg8OPuFCmb3dV4K8rgjCHZmLUwuGUBWjO10GwIw= + + + Headers/IJKSDLGLViewProtocol.h + + hash + + XkJ4PXWgDZGwv/ac9jETJAFBlv4= + + hash2 + + ABzjo5hGkzAZq8PJbzA+6Wm3mXvM+DU8XjKBfT8t+lU= + + + Modules/module.modulemap + + hash + + Gq4RrsjYxNi1v4LEd83BTlIlllE= + + hash2 + + UtEq1B2yYTNQBlqS2smJyFKjBYhGcbtrAdN3+MRLf60= + + + + rules + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/_CodeSignature/CodeSignature b/uni_modules/uni-video/utssdk/app-ios/frameworks/IJKMediaFrameworkWithSSL.xcframework/ios-x86_64-simulator/IJKMediaFrameworkWithSSL.framework/_CodeSignature/CodeSignature new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/Info.plist b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/Info.plist new file mode 100644 index 0000000000000000000000000000000000000000..13282534839bc230252997e133b441538a8f0b48 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/Info.plist @@ -0,0 +1,44 @@ + + + + + AvailableLibraries + + + BinaryPath + UniDCSVProgressHUD.framework/UniDCSVProgressHUD + LibraryIdentifier + ios-arm64_x86_64-simulator + LibraryPath + UniDCSVProgressHUD.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + ios + SupportedPlatformVariant + simulator + + + BinaryPath + UniDCSVProgressHUD.framework/UniDCSVProgressHUD + LibraryIdentifier + ios-arm64 + LibraryPath + UniDCSVProgressHUD.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + ios + + + CFBundlePackageType + XFWK + XCFrameworkFormatVersion + 1.0 + + diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64/UniDCSVProgressHUD.framework/Headers/DCSVIndefiniteAnimatedView.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64/UniDCSVProgressHUD.framework/Headers/DCSVIndefiniteAnimatedView.h new file mode 100644 index 0000000000000000000000000000000000000000..eb57f26639a86002898d3867b8aacfe561966f51 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64/UniDCSVProgressHUD.framework/Headers/DCSVIndefiniteAnimatedView.h @@ -0,0 +1,17 @@ +// +// SVIndefiniteAnimatedView.h +// SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD +// +// Copyright (c) 2014-2018 Guillaume Campagna. All rights reserved. +// + +#import + +@interface DCSVIndefiniteAnimatedView : UIView + +@property (nonatomic, assign) CGFloat strokeThickness; +@property (nonatomic, assign) CGFloat radius; +@property (nonatomic, strong) UIColor *strokeColor; + +@end + diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64/UniDCSVProgressHUD.framework/Headers/DCSVProgressAnimatedView.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64/UniDCSVProgressHUD.framework/Headers/DCSVProgressAnimatedView.h new file mode 100644 index 0000000000000000000000000000000000000000..d8ea075ae06190c5cf54ef15c1c7540de16f80f9 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64/UniDCSVProgressHUD.framework/Headers/DCSVProgressAnimatedView.h @@ -0,0 +1,17 @@ +// +// SVProgressAnimatedView.h +// SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD +// +// Copyright (c) 2017-2018 Tobias Tiemerding. All rights reserved. +// + +#import + +@interface DCSVProgressAnimatedView : UIView + +@property (nonatomic, assign) CGFloat radius; +@property (nonatomic, assign) CGFloat strokeThickness; +@property (nonatomic, strong) UIColor *strokeColor; +@property (nonatomic, assign) CGFloat strokeEnd; + +@end diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64/UniDCSVProgressHUD.framework/Headers/DCSVProgressHUD.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64/UniDCSVProgressHUD.framework/Headers/DCSVProgressHUD.h new file mode 100644 index 0000000000000000000000000000000000000000..3592d9b19d026ce979a726cdfe7e66855c18fc6e --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64/UniDCSVProgressHUD.framework/Headers/DCSVProgressHUD.h @@ -0,0 +1,147 @@ +// +// SVProgressHUD.h +// SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD +// +// Copyright (c) 2011-2018 Sam Vermette and contributors. All rights reserved. +// + +#import +#import + +extern NSString * _Nonnull const DCSVProgressHUDDidReceiveTouchEventNotification; +extern NSString * _Nonnull const DCSVProgressHUDDidTouchDownInsideNotification; +extern NSString * _Nonnull const DCSVProgressHUDWillDisappearNotification; +extern NSString * _Nonnull const DCSVProgressHUDDidDisappearNotification; +extern NSString * _Nonnull const DCSVProgressHUDWillAppearNotification; +extern NSString * _Nonnull const DCSVProgressHUDDidAppearNotification; + +extern NSString * _Nonnull const DCSVProgressHUDStatusUserInfoKey; + +typedef NS_ENUM(NSInteger, DCSVProgressHUDStyle) { + DCSVProgressHUDStyleLight, // default style, white HUD with black text, HUD background will be blurred + DCSVProgressHUDStyleDark, // black HUD and white text, HUD background will be blurred + DCSVProgressHUDStyleCustom // uses the fore- and background color properties +}; + +typedef NS_ENUM(NSUInteger, DCSVProgressHUDMaskType) { + DCSVProgressHUDMaskTypeNone = 1, // default mask type, allow user interactions while HUD is displayed + DCSVProgressHUDMaskTypeClear, // don't allow user interactions with background objects + DCSVProgressHUDMaskTypeBlack, // don't allow user interactions with background objects and dim the UI in the back of the HUD (as seen in iOS 7 and above) + DCSVProgressHUDMaskTypeGradient, // don't allow user interactions with background objects and dim the UI with a a-la UIAlertView background gradient (as seen in iOS 6) + DCSVProgressHUDMaskTypeCustom // don't allow user interactions with background objects and dim the UI in the back of the HUD with a custom color +}; + +typedef NS_ENUM(NSUInteger, DCSVProgressHUDAnimationType) { + SVProgressHUDAnimationTypeFlat, // default animation type, custom flat animation (indefinite animated ring) + SVProgressHUDAnimationTypeNative // iOS native UIActivityIndicatorView +}; + +typedef void (^SVProgressHUDShowCompletion)(void); +typedef void (^SVProgressHUDDismissCompletion)(void); + +@interface DCSVProgressHUD : UIView + +#pragma mark - Customization + +@property (assign, nonatomic) DCSVProgressHUDStyle defaultStyle UI_APPEARANCE_SELECTOR; // default is SVProgressHUDStyleLight +@property (assign, nonatomic) DCSVProgressHUDMaskType defaultMaskType UI_APPEARANCE_SELECTOR; // default is SVProgressHUDMaskTypeNone +@property (assign, nonatomic) DCSVProgressHUDAnimationType defaultAnimationType UI_APPEARANCE_SELECTOR; // default is SVProgressHUDAnimationTypeFlat +@property (strong, nonatomic, nullable) UIView *containerView; // if nil then use default window level +@property (assign, nonatomic) CGSize minimumSize UI_APPEARANCE_SELECTOR; // default is CGSizeZero, can be used to avoid resizing for a larger message +@property (assign, nonatomic) CGFloat ringThickness UI_APPEARANCE_SELECTOR; // default is 2 pt +@property (assign, nonatomic) CGFloat ringRadius UI_APPEARANCE_SELECTOR; // default is 18 pt +@property (assign, nonatomic) CGFloat ringNoTextRadius UI_APPEARANCE_SELECTOR; // default is 24 pt +@property (assign, nonatomic) CGFloat cornerRadius UI_APPEARANCE_SELECTOR; // default is 14 pt +@property (strong, nonatomic, nonnull) UIFont *font UI_APPEARANCE_SELECTOR; // default is [UIFont preferredFontForTextStyle:UIFontTextStyleSubheadline] +@property (strong, nonatomic, nonnull) UIColor *backgroundColor UI_APPEARANCE_SELECTOR; // default is [UIColor whiteColor] +@property (strong, nonatomic, nonnull) UIColor *foregroundColor UI_APPEARANCE_SELECTOR; // default is [UIColor blackColor] +@property (strong, nonatomic, nonnull) UIColor *backgroundLayerColor UI_APPEARANCE_SELECTOR;// default is [UIColor colorWithWhite:0 alpha:0.4] +@property (assign, nonatomic) CGSize imageViewSize UI_APPEARANCE_SELECTOR; // default is 28x28 pt +@property (assign, nonatomic) BOOL shouldTintImages UI_APPEARANCE_SELECTOR; // default is YES +@property (strong, nonatomic, nonnull) UIImage *infoImage UI_APPEARANCE_SELECTOR; // default is the bundled info image provided by Freepik +@property (strong, nonatomic, nonnull) UIImage *successImage UI_APPEARANCE_SELECTOR; // default is the bundled success image provided by Freepik +@property (strong, nonatomic, nonnull) UIImage *errorImage UI_APPEARANCE_SELECTOR; // default is the bundled error image provided by Freepik +@property (strong, nonatomic, nonnull) UIView *viewForExtension UI_APPEARANCE_SELECTOR; // default is nil, only used if #define SV_APP_EXTENSIONS is set +@property (assign, nonatomic) NSTimeInterval graceTimeInterval; // default is 0 seconds +@property (assign, nonatomic) NSTimeInterval minimumDismissTimeInterval; // default is 5.0 seconds +@property (assign, nonatomic) NSTimeInterval maximumDismissTimeInterval; // default is CGFLOAT_MAX + +@property (assign, nonatomic) UIOffset offsetFromCenter UI_APPEARANCE_SELECTOR; // default is 0, 0 + +@property (assign, nonatomic) NSTimeInterval fadeInAnimationDuration UI_APPEARANCE_SELECTOR; // default is 0.15 +@property (assign, nonatomic) NSTimeInterval fadeOutAnimationDuration UI_APPEARANCE_SELECTOR; // default is 0.15 + +@property (assign, nonatomic) UIWindowLevel maxSupportedWindowLevel; // default is UIWindowLevelNormal + +@property (assign, nonatomic) BOOL hapticsEnabled; // default is NO + ++ (void)setDefaultStyle:(DCSVProgressHUDStyle)style; // default is SVProgressHUDStyleLight ++ (void)setDefaultMaskType:(DCSVProgressHUDMaskType)maskType; // default is SVProgressHUDMaskTypeNone ++ (void)setDefaultAnimationType:(DCSVProgressHUDAnimationType)type; // default is SVProgressHUDAnimationTypeFlat ++ (void)setContainerView:(nullable UIView*)containerView; // default is window level ++ (void)setMinimumSize:(CGSize)minimumSize; // default is CGSizeZero, can be used to avoid resizing for a larger message ++ (void)setRingThickness:(CGFloat)ringThickness; // default is 2 pt ++ (void)setRingRadius:(CGFloat)radius; // default is 18 pt ++ (void)setRingNoTextRadius:(CGFloat)radius; // default is 24 pt ++ (void)setCornerRadius:(CGFloat)cornerRadius; // default is 14 pt ++ (void)setBorderColor:(nonnull UIColor*)color; // default is nil ++ (void)setBorderWidth:(CGFloat)width; // default is 0 ++ (void)setFont:(nonnull UIFont*)font; // default is [UIFont preferredFontForTextStyle:UIFontTextStyleSubheadline] ++ (void)setForegroundColor:(nonnull UIColor*)color; // default is [UIColor blackColor], only used for SVProgressHUDStyleCustom ++ (void)setBackgroundColor:(nonnull UIColor*)color; // default is [UIColor whiteColor], only used for SVProgressHUDStyleCustom ++ (void)setBackgroundLayerColor:(nonnull UIColor*)color; // default is [UIColor colorWithWhite:0 alpha:0.5], only used for SVProgressHUDMaskTypeCustom ++ (void)setImageViewSize:(CGSize)size; // default is 28x28 pt ++ (void)setShouldTintImages:(BOOL)shouldTintImages; // default is YES ++ (void)setInfoImage:(nonnull UIImage*)image; // default is the bundled info image provided by Freepik ++ (void)setSuccessImage:(nonnull UIImage*)image; // default is the bundled success image provided by Freepik ++ (void)setErrorImage:(nonnull UIImage*)image; // default is the bundled error image provided by Freepik ++ (void)setViewForExtension:(nonnull UIView*)view; // default is nil, only used if #define SV_APP_EXTENSIONS is set ++ (void)setGraceTimeInterval:(NSTimeInterval)interval; // default is 0 seconds ++ (void)setMinimumDismissTimeInterval:(NSTimeInterval)interval; // default is 5.0 seconds ++ (void)setMaximumDismissTimeInterval:(NSTimeInterval)interval; // default is infinite ++ (void)setFadeInAnimationDuration:(NSTimeInterval)duration; // default is 0.15 seconds ++ (void)setFadeOutAnimationDuration:(NSTimeInterval)duration; // default is 0.15 seconds ++ (void)setMaxSupportedWindowLevel:(UIWindowLevel)windowLevel; // default is UIWindowLevelNormal ++ (void)setHapticsEnabled:(BOOL)hapticsEnabled; // default is NO + +#pragma mark - Show Methods + ++ (void)show; ++ (void)showWithMaskType:(DCSVProgressHUDMaskType)maskType __attribute__((deprecated("Use show and setDefaultMaskType: instead."))); ++ (void)showWithStatus:(nullable NSString*)status; ++ (void)showWithStatus:(nullable NSString*)status maskType:(DCSVProgressHUDMaskType)maskType __attribute__((deprecated("Use showWithStatus: and setDefaultMaskType: instead."))); + ++ (void)showProgress:(float)progress; ++ (void)showProgress:(float)progress maskType:(DCSVProgressHUDMaskType)maskType __attribute__((deprecated("Use showProgress: and setDefaultMaskType: instead."))); ++ (void)showProgress:(float)progress status:(nullable NSString*)status; ++ (void)showProgress:(float)progress status:(nullable NSString*)status maskType:(DCSVProgressHUDMaskType)maskType __attribute__((deprecated("Use showProgress:status: and setDefaultMaskType: instead."))); + ++ (void)setStatus:(nullable NSString*)status; // change the HUD loading status while it's showing + +// stops the activity indicator, shows a glyph + status, and dismisses the HUD a little bit later ++ (void)showInfoWithStatus:(nullable NSString*)status; ++ (void)showInfoWithStatus:(nullable NSString*)status maskType:(DCSVProgressHUDMaskType)maskType __attribute__((deprecated("Use showInfoWithStatus: and setDefaultMaskType: instead."))); ++ (void)showSuccessWithStatus:(nullable NSString*)status; ++ (void)showSuccessWithStatus:(nullable NSString*)status maskType:(DCSVProgressHUDMaskType)maskType __attribute__((deprecated("Use showSuccessWithStatus: and setDefaultMaskType: instead."))); ++ (void)showErrorWithStatus:(nullable NSString*)status; ++ (void)showErrorWithStatus:(nullable NSString*)status maskType:(DCSVProgressHUDMaskType)maskType __attribute__((deprecated("Use showErrorWithStatus: and setDefaultMaskType: instead."))); + +// shows a image + status, use white PNGs with the imageViewSize (default is 28x28 pt) ++ (void)showImage:(nonnull UIImage*)image status:(nullable NSString*)status; ++ (void)showImage:(nonnull UIImage*)image status:(nullable NSString*)status maskType:(DCSVProgressHUDMaskType)maskType __attribute__((deprecated("Use showImage:status: and setDefaultMaskType: instead."))); + ++ (void)setOffsetFromCenter:(UIOffset)offset; ++ (void)resetOffsetFromCenter; + ++ (void)popActivity; // decrease activity count, if activity count == 0 the HUD is dismissed ++ (void)dismiss; ++ (void)dismissWithCompletion:(nullable SVProgressHUDDismissCompletion)completion; ++ (void)dismissWithDelay:(NSTimeInterval)delay; ++ (void)dismissWithDelay:(NSTimeInterval)delay completion:(nullable SVProgressHUDDismissCompletion)completion; + ++ (BOOL)isVisible; + ++ (NSTimeInterval)displayDurationForString:(nullable NSString*)string; + +@end + diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64/UniDCSVProgressHUD.framework/Headers/DCSVRadialGradientLayer.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64/UniDCSVProgressHUD.framework/Headers/DCSVRadialGradientLayer.h new file mode 100644 index 0000000000000000000000000000000000000000..24e292b43bc0f80df00eebcf228c25810279c9b5 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64/UniDCSVProgressHUD.framework/Headers/DCSVRadialGradientLayer.h @@ -0,0 +1,14 @@ +// +// SVRadialGradientLayer.h +// SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD +// +// Copyright (c) 2014-2018 Tobias Tiemerding. All rights reserved. +// + +#import + +@interface DCSVRadialGradientLayer : CALayer + +@property (nonatomic) CGPoint gradientCenter; + +@end diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64/UniDCSVProgressHUD.framework/Headers/UniDCSVProgressHUD.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64/UniDCSVProgressHUD.framework/Headers/UniDCSVProgressHUD.h new file mode 100644 index 0000000000000000000000000000000000000000..20ff59caa898d93e0f8a25d71a2a066dfe11c21a --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64/UniDCSVProgressHUD.framework/Headers/UniDCSVProgressHUD.h @@ -0,0 +1,22 @@ +// +// UniDCSVProgressHUD.h +// UniDCSVProgressHUD +// +// Created by DCloud on 2023/5/31. +// + +#import + +//! Project version number for UniDCSVProgressHUD. +FOUNDATION_EXPORT double UniDCSVProgressHUDVersionNumber; + +//! Project version string for UniDCSVProgressHUD. +FOUNDATION_EXPORT const unsigned char UniDCSVProgressHUDVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + +#import +#import +#import +#import diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64/UniDCSVProgressHUD.framework/Info.plist b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64/UniDCSVProgressHUD.framework/Info.plist new file mode 100644 index 0000000000000000000000000000000000000000..a935cb2663487c26346504c101a929dcbc38129b Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64/UniDCSVProgressHUD.framework/Info.plist differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64/UniDCSVProgressHUD.framework/Modules/module.modulemap b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64/UniDCSVProgressHUD.framework/Modules/module.modulemap new file mode 100644 index 0000000000000000000000000000000000000000..85ba7d3bb11af0019990e6bd3b5eb02e987dc5f1 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64/UniDCSVProgressHUD.framework/Modules/module.modulemap @@ -0,0 +1,6 @@ +framework module UniDCSVProgressHUD { + umbrella header "UniDCSVProgressHUD.h" + export * + + module * { export * } +} diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64/UniDCSVProgressHUD.framework/UniDCSVProgressHUD b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64/UniDCSVProgressHUD.framework/UniDCSVProgressHUD new file mode 100644 index 0000000000000000000000000000000000000000..6fe1a41a2805b8e8c903e918b1826fa890fb61cf Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64/UniDCSVProgressHUD.framework/UniDCSVProgressHUD differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/Headers/DCSVIndefiniteAnimatedView.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/Headers/DCSVIndefiniteAnimatedView.h new file mode 100644 index 0000000000000000000000000000000000000000..eb57f26639a86002898d3867b8aacfe561966f51 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/Headers/DCSVIndefiniteAnimatedView.h @@ -0,0 +1,17 @@ +// +// SVIndefiniteAnimatedView.h +// SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD +// +// Copyright (c) 2014-2018 Guillaume Campagna. All rights reserved. +// + +#import + +@interface DCSVIndefiniteAnimatedView : UIView + +@property (nonatomic, assign) CGFloat strokeThickness; +@property (nonatomic, assign) CGFloat radius; +@property (nonatomic, strong) UIColor *strokeColor; + +@end + diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/Headers/DCSVProgressAnimatedView.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/Headers/DCSVProgressAnimatedView.h new file mode 100644 index 0000000000000000000000000000000000000000..d8ea075ae06190c5cf54ef15c1c7540de16f80f9 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/Headers/DCSVProgressAnimatedView.h @@ -0,0 +1,17 @@ +// +// SVProgressAnimatedView.h +// SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD +// +// Copyright (c) 2017-2018 Tobias Tiemerding. All rights reserved. +// + +#import + +@interface DCSVProgressAnimatedView : UIView + +@property (nonatomic, assign) CGFloat radius; +@property (nonatomic, assign) CGFloat strokeThickness; +@property (nonatomic, strong) UIColor *strokeColor; +@property (nonatomic, assign) CGFloat strokeEnd; + +@end diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/Headers/DCSVProgressHUD.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/Headers/DCSVProgressHUD.h new file mode 100644 index 0000000000000000000000000000000000000000..3592d9b19d026ce979a726cdfe7e66855c18fc6e --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/Headers/DCSVProgressHUD.h @@ -0,0 +1,147 @@ +// +// SVProgressHUD.h +// SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD +// +// Copyright (c) 2011-2018 Sam Vermette and contributors. All rights reserved. +// + +#import +#import + +extern NSString * _Nonnull const DCSVProgressHUDDidReceiveTouchEventNotification; +extern NSString * _Nonnull const DCSVProgressHUDDidTouchDownInsideNotification; +extern NSString * _Nonnull const DCSVProgressHUDWillDisappearNotification; +extern NSString * _Nonnull const DCSVProgressHUDDidDisappearNotification; +extern NSString * _Nonnull const DCSVProgressHUDWillAppearNotification; +extern NSString * _Nonnull const DCSVProgressHUDDidAppearNotification; + +extern NSString * _Nonnull const DCSVProgressHUDStatusUserInfoKey; + +typedef NS_ENUM(NSInteger, DCSVProgressHUDStyle) { + DCSVProgressHUDStyleLight, // default style, white HUD with black text, HUD background will be blurred + DCSVProgressHUDStyleDark, // black HUD and white text, HUD background will be blurred + DCSVProgressHUDStyleCustom // uses the fore- and background color properties +}; + +typedef NS_ENUM(NSUInteger, DCSVProgressHUDMaskType) { + DCSVProgressHUDMaskTypeNone = 1, // default mask type, allow user interactions while HUD is displayed + DCSVProgressHUDMaskTypeClear, // don't allow user interactions with background objects + DCSVProgressHUDMaskTypeBlack, // don't allow user interactions with background objects and dim the UI in the back of the HUD (as seen in iOS 7 and above) + DCSVProgressHUDMaskTypeGradient, // don't allow user interactions with background objects and dim the UI with a a-la UIAlertView background gradient (as seen in iOS 6) + DCSVProgressHUDMaskTypeCustom // don't allow user interactions with background objects and dim the UI in the back of the HUD with a custom color +}; + +typedef NS_ENUM(NSUInteger, DCSVProgressHUDAnimationType) { + SVProgressHUDAnimationTypeFlat, // default animation type, custom flat animation (indefinite animated ring) + SVProgressHUDAnimationTypeNative // iOS native UIActivityIndicatorView +}; + +typedef void (^SVProgressHUDShowCompletion)(void); +typedef void (^SVProgressHUDDismissCompletion)(void); + +@interface DCSVProgressHUD : UIView + +#pragma mark - Customization + +@property (assign, nonatomic) DCSVProgressHUDStyle defaultStyle UI_APPEARANCE_SELECTOR; // default is SVProgressHUDStyleLight +@property (assign, nonatomic) DCSVProgressHUDMaskType defaultMaskType UI_APPEARANCE_SELECTOR; // default is SVProgressHUDMaskTypeNone +@property (assign, nonatomic) DCSVProgressHUDAnimationType defaultAnimationType UI_APPEARANCE_SELECTOR; // default is SVProgressHUDAnimationTypeFlat +@property (strong, nonatomic, nullable) UIView *containerView; // if nil then use default window level +@property (assign, nonatomic) CGSize minimumSize UI_APPEARANCE_SELECTOR; // default is CGSizeZero, can be used to avoid resizing for a larger message +@property (assign, nonatomic) CGFloat ringThickness UI_APPEARANCE_SELECTOR; // default is 2 pt +@property (assign, nonatomic) CGFloat ringRadius UI_APPEARANCE_SELECTOR; // default is 18 pt +@property (assign, nonatomic) CGFloat ringNoTextRadius UI_APPEARANCE_SELECTOR; // default is 24 pt +@property (assign, nonatomic) CGFloat cornerRadius UI_APPEARANCE_SELECTOR; // default is 14 pt +@property (strong, nonatomic, nonnull) UIFont *font UI_APPEARANCE_SELECTOR; // default is [UIFont preferredFontForTextStyle:UIFontTextStyleSubheadline] +@property (strong, nonatomic, nonnull) UIColor *backgroundColor UI_APPEARANCE_SELECTOR; // default is [UIColor whiteColor] +@property (strong, nonatomic, nonnull) UIColor *foregroundColor UI_APPEARANCE_SELECTOR; // default is [UIColor blackColor] +@property (strong, nonatomic, nonnull) UIColor *backgroundLayerColor UI_APPEARANCE_SELECTOR;// default is [UIColor colorWithWhite:0 alpha:0.4] +@property (assign, nonatomic) CGSize imageViewSize UI_APPEARANCE_SELECTOR; // default is 28x28 pt +@property (assign, nonatomic) BOOL shouldTintImages UI_APPEARANCE_SELECTOR; // default is YES +@property (strong, nonatomic, nonnull) UIImage *infoImage UI_APPEARANCE_SELECTOR; // default is the bundled info image provided by Freepik +@property (strong, nonatomic, nonnull) UIImage *successImage UI_APPEARANCE_SELECTOR; // default is the bundled success image provided by Freepik +@property (strong, nonatomic, nonnull) UIImage *errorImage UI_APPEARANCE_SELECTOR; // default is the bundled error image provided by Freepik +@property (strong, nonatomic, nonnull) UIView *viewForExtension UI_APPEARANCE_SELECTOR; // default is nil, only used if #define SV_APP_EXTENSIONS is set +@property (assign, nonatomic) NSTimeInterval graceTimeInterval; // default is 0 seconds +@property (assign, nonatomic) NSTimeInterval minimumDismissTimeInterval; // default is 5.0 seconds +@property (assign, nonatomic) NSTimeInterval maximumDismissTimeInterval; // default is CGFLOAT_MAX + +@property (assign, nonatomic) UIOffset offsetFromCenter UI_APPEARANCE_SELECTOR; // default is 0, 0 + +@property (assign, nonatomic) NSTimeInterval fadeInAnimationDuration UI_APPEARANCE_SELECTOR; // default is 0.15 +@property (assign, nonatomic) NSTimeInterval fadeOutAnimationDuration UI_APPEARANCE_SELECTOR; // default is 0.15 + +@property (assign, nonatomic) UIWindowLevel maxSupportedWindowLevel; // default is UIWindowLevelNormal + +@property (assign, nonatomic) BOOL hapticsEnabled; // default is NO + ++ (void)setDefaultStyle:(DCSVProgressHUDStyle)style; // default is SVProgressHUDStyleLight ++ (void)setDefaultMaskType:(DCSVProgressHUDMaskType)maskType; // default is SVProgressHUDMaskTypeNone ++ (void)setDefaultAnimationType:(DCSVProgressHUDAnimationType)type; // default is SVProgressHUDAnimationTypeFlat ++ (void)setContainerView:(nullable UIView*)containerView; // default is window level ++ (void)setMinimumSize:(CGSize)minimumSize; // default is CGSizeZero, can be used to avoid resizing for a larger message ++ (void)setRingThickness:(CGFloat)ringThickness; // default is 2 pt ++ (void)setRingRadius:(CGFloat)radius; // default is 18 pt ++ (void)setRingNoTextRadius:(CGFloat)radius; // default is 24 pt ++ (void)setCornerRadius:(CGFloat)cornerRadius; // default is 14 pt ++ (void)setBorderColor:(nonnull UIColor*)color; // default is nil ++ (void)setBorderWidth:(CGFloat)width; // default is 0 ++ (void)setFont:(nonnull UIFont*)font; // default is [UIFont preferredFontForTextStyle:UIFontTextStyleSubheadline] ++ (void)setForegroundColor:(nonnull UIColor*)color; // default is [UIColor blackColor], only used for SVProgressHUDStyleCustom ++ (void)setBackgroundColor:(nonnull UIColor*)color; // default is [UIColor whiteColor], only used for SVProgressHUDStyleCustom ++ (void)setBackgroundLayerColor:(nonnull UIColor*)color; // default is [UIColor colorWithWhite:0 alpha:0.5], only used for SVProgressHUDMaskTypeCustom ++ (void)setImageViewSize:(CGSize)size; // default is 28x28 pt ++ (void)setShouldTintImages:(BOOL)shouldTintImages; // default is YES ++ (void)setInfoImage:(nonnull UIImage*)image; // default is the bundled info image provided by Freepik ++ (void)setSuccessImage:(nonnull UIImage*)image; // default is the bundled success image provided by Freepik ++ (void)setErrorImage:(nonnull UIImage*)image; // default is the bundled error image provided by Freepik ++ (void)setViewForExtension:(nonnull UIView*)view; // default is nil, only used if #define SV_APP_EXTENSIONS is set ++ (void)setGraceTimeInterval:(NSTimeInterval)interval; // default is 0 seconds ++ (void)setMinimumDismissTimeInterval:(NSTimeInterval)interval; // default is 5.0 seconds ++ (void)setMaximumDismissTimeInterval:(NSTimeInterval)interval; // default is infinite ++ (void)setFadeInAnimationDuration:(NSTimeInterval)duration; // default is 0.15 seconds ++ (void)setFadeOutAnimationDuration:(NSTimeInterval)duration; // default is 0.15 seconds ++ (void)setMaxSupportedWindowLevel:(UIWindowLevel)windowLevel; // default is UIWindowLevelNormal ++ (void)setHapticsEnabled:(BOOL)hapticsEnabled; // default is NO + +#pragma mark - Show Methods + ++ (void)show; ++ (void)showWithMaskType:(DCSVProgressHUDMaskType)maskType __attribute__((deprecated("Use show and setDefaultMaskType: instead."))); ++ (void)showWithStatus:(nullable NSString*)status; ++ (void)showWithStatus:(nullable NSString*)status maskType:(DCSVProgressHUDMaskType)maskType __attribute__((deprecated("Use showWithStatus: and setDefaultMaskType: instead."))); + ++ (void)showProgress:(float)progress; ++ (void)showProgress:(float)progress maskType:(DCSVProgressHUDMaskType)maskType __attribute__((deprecated("Use showProgress: and setDefaultMaskType: instead."))); ++ (void)showProgress:(float)progress status:(nullable NSString*)status; ++ (void)showProgress:(float)progress status:(nullable NSString*)status maskType:(DCSVProgressHUDMaskType)maskType __attribute__((deprecated("Use showProgress:status: and setDefaultMaskType: instead."))); + ++ (void)setStatus:(nullable NSString*)status; // change the HUD loading status while it's showing + +// stops the activity indicator, shows a glyph + status, and dismisses the HUD a little bit later ++ (void)showInfoWithStatus:(nullable NSString*)status; ++ (void)showInfoWithStatus:(nullable NSString*)status maskType:(DCSVProgressHUDMaskType)maskType __attribute__((deprecated("Use showInfoWithStatus: and setDefaultMaskType: instead."))); ++ (void)showSuccessWithStatus:(nullable NSString*)status; ++ (void)showSuccessWithStatus:(nullable NSString*)status maskType:(DCSVProgressHUDMaskType)maskType __attribute__((deprecated("Use showSuccessWithStatus: and setDefaultMaskType: instead."))); ++ (void)showErrorWithStatus:(nullable NSString*)status; ++ (void)showErrorWithStatus:(nullable NSString*)status maskType:(DCSVProgressHUDMaskType)maskType __attribute__((deprecated("Use showErrorWithStatus: and setDefaultMaskType: instead."))); + +// shows a image + status, use white PNGs with the imageViewSize (default is 28x28 pt) ++ (void)showImage:(nonnull UIImage*)image status:(nullable NSString*)status; ++ (void)showImage:(nonnull UIImage*)image status:(nullable NSString*)status maskType:(DCSVProgressHUDMaskType)maskType __attribute__((deprecated("Use showImage:status: and setDefaultMaskType: instead."))); + ++ (void)setOffsetFromCenter:(UIOffset)offset; ++ (void)resetOffsetFromCenter; + ++ (void)popActivity; // decrease activity count, if activity count == 0 the HUD is dismissed ++ (void)dismiss; ++ (void)dismissWithCompletion:(nullable SVProgressHUDDismissCompletion)completion; ++ (void)dismissWithDelay:(NSTimeInterval)delay; ++ (void)dismissWithDelay:(NSTimeInterval)delay completion:(nullable SVProgressHUDDismissCompletion)completion; + ++ (BOOL)isVisible; + ++ (NSTimeInterval)displayDurationForString:(nullable NSString*)string; + +@end + diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/Headers/DCSVRadialGradientLayer.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/Headers/DCSVRadialGradientLayer.h new file mode 100644 index 0000000000000000000000000000000000000000..24e292b43bc0f80df00eebcf228c25810279c9b5 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/Headers/DCSVRadialGradientLayer.h @@ -0,0 +1,14 @@ +// +// SVRadialGradientLayer.h +// SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD +// +// Copyright (c) 2014-2018 Tobias Tiemerding. All rights reserved. +// + +#import + +@interface DCSVRadialGradientLayer : CALayer + +@property (nonatomic) CGPoint gradientCenter; + +@end diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/Headers/UniDCSVProgressHUD.h b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/Headers/UniDCSVProgressHUD.h new file mode 100644 index 0000000000000000000000000000000000000000..20ff59caa898d93e0f8a25d71a2a066dfe11c21a --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/Headers/UniDCSVProgressHUD.h @@ -0,0 +1,22 @@ +// +// UniDCSVProgressHUD.h +// UniDCSVProgressHUD +// +// Created by DCloud on 2023/5/31. +// + +#import + +//! Project version number for UniDCSVProgressHUD. +FOUNDATION_EXPORT double UniDCSVProgressHUDVersionNumber; + +//! Project version string for UniDCSVProgressHUD. +FOUNDATION_EXPORT const unsigned char UniDCSVProgressHUDVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + +#import +#import +#import +#import diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/Info.plist b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/Info.plist new file mode 100644 index 0000000000000000000000000000000000000000..e62b3eae008d80cb70d0b218d5c64b980fd5a533 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/Info.plist differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/Modules/module.modulemap b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/Modules/module.modulemap new file mode 100644 index 0000000000000000000000000000000000000000..85ba7d3bb11af0019990e6bd3b5eb02e987dc5f1 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/Modules/module.modulemap @@ -0,0 +1,6 @@ +framework module UniDCSVProgressHUD { + umbrella header "UniDCSVProgressHUD.h" + export * + + module * { export * } +} diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/UniDCSVProgressHUD b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/UniDCSVProgressHUD new file mode 100644 index 0000000000000000000000000000000000000000..e66bd0ee7bdc03fe5a9ebfe6b17e7848ced59746 Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/UniDCSVProgressHUD differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/_CodeSignature/CodeDirectory b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/_CodeSignature/CodeDirectory new file mode 100644 index 0000000000000000000000000000000000000000..8c4a1fc8e683a34d6e81695d9839b2bad7a0697d Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/_CodeSignature/CodeDirectory differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/_CodeSignature/CodeRequirements b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/_CodeSignature/CodeRequirements new file mode 100644 index 0000000000000000000000000000000000000000..dbf9d6144e62fc7bac2b65759cb4ce6906bc722f Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/_CodeSignature/CodeRequirements differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/_CodeSignature/CodeRequirements-1 b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/_CodeSignature/CodeRequirements-1 new file mode 100644 index 0000000000000000000000000000000000000000..0a413ebe034428d326e770c4b9f613f8fff229cb Binary files /dev/null and b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/_CodeSignature/CodeRequirements-1 differ diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/_CodeSignature/CodeResources b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/_CodeSignature/CodeResources new file mode 100644 index 0000000000000000000000000000000000000000..7a47c9c3c29705eb7112ddc040e6d2953f081db5 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/_CodeSignature/CodeResources @@ -0,0 +1,192 @@ + + + + + files + + Headers/DCSVIndefiniteAnimatedView.h + + a5t1GapSfMojfrVicfWZmqllMxQ= + + Headers/DCSVProgressAnimatedView.h + + cLgjUE2RuVHs0wS6fULX9z0vbZQ= + + Headers/DCSVProgressHUD.h + + 7KqLtGctJgXAzlPKwhTaTGeS3CA= + + Headers/DCSVRadialGradientLayer.h + + I8Csm9Hv70CMOfcpVp7HdvM8HTY= + + Headers/UniDCSVProgressHUD.h + + QKQylhJhOyMWkdARc7MYlhUHa9w= + + Info.plist + + Ghv4vbGOfzz/EWw3JaxjecA6xJE= + + Modules/module.modulemap + + 4IpCF7zxZ/WQtstCU7FMOAULP+4= + + + files2 + + Headers/DCSVIndefiniteAnimatedView.h + + hash + + a5t1GapSfMojfrVicfWZmqllMxQ= + + hash2 + + W2GKx7sk7YYDdnqOn355bILq/SSHAdsTlkzDSlFBXq4= + + + Headers/DCSVProgressAnimatedView.h + + hash + + cLgjUE2RuVHs0wS6fULX9z0vbZQ= + + hash2 + + wf8annmuviyCFTTzHqjPrKNmbxxlQLLPL75tVhlrSP8= + + + Headers/DCSVProgressHUD.h + + hash + + 7KqLtGctJgXAzlPKwhTaTGeS3CA= + + hash2 + + YbhR7r7SxyCR6n5oDNngz3HlJdwvt4zSZOcuEs3Umos= + + + Headers/DCSVRadialGradientLayer.h + + hash + + I8Csm9Hv70CMOfcpVp7HdvM8HTY= + + hash2 + + uaPWq2t3cBcc5532n0VG63BaYLFc0YBrtA1fHLL+i0c= + + + Headers/UniDCSVProgressHUD.h + + hash + + QKQylhJhOyMWkdARc7MYlhUHa9w= + + hash2 + + 5Hjf4mLQxbfuYZ+ZapfMq3hwid1CVEdEKoLp0V6CoOo= + + + Modules/module.modulemap + + hash + + 4IpCF7zxZ/WQtstCU7FMOAULP+4= + + hash2 + + fQInmgSsb7Av8QesIy9RhdgNXZUA2/514P1POW5FJPs= + + + + rules + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/_CodeSignature/CodeSignature b/uni_modules/uni-video/utssdk/app-ios/frameworks/UniDCSVProgressHUD.xcframework/ios-arm64_x86_64-simulator/UniDCSVProgressHUD.framework/_CodeSignature/CodeSignature new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/uni_modules/uni-video/utssdk/app-ios/index.uts b/uni_modules/uni-video/utssdk/app-ios/index.uts new file mode 100644 index 0000000000000000000000000000000000000000..c8a73eafd7b074d1faf10494417fc47d60c3fdd9 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/index.uts @@ -0,0 +1,67 @@ +import { CreateVideoContext, VideoContext, RequestFullScreenOptions, Danmu } from "../interface.uts" + +export const createVideoContext: CreateVideoContext = function (videoId : string.VideoIdString, component ?: ComponentPublicInstance | null): VideoContext | null { + let videoElement: VideoElement | null = null + let element: any | null = null; + if (component == null) { + element = UniSDKEngine.getJSElementById(videoId) + } else { + element = component?.$el(videoId) + } + if (element != null && (element instanceof VideoElement)) { + videoElement = (element as VideoElement) + } + if (videoElement == null) { + return null + } + return new VideoContextImpl(videoElement!) +} + + class VideoContextImpl implements VideoContext { + @UTSiOS.keyword("weak") + private videoElement : VideoElement | null = null; + + constructor(videoElement : VideoElement) { + this.videoElement = videoElement; + } + + play() { + this.videoElement?.play(); + } + + pause() { + this.videoElement?.pause(); + } + + seek(position : number) { + this.videoElement?.seek(position); + } + + stop() { + this.videoElement?.stop(); + } + sendDanmu(danmu : Danmu) { + let str = JSON.stringify(danmu) + if (str != null) { + let map = JSON.parseObject(str!)?.toMap() + if (map != null) { + this.videoElement?.sendDanmu(map!) + } + } + } + + playbackRate(rate : number) { + this.videoElement?.playbackRate(rate.toString()); + } + + requestFullScreen(direction : RequestFullScreenOptions | null) { + this.videoElement?.requestFullScreen(direction?.direction ?? 0); + } + + exitFullScreen() { + this.videoElement?.exitFullScreen(); + } + + showStatusBar() { } + hideStatusBar() { } +} \ No newline at end of file diff --git a/uni_modules/uni-video/utssdk/app-ios/index.vue b/uni_modules/uni-video/utssdk/app-ios/index.vue new file mode 100644 index 0000000000000000000000000000000000000000..f6f056f1aa01c002b2b9fe97900d33449bd95ea3 --- /dev/null +++ b/uni_modules/uni-video/utssdk/app-ios/index.vue @@ -0,0 +1,546 @@ + + diff --git a/uni_modules/uni-video/utssdk/interface.uts b/uni_modules/uni-video/utssdk/interface.uts index c2748559ffba75e3a32d41d7edf665772075df35..a1b8732957f628c691fa2db4a607905a0309dfc8 100644 --- a/uni_modules/uni-video/utssdk/interface.uts +++ b/uni_modules/uni-video/utssdk/interface.uts @@ -1,146 +1,405 @@ +export type CreateVideoContext = (videoId : string.VideoIdString, component ?: ComponentPublicInstance | null) => VideoContext | null; export type Danmu = { - /** - * 弹幕文字 - */ - text: string | null, - /** - * 弹幕颜色 - */ - color: string | null, - /** - * 显示时刻 - */ - time: number | null + /** + * 弹幕文字 + */ + text ?: string | null, + /** + * 弹幕颜色 + */ + color ?: string | null, + /** + * 显示时刻 + */ + time ?: number | null }; export type RequestFullScreenOptions = { - /** - * direction - * - 0: 正常竖向 - * - 90: 屏幕逆时针90度 - * - -90: 屏幕顺时针90度 - * @type 0 | 90 | -90 - */ - direction: number | null + /** + * direction + * - 0: 正常竖向 + * - 90: 屏幕逆时针90度 + * - -90: 屏幕顺时针90度 + * @type 0 | 90 | -90 + * @uniPlatform { + * "app": { + * "android": { + * "osVer": "4.4", + * "uniVer": "√", + * "unixVer": "3.9.0" + * }, + * "ios": { + * "osVer": "12.0", + * "uniVer": "√", + * "unixVer": "4.11" + * } + * }, + * "web": { + * "uniVer": "x", + * "unixVer": "x" + * } + * } + */ + direction ?: number | null }; export interface VideoContext { - /** - * @description 播放 - * @uniPlatform { - * "app": { - * "android": { - * "osVer": "4.4", - * "uniVer": "√", - * "unixVer": "3.9.0" - * } - * } - * } - * @uniVueVersion 2,3 - */ - play(): void; - /** - * @description 暂停 - * @uniPlatform { - * "app": { - * "android": { - * "osVer": "4.4", - * "uniVer": "√", - * "unixVer": "3.9.0" - * } - * } - * } - * @uniVueVersion 2,3 - */ - pause(): void; - /** - * @description 跳转到指定位置 - * @param {number} position 跳转到指定位置(秒) - * @uniPlatform { - * "app": { - * "android": { - * "osVer": "4.4", - * "uniVer": "√", - * "unixVer": "3.9.0" - * } - * } - * } - * @uniVueVersion 2,3 - */ - seek(position: number): void; - /** - * @description 停止视频 - * @uniPlatform { - * "app": { - * "android": { - * "osVer": "4.4", - * "uniVer": "√", - * "unixVer": "3.9.0" - * } - * } - * } - * @uniVueVersion 2,3 - */ - stop(): void; - /** - * @description 发送弹幕 - * @param {Danmu} 属性 text, color - * @uniPlatform { - * "app": { - * "android": { - * "osVer": "4.4", - * "uniVer": "√", - * "unixVer": "3.9.0" - * } - * } - * } - * @uniVueVersion 2,3 - */ - sendDanmu(danmu: Danmu): void; - /** - * @description 设置倍速播放 - * @param {number} rate, 支持倍率 0.5/0.8/1.0/1.25/1.5 - * @uniPlatform { - * "app": { - * "android": { - * "osVer": "4.4", - * "uniVer": "√", - * "unixVer": "3.9.0" - * } - * } - * } - * @uniVueVersion 2,3 - */ - playbackRate(rate: number): void; - /** - * @description 进入全屏 - * @param {RequestFullScreenOptions} direction, 0|正常竖向, 90|屏幕逆时针90度, -90|屏幕顺时针90度 - * @uniPlatform { - * "app": { - * "android": { - * "osVer": "4.4", - * "uniVer": "√", - * "unixVer": "3.9.0" - * } - * } - * } - * @uniVueVersion 2,3 - */ - requestFullScreen(direction: RequestFullScreenOptions | null): void; - /** - * 退出全屏 - * @description 退出全屏 - * @uniPlatform { - * "app": { - * "android": { - * "osVer": "4.4", - * "uniVer": "√", - * "unixVer": "3.9.0" - * } - * } - * } - * @uniVueVersion 2,3 - */ - exitFullScreen(): void; + /** + * @description 播放 + * @uniPlatform { + * "app": { + * "android": { + * "osVer": "4.4", + * "uniVer": "√", + * "unixVer": "3.9.0" + * }, + * "ios": { + * "osVer": "12.0", + * "uniVer": "√", + * "unixVer": "4.11" + * } + * }, + * "web": { + * "uniVer": "√", + * "unixVer": "4.0" + * } + * } + * @uniVueVersion 2,3 + */ + play() : void; + /** + * @description 暂停 + * @uniPlatform { + * "app": { + * "android": { + * "osVer": "4.4", + * "uniVer": "√", + * "unixVer": "3.9.0" + * }, + * "ios": { + * "osVer": "12.0", + * "uniVer": "√", + * "unixVer": "4.11" + * } + * }, + * "web": { + * "uniVer": "√", + * "unixVer": "4.0" + * } + * } + * @uniVueVersion 2,3 + */ + pause() : void; + /** + * @description 跳转到指定位置 + * @param {number} position 跳转到指定位置(秒) + * @uniPlatform { + * "app": { + * "android": { + * "osVer": "4.4", + * "uniVer": "√", + * "unixVer": "3.9.0" + * }, + * "ios": { + * "osVer": "12.0", + * "uniVer": "√", + * "unixVer": "4.11" + * } + * }, + * "web": { + * "uniVer": "√", + * "unixVer": "4.0" + * } + * } + * @uniVueVersion 2,3 + */ + seek(position : number) : void; + /** + * @description 停止视频 + * @uniPlatform { + * "app": { + * "android": { + * "osVer": "4.4", + * "uniVer": "√", + * "unixVer": "3.9.0" + * }, + * "ios": { + * "osVer": "12.0", + * "uniVer": "√", + * "unixVer": "4.11" + * } + * }, + * "web": { + * "uniVer": "√", + * "unixVer": "4.0" + * } + * } + * @uniVueVersion 2,3 + */ + stop() : void; + /** + * @description 发送弹幕 + * @param {Danmu} 属性 text, color + * @uniPlatform { + * "app": { + * "android": { + * "osVer": "4.4", + * "uniVer": "√", + * "unixVer": "3.9.0" + * }, + * "ios": { + * "osVer": "12.0", + * "uniVer": "√", + * "unixVer": "4.11" + * } + * }, + * "web": { + * "uniVer": "√", + * "unixVer": "4.0" + * } + * } + * @uniVueVersion 2,3 + */ + sendDanmu(danmu : Danmu) : void; + /** + * @description 设置倍速播放 + * @param {number} rate, 支持倍率 0.5/0.8/1.0/1.25/1.5 + * @uniPlatform { + * "app": { + * "android": { + * "osVer": "4.4", + * "uniVer": "√", + * "unixVer": "3.9.0" + * }, + * "ios": { + * "osVer": "12.0", + * "uniVer": "√", + * "unixVer": "4.11" + * } + * }, + * "web": { + * "uniVer": "√", + * "unixVer": "4.0" + * } + * } + * @uniVueVersion 2,3 + */ + playbackRate(rate : number) : void; + /** + * @description 进入全屏 + * @param {RequestFullScreenOptions} direction, 0|正常竖向, 90|屏幕逆时针90度, -90|屏幕顺时针90度 + * @uniPlatform { + * "app": { + * "android": { + * "osVer": "4.4", + * "uniVer": "√", + * "unixVer": "3.9.0" + * }, + * "ios": { + * "osVer": "12.0", + * "uniVer": "√", + * "unixVer": "4.11" + * } + * }, + * "web": { + * "uniVer": "√", + * "unixVer": "4.0" + * } + * } + * @uniVueVersion 2,3 + */ + requestFullScreen(direction ?: RequestFullScreenOptions | null) : void; + /** + * 退出全屏 + * @description 退出全屏 + * @uniPlatform { + * "app": { + * "android": { + * "osVer": "4.4", + * "uniVer": "√", + * "unixVer": "3.9.0" + * }, + * "ios": { + * "osVer": "12.0", + * "uniVer": "√", + * "unixVer": "4.11" + * } + * }, + * "web": { + * "uniVer": "√", + * "unixVer": "4.0" + * } + * } + * @uniVueVersion 2,3 + */ + exitFullScreen() : void; } + +export interface Uni { + /** + * 创建并返回 video 上下文 videoContext 对象 + * @description 创建并返回 video 上下文 videoContext 对象 + * @uniPlatform { + * "app": { + * "android": { + * "osVer": "4.4", + * "uniVer": "√", + * "unixVer": "√" + * }, + * "ios": { + * "osVer": "12.0", + * "uniVer": "√", + * "unixVer": "4.11" + * } + * }, + * "web": { + * "uniVer": "√", + * "unixVer": "4.0" + * } + * } + * @uniVueVersion 2,3 + * @return {VideoContext} video组件上下文对象 + * + * @tutorial http://uniapp.dcloud.io/api/media/video-context?id=createVideoContext + * + */ + createVideoContext : CreateVideoContext +} + +/** + * 通用事件 + */ +interface UniVideoEvent { + type : string + target : Element | null + currentTarget : Element | null + timeStamp : Long +} + +/** + * timeupdate 事件 + * 播放进度变化时触发 + */ +export interface UniVideoTimeUpdateEvent extends UniVideoEvent { + detail : UniVideoTimeUpdateEventDetail +} + +export type UniVideoTimeUpdateEventDetail = { + /** + * 当前进度 + */ + currentTime : number, + /** + * 总进度 + */ + duration : number +} + +/** + * fullscreenchange 事件 + * 当视频进入和退出全屏是触发 + */ +export interface UniVideoFullScreenChangeEvent extends UniVideoEvent { + detail : UniVideoFullScreenChangeEventDetail +} + +export type UniVideoFullScreenChangeEventDetail = { + /** + * 是否全屏 + */ + fullScreen : boolean, + /** + * 横竖屏,取值 vertical 或 horizontal + */ + direction : string +} + +/** + * error 事件 + * 视频播放出错时触发 + */ +export interface UniVideoErrorEvent extends UniVideoEvent { + detail : VideoError +} + +/** + * 统一错误码 + * 100001 网络错误 + * 200001 内部错误 + * 300001 SDK错误 + */ +export type VideoErrorCode = 100001 | 200001 | 300001 + +export interface VideoError extends IUniError { + errCode : VideoErrorCode +} + +/** + * progress 事件 + * 加载进度变化时触发 + */ +export interface UniVideoProgressEvent extends UniVideoEvent { + detail : UniVideoProgressEventDetail +} + +export type UniVideoProgressEventDetail = { + /** + * 加载进度百分比 + */ + buffered : number +} + +/** + * fullscreenclick 事件 + * 视频播放全屏播放时点击事件 + */ +export interface UniVideoFullScreenClickEvent extends UniVideoEvent { + detail : UniVideoFullScreenClickEventDetail +} + +export type UniVideoFullScreenClickEventDetail = { + /** + * 点击点相对于屏幕左侧边缘的 X 轴坐标 + */ + screenX : number, + /** + * 点击点相对于屏幕顶部边缘的 Y 轴坐标 + */ + screenY : number, + /** + * 屏幕总宽度 + */ + screenWidth : number, + /** + * 屏幕总高度 + */ + screenHeight : number +} + +/** + * controlstoggle 事件 + * 切换播放控件显示隐藏时触发 + */ +export interface UniVideoControlsToggleEvent extends UniVideoEvent { + detail : UniVideoControlsToggleEventDetail +} + +export type UniVideoControlsToggleEventDetail = { + /** + * 是否显示 + */ + show : boolean +} + +export type VideoTimeUpdateEvent = UniVideoTimeUpdateEvent +export type VideoTimeUpdateEventDetail = UniVideoTimeUpdateEventDetail +export type VideoFullScreenChangeEvent = UniVideoFullScreenChangeEvent +export type VideoFullScreenChangeEventDetail = UniVideoFullScreenChangeEventDetail +export type VideoErrorEvent = UniVideoErrorEvent +export type VideoProgressEvent = UniVideoProgressEvent +export type VideoProgressEventDetail = UniVideoProgressEventDetail +export type VideoFullScreenClickEvent = UniVideoFullScreenClickEvent +export type VideoFullScreenClickEventDetail = UniVideoFullScreenClickEventDetail +export type VideoControlsToggleEvent = UniVideoControlsToggleEvent +export type VideoControlsToggleEventDetail = UniVideoControlsToggleEventDetail \ No newline at end of file diff --git a/uni_modules/uni-video/utssdk/unierror.uts b/uni_modules/uni-video/utssdk/unierror.uts new file mode 100644 index 0000000000000000000000000000000000000000..2c80960fdc199ff2305e4f1703006d41a1fc7413 --- /dev/null +++ b/uni_modules/uni-video/utssdk/unierror.uts @@ -0,0 +1,28 @@ +import { VideoErrorCode, VideoError } from './interface.uts'; + +/** + * 统一错误主题(模块)名称 + */ +export const VideoUniErrorSubject = 'uni-video'; + +/** + * 统一错误描述信息 + */ +export const VideoUniErrors : Map = new Map([ + [100001, 'network error'], + [200001, 'internal error'], + [300001, 'sdk error'] +]); + +/** + * 错误实现 + */ +export class VideoErrorImpl extends UniError implements VideoError { + constructor(errCode : VideoErrorCode, cause : SourceError | null = null) { + super(); + this.errSubject = VideoUniErrorSubject; + this.errCode = errCode; + this.errMsg = VideoUniErrors[errCode] ?? ""; + this.cause = cause; + } +} \ No newline at end of file