toggle menu
Android-RTCLib-SDK
5.6.9
cn.rongcloud.rtc
switch theme
search in API
Android-RTCLib-SDK
/
cn.rongcloud.rtc.api.stream
/
RCRTCVideoOutputStream
RCRTCVideo
Output
Stream
public
interface
RCRTCVideoOutputStream
Members
Functions
get
Texture
Helper
Link copied to clipboard
public
abstract
RCRTCSurfaceTextureHelper
getTextureHelper
(
)
获取自定义流 Texture 格式的工具类
get
Video
Config
Link copied to clipboard
public
abstract
RCRTCVideoStreamConfig
getVideoConfig
(
)
获取本地视频配置
set
Source
Link copied to clipboard
public
abstract
void
setSource
(
IRCRTCVideoSource source
)
设置输出视频源
set
Video
Config
Link copied to clipboard
public
abstract
void
setVideoConfig
(
RCRTCVideoStreamConfig config
)
设置本地视频配置
set
Video
Frame
Listener
Link copied to clipboard
public
abstract
void
setVideoFrameListener
(
IRCRTCVideoOutputFrameListener videoFrameListener
)
设置本地视频采集回调 回调返回的数据类型(RCRTCVideoFrame#getCaptureType())通过 RCRTCConfig.Builder.
set
Watermark
Link copied to clipboard
public
abstract
boolean
setWatermark
(
Bitmap logoIcon
,
RCRTCRect rect
)
设置水印