hyphenate_SDK3.0 3.7.6.3
hyphenate java IM SDK
|
Classes | |
enum | ChannelsType |
Public Member Functions | |
EMAudioConfig (EMAudioBpsType bps, ChannelsType channels, EMAudioSamplesType samples) | |
EMAudioBpsType | getBps () |
void | setBps (EMAudioBpsType bps) |
ChannelsType | getChannels () |
void | setChannels (ChannelsType channels) |
EMAudioSamplesType | getSamples () |
void | setSamples (EMAudioSamplesType samples) |
Created by lijian on 2020/07/14
The config of audio record. bps audio bit rate, type is EMAudioBpsType enum; channels number of audio channels, optional (1,2), type is ChannelsType enum; samples audio sampling rate, type is EMAudioSamplesType enum;