Android(Java)[v1.7.5.0]
Public 属性 | 所有成员列表
com.pano.rtc.api.RtcVideoTextureFilterConfig类 参考

视频纹理滤镜配置。 更多...

Public 属性

TextureType textureType = TextureType.TextureOES
 
boolean withYuv = false
 

详细描述

视频纹理滤镜配置。

类成员变量说明

◆ textureType

TextureType com.pano.rtc.api.RtcVideoTextureFilterConfig.textureType = TextureType.TextureOES

纹理类型。

注解
TextureOES类型相比Texture2D拥有更佳的性能,但是无法与内部美颜功能同时使用。

◆ withYuv

boolean com.pano.rtc.api.RtcVideoTextureFilterConfig.withYuv = false

是否需要同时拷贝一份YUV数据。某些SDK需要使用这些数据进行内容检测。


该类的文档由以下文件生成: