小鱼儿
小鱼儿
参考 https://github.com/jianghejie/XRecyclerView/pull/218
参考https://github.com/jianghejie/XRecyclerView/pull/218
我根据金山做了个拍照的, 继承GLSurfaceView依据setRenderer代理Renderer 在代理Renderer中完成从gpu抽当前帧,就可以实现拍照
``` public int getProgress() { int total = 0; for (RecordClipModel clip : mProgressClipList) { total += clip.timeInterval; } return total; } ``` 将以上代码放入RecordProgressView