RCRTCVideoOutputStream

public interface RCRTCVideoOutputStream

Functions

Link copied to clipboard
public abstract RCRTCSurfaceTextureHelper getTextureHelper()
获取自定义流 Texture 格式的工具类
Link copied to clipboard
public abstract RCRTCVideoStreamConfig getVideoConfig()
获取本地视频配置
Link copied to clipboard
public abstract void setSource(IRCRTCVideoSource source)
设置输出视频源
Link copied to clipboard
public abstract void setVideoConfig(RCRTCVideoStreamConfig config)
设置本地视频配置
Link copied to clipboard
public abstract void setVideoFrameListener(IRCRTCVideoOutputFrameListener videoFrameListener)
设置本地视频采集回调 回调返回的数据类型(RCRTCVideoFrame#getCaptureType())通过 RCRTCConfig.Builder.
Link copied to clipboard
public abstract boolean setWatermark(Bitmap logoIcon, RCRTCRect rect)
设置水印