hyphenate_SDK3.0
3.6.0
hyphenatejavaIMSDK
|
类 | |
enum | CallType |
Public 成员函数 | |
void | setPreferMovFormatEnable (boolean enabled) |
int | getVideoLatency () |
int | getVideoFrameRate () |
int | getVideoLostRate () |
int | getVideoWidth () |
int | getVideoHeight () |
int | getRemoteBitrate () |
int | getLocalBitrate () |
int | getLocalAudioBitrate () |
int | getRemoteAudioBitrate () |
Created by linan on 17/6/29.
int com.hyphenate.chat.EMVideoCallHelper.getLocalAudioBitrate | ( | ) |
发送音频比特率,单位为 kbps
int com.hyphenate.chat.EMVideoCallHelper.getLocalBitrate | ( | ) |
发送视频比特率,单位为kbps
int com.hyphenate.chat.EMVideoCallHelper.getRemoteAudioBitrate | ( | ) |
接受音频比特率,单位为 kbps
int com.hyphenate.chat.EMVideoCallHelper.getRemoteBitrate | ( | ) |
接收视频比特率,单位为kbps
int com.hyphenate.chat.EMVideoCallHelper.getVideoFrameRate | ( | ) |
帧率
int com.hyphenate.chat.EMVideoCallHelper.getVideoHeight | ( | ) |
对方图像高度
int com.hyphenate.chat.EMVideoCallHelper.getVideoLatency | ( | ) |
时延,单位是ms
int com.hyphenate.chat.EMVideoCallHelper.getVideoLostRate | ( | ) |
每一百个包中丢包个数
int com.hyphenate.chat.EMVideoCallHelper.getVideoWidth | ( | ) |
对方图像宽度
void com.hyphenate.chat.EMVideoCallHelper.setPreferMovFormatEnable | ( | boolean | enabled | ) |
Capture video image to local storage
filename |
开始视频录制
dirPath | 录制的文件存储目录,用户可以自己实时检测该文件大小,如果占用太多空间提醒用户 |
停止视频录制
开始音频录制
dirPath | 录制的文件存储目录,用户可以自己实时检测该文件大小,如果占用太多空间提醒用户 |
停止音频录制
如果需要录像,需要调用次函数,参数为true。 此方法调用需要在视频通话开始之前调用,比如放在Activity的onCreate中。 如果没有设置enabled为true, 录像文件无法播放。