| 接口 | 说明 |
|---|---|
| RCRTCAudioInputStream |
远端音频资源流
|
| RCRTCAudioOutputStream |
本地用户发布的音频流
|
| RCRTCAudioStreamConfig |
音频相关配置
|
| RCRTCCameraOutputStream | |
| RCRTCCDNInputStream | |
| RCRTCFileVideoOutputStream | |
| RCRTCInputStream |
远端资源流
|
| RCRTCLiveInfo |
直播资源信息
|
| RCRTCMicOutputStream | |
| RCRTCOutputStream |
本地用户发布的音视频资源流基类
|
| RCRTCScreenShareAudioConfig | |
| RCRTCScreenShareOutputStream |
Added from 5.1.8
专门用于屏幕共享的流
|
| RCRTCSurfaceTextureHelper.Sink | |
| RCRTCTextureView.TextureRendererEvents | 已过时 |
| RCRTCVideoInputStream | |
| RCRTCVideoOutputStream | |
| RCRTCVideoStreamConfig | |
| RCRTCVideoView.OnSizeChangedListener | 已过时 |
| 类 | 说明 |
|---|---|
| RCRTCAudioStreamConfig.Builder | |
| RCRTCScreenShareActivity |
Added from 5.1.8
屏幕录制界面.
|
| RCRTCScreenShareAudioConfig.Builder | |
| RCRTCScreenShareService | |
| RCRTCSurfaceTextureHelper |
Helper class for using a SurfaceTexture to create WebRTC VideoFrames.
|
| RCRTCTextureView |
Display the video stream on a Surface.
|
| RCRTCVideoStreamConfig.Builder | |
| RCRTCVideoView |
Implements VideoRenderer.Callbacks by displaying the video stream on a SurfaceView. renderFrame()
is asynchronous to avoid blocking the calling thread.
|