函数列表 | 描述 |
设置 TRTC 事件回调 | |
设置美颜、美白以及红润效果级别 | |
设置大眼级别 | |
设置瘦脸级别 | |
设置 V 脸级别 | |
设置下巴拉伸或收缩幅度 | |
设置短脸级别 | |
设置瘦鼻级别 | |
设置动效贴纸 | |
设置动效静音 | |
设置色彩滤镜效果 | |
设置色彩滤镜浓度 | |
设置绿幕背景视频 | |
设置混响效果 | |
设置变声类型 | |
开启(或关闭)耳返 | |
启用音量大小提示 | |
启用音量大小提示 | |
切换摄像头 | |
查询当前摄像头是否支持缩放 | |
设置摄像头缩放倍数(焦距) | |
查询是否支持开关闪光灯 | |
开关/关闭闪光灯 | |
查询摄像头是否支持设置焦点 | |
设置摄像头焦点坐标位置 | |
查询是否支持自动识别人脸位置 | |
设置系统音量类型 | |
查询是否支持音频某种能力(仅适用于Android) | |
设置音频质量 | |
开始显示远端视频画面 | |
停止显示远端视频画面,同时不再拉取该远端用户的视频数据流 | |
设置本地图像的渲染模式 | |
设置本地图像的顺时针旋转角度 | |
设置本地摄像头预览画面的镜像模式 | |
设置远端图像的渲染模式 | |
设置远端图像的顺时针旋转角度 | |
开始显示远端用户的辅路画面 | |
停止显示远端用户的辅路画面 | |
设置辅路画面的填充模式 | |
设置辅路画面的顺时针旋转角度 | |
设置音频质量 | |
设定优先观看大画面还是小画面 | |
设置麦克风音量大小 | |
启动播放背景音乐 | |
停止播放背景音乐 | |
停止播放背景音乐 | |
停止播放背景音乐 | |
获取背景音乐总时长(单位:毫秒) | |
设置背景音乐的播放进度 | |
设置背景音乐的音量大小 | |
设置背景音乐的本地播放音量 | |
设置背景音乐的远端播放音量 | |
播放音效 | |
设置音效音量 | |
停止播放音效 | |
停止所有音效 | |
设置所有音效音量 | |
暂停音效 | |
暂停音效 | |
启用视频自定义采集模式 | |
投送自己采集的视频数据 | |
暂停/恢复发布本地的视频流 | |
暂停 / 恢复订阅远端用户的视频流 | |
视频画面截图 | |
开始进行网络测速(进入房间前使用) | |
启动屏幕分享 | |
设置视频编码器输出的画面方向 | |
设置编码器输出的画面镜像模式 | |
设置重力感应的适配模式 | |
开始向腾讯云直播 CDN 上发布音视频流 | |
停止向腾讯云直播 CDN 上发布音视频流 | |
开始向非腾讯云 CDN 上发布音视频流 | |
停止向非腾讯云 CDN 上发布音视频流 | |
设置云端混流的排版布局和转码参数 |
void setListener |
void setBeautyStyle | (int beautyStyle |
| int beautyLevel |
| int whitenessLevel |
| int ruddinessLevel) |
void setEyeScaleLevel | (int eyeScaleLevel) |
void setFaceSlimLevel | (int faceScaleLevel) |
void setFaceVLevel | (int faceVLevel) |
void setChinLevel | (int chinLevel) |
void setFaceShortLevel | (int faceShortlevel) |
void setNoseSlimLevel | (int noseSlimLevel) |
void selectMotionTmpl | (String motionPath) |
void setMotionMute | (boolean motionMute) |
void setFilter | (Bitmap image) |
void setFilterConcentration | (float concentration) |
boolean setGreenScreenFile | (String file) |
void setReverbType | (int reverbType) |
boolean setVoiceChangerType | (int voiceChangerType) |
void enableAudioEarMonitoring | (boolean enable) |
void enableAudioVolumeEvaluation | (int interval) |
void enableAudioVolumeEvaluation | (int interval |
| boolean enable_vad) |
void setZoom | (int distance) |
boolean enableTorch | (boolean enable) |
void setFocusPosition | (int x |
| int y) |
void setSystemVolumeType | (int type) |
int checkAudioCapabilitySupport | (int capabilityType) |
参数 | 描述 |
capabilityType | 音频能力类型. |
void startRemoteView | (String userId |
| TXCloudVideoView view) |
void stopRemoteView | (String userId) |
void setLocalViewFillMode | (int mode) |
void setLocalViewRotation | (int rotation) |
void setLocalViewMirror | (int mirrorType) |
void setRemoteViewFillMode | (String userId |
| int mode) |
void setRemoteViewRotation | (String userId |
| int rotation) |
void startRemoteSubStreamView | (String userId |
| TXCloudVideoView view) |
void stopRemoteSubStreamView | (String userId) |
void setRemoteSubStreamViewFillMode | (String userId |
| int mode) |
void setRemoteSubStreamViewRotation | (final String userId |
| final int rotation) |
void setAudioQuality | (int quality) |
int setPriorRemoteVideoStreamType | (int streamType) |
void setMicVolumeOnMixing | (int volume) |
void playBGM | (String path |
|
int getBGMDuration | (String path) |
int setBGMPosition | (int pos) |
void setBGMVolume | (int volume) |
void setBGMPlayoutVolume | (int volume) |
void setBGMPublishVolume | (int volume) |
void playAudioEffect |
void setAudioEffectVolume | (int effectId |
| int volume) |
void stopAudioEffect | (int effectId) |
void setAllAudioEffectsVolume | (int volume) |
void pauseAudioEffect | (int effectId) |
void resumeAudioEffect | (int effectId) |
void enableCustomVideoCapture | (boolean enable) |
void sendCustomVideoData |
void muteLocalVideo | (boolean mute) |
void muteRemoteVideoStream | (String userId |
| boolean mute) |
void snapshotVideo | (String userId |
| int streamType |
|
void startSpeedTest | (int sdkAppId |
| String userId |
| String userSig) |
void startScreenCapture | |
|
void setVideoEncoderRotation | (int rotation) |
void setVideoEncoderMirror | (boolean mirror) |
void setGSensorMode | (int mode) |
void startPublishing | (final String streamId |
| final int streamType) |
void startPublishCDNStream |
void setMixTranscodingConfig |
本页内容是否解决了您的问题?