xhdongy

Results 1 comments of xhdongy

> 在DanmakuContext 中添加 > private int mUpdateRate = 16; > public int getFrameUpdateRate(){ > return mUpdateRate; > } > > ``` > public void setFrameUpateRate(int rate){ > mUpdateRate = rate;...