hyphenate_SDK3.0
3.8.6.1
hyphenate java IM SDK
|
Public 成员函数 | |
EMVoiceMessageBody (File voiceFile, int duration) | |
EMVoiceMessageBody (Uri voiceFile, int duration) | |
EMVoiceMessageBody (EMAVoiceMessageBody body) | |
int | getLength () |
long | getFileSize () |
String | toString () |
int | describeContents () |
void | writeToParcel (Parcel dest, int flags) |
静态 Public 属性 | |
static final Parcelable.Creator< EMVoiceMessageBody > | CREATOR |
语音消息体
EMVoiceMessageBody body = new EMVoiceMessageBody(voiceFile, length);
com.hyphenate.chat.EMVoiceMessageBody.EMVoiceMessageBody | ( | File | voiceFile, |
int | duration | ||
) |
创建一个语音消息体
voiceFile | 语音文件路径 |
duration | 语音事件长度,单位为秒 |
com.hyphenate.chat.EMVoiceMessageBody.EMVoiceMessageBody | ( | Uri | voiceFile, |
int | duration | ||
) |
创建一个语音消息体
voiceFile | 语音文件的资源标识符(路径) |
duration | 语音事件长度,单位为秒 |
long com.hyphenate.chat.EMVoiceMessageBody.getFileSize | ( | ) |
获取文件大小
int com.hyphenate.chat.EMVoiceMessageBody.getLength | ( | ) |
获得语音文件的长度
|
static |