Skip to content

Commit

Permalink
去掉无用的接口调用
Browse files Browse the repository at this point in the history
Change-Id: Ifb762025045ae1e7409c3462f1bf6c660ffc447f
  • Loading branch information
SundoggyNew committed Apr 3, 2024
1 parent 09a3b82 commit 3266fa5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,6 @@ class VideoPreviewActivity : VideoBaseActivity(), EventView, TextureView.Surface

player = IjkMediaPlayer()
player.setOnInfoListener(this@VideoPreviewActivity)
// player._setApmStatus(true)
player?.let {
val url = urlPrefix + suffix
it.reset()
Expand Down Expand Up @@ -601,7 +600,6 @@ class VideoPreviewActivity : VideoBaseActivity(), EventView, TextureView.Surface
CommonUtils.refreshVideoList(this@VideoPreviewActivity, filePath)
}

// player?._setApmStatus(false);
player?.release()

countDownLatchs.clear()
Expand Down

0 comments on commit 3266fa5

Please sign in to comment.