hyphenate_SDK3.0 3.7.6.3
hyphenate java IM SDK
|
Classes | |
enum | CallType |
Public Member Functions | |
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 | ( | ) |
audio sending bitrate in kbps
int com.hyphenate.chat.EMVideoCallHelper.getLocalBitrate | ( | ) |
video sending bitrate in kbps
int com.hyphenate.chat.EMVideoCallHelper.getRemoteAudioBitrate | ( | ) |
audio receiving bitrate in kbps
int com.hyphenate.chat.EMVideoCallHelper.getRemoteBitrate | ( | ) |
video receiving bitrate in kbps
int com.hyphenate.chat.EMVideoCallHelper.getVideoFrameRate | ( | ) |
get video frame rate
int com.hyphenate.chat.EMVideoCallHelper.getVideoHeight | ( | ) |
Video height of user from other side
int com.hyphenate.chat.EMVideoCallHelper.getVideoLatency | ( | ) |
return video latency in milliseconds
int com.hyphenate.chat.EMVideoCallHelper.getVideoLostRate | ( | ) |
Package lost rate per 100 packages
int com.hyphenate.chat.EMVideoCallHelper.getVideoWidth | ( | ) |
Video width of user from other side
void com.hyphenate.chat.EMVideoCallHelper.setPreferMovFormatEnable | ( | boolean | enabled | ) |
Capture video image to local storage
filename |
start video recording
dirPath | save file to this directory |
stop video recording
start video recording
dirPath | save file to this directory |
stop video recording
Call this method and set 'enabled' to true to record video Call this method before the video streaming start. ex. put it in Activity in onCreate This method will choose H264 encoding codec, otherwise recorded file cannot be replayed.