Skip to content

Commit 1c90bf8

Browse files
committed
去掉无用的接口调用
Change-Id: Ifb762025045ae1e7409c3462f1bf6c660ffc447f
1 parent 6854374 commit 1c90bf8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sdkdemo/src/main/java/com/tencent/iot/explorer/link/demo/video/preview/VideoPreviewActivity.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ class VideoPreviewActivity : VideoBaseActivity(), EventView, TextureView.Surface
451451

452452
player = IjkMediaPlayer()
453453
player.setOnInfoListener(this@VideoPreviewActivity)
454-
// player._setApmStatus(true)
455454
player?.let {
456455
val url = urlPrefix + suffix
457456
it.reset()
@@ -601,7 +600,6 @@ class VideoPreviewActivity : VideoBaseActivity(), EventView, TextureView.Surface
601600
CommonUtils.refreshVideoList(this@VideoPreviewActivity, filePath)
602601
}
603602

604-
// player?._setApmStatus(false);
605603
player?.release()
606604

607605
countDownLatchs.clear()

0 commit comments

Comments
 (0)