`
jonson
  • 浏览: 164967 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

SurfaceView receive multi surfaceChanged event problem.

阅读更多

   Have get a problem: receive multi surfaceChanged callback with SurfaceView.

   This problem have trouble us for a long time. finally, i found the reason is:

.addCallback(mCallBack);

   This method can be call for many times. so you must call:

 

  

removeCallback(mCallBack);

 

   Hope this can be help for you.

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics