LiteAVSDK / Player_Android

Super player for android...

Home Page:https://cloud.tencent.com/document/product/881

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

腾讯播放器如何清帧

guangyuying1234 opened this issue · comments

TXCloudVideoView类中只有这个方法,只做了隐藏并没有清帧
public void clearLastFrame(boolean var1) {
if (var1) {
this.setVisibility(8);
}

}