You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdkdemo/src/main/java/com/tencent/iot/explorer/link/demo/video/playback/cloudPlayback/VideoCloudPlaybackFragment.kt
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ class VideoCloudPlaybackFragment: VideoPlaybackBaseFragment(), TextureView.Surfa
70
70
privatelateinitvar surface:Surface
71
71
privatevar player :IjkMediaPlayer=IjkMediaPlayer()
72
72
var audioPlayer:IjkMediaPlayer?=null
73
+
var cloudVideoDuration =0L//当前云存max时长
73
74
@Volatile
74
75
privatevar updateSeekBarAble =true// 手动拖拽过程的标记
75
76
@@ -218,6 +219,8 @@ class VideoCloudPlaybackFragment: VideoPlaybackBaseFragment(), TextureView.Surfa
0 commit comments