hyphenate_SDK3.0
3.5.6
hyphenatejavaIMSDK
|
Public Member Functions | |
String | getName () |
void | setName (String name) |
boolean | isVideoOff () |
void | setVideoOff (boolean videoOff) |
boolean | isAudioOff () |
void | setAudioOff (boolean audioOff) |
void | setUseBackCamera (boolean useBackCamera) |
boolean | isUseBackCamera () |
int | getVideoWidth () |
void | setVideoWidth (int videoWidth) |
int | getVideoHeight () |
void | setVideoHeight (int videoHeight) |
String | getExtension () |
void | setExtension (String extension) |
View | getShareView () |
void | setShareView (View shareView) |
EMConferenceStream.StreamType | getStreamType () |
void | setStreamType (EMConferenceStream.StreamType streamType) |
int | getMaxVideoKbps () |
void | setMaxVideoKbps (int maxVideoKbps) |
int | getMinVideoKbps () |
void | setMinVideoKbps (int minVideoKbps) |
int | getMaxAudioKbps () |
void | setMaxAudioKbps (int maxAudioKbps) |
int | getAudioSampleRate () |
void | setAudioSampleRate (int audioSampleRate) |
boolean | isEnableFixedVideoResolution () |
void | setEnableFixedVideoResolution (boolean enableFixedVideoResolution) |
boolean | isUsingExternalSource () |
void | setUsingExternalSource (boolean usingExternalSource) |
Protected Attributes | |
String | name |
boolean | videoOff |
boolean | audioOff |
boolean | useBackCamera |
int | videoWidth |
int | videoHeight |
String | extension |
View | shareView |
EMConferenceStream.StreamType | streamType |
int | maxVideoKbps |
int | minVideoKbps |
int | maxAudioKbps |
int | audioSampleRate |
boolean | enableFixedVideoResolution |
boolean | usingExternalSource |
Created by lzan13 on 2017/8/16.
Local publish stream config
|
protected |
Whether mute
|
protected |
config audio sample rate optional values: 8000Hz, 11025Hz, 22050Hz, 16000Hz, 44100Hz
|
protected |
enable/disable auto adjust resolution
|
protected |
extension
|
protected |
set audio bitrate, 6 ~ 510
maxAudioKbps | max audio bitrate |
|
protected |
Video kbps range: 50 < videoKbps < 5000. Default value is 0, which is adaptive bitrate streaming. recommend use default value
|
protected |
config minimum of bit rate
|
protected |
local publish stream name
|
protected |
Share view
|
protected |
|~chinese 推送 stream 类型
Publish stream type
|
protected |
Use back camera, default false
|
protected |
enable/disable external data
|
protected |
Video height
|
protected |
Whether to turn off the video
|
protected |
Video width