-
- All Implemented Interfaces:
-
com.shuyu.gsyvideoplayer.render.view.GSYVideoGLView.ShaderInterface
public class BarrelBlurEffect implements GSYVideoGLView.ShaderInterface
Barrel类型模糊 Created by guoshuyu on 2017/9/16.
-
-
Field Summary
Fields Modifier and Type Field Description private intcountLevel
-
Constructor Summary
Constructors Constructor Description BarrelBlurEffect()BarrelBlurEffect(int countLevel)
-
Method Summary
Modifier and Type Method Description voidsetCountLevel(int countLevel)StringgetShader(GLSurfaceView mGlSurfaceView)-
-
Method Detail
-
setCountLevel
void setCountLevel(int countLevel)
-
getShader
String getShader(GLSurfaceView mGlSurfaceView)
-
-
-
-