Chat SDK for Unity and Windows v1.3.1
Public 成员函数 | Public 属性 | 所有成员列表
AgoraChat.MessageBody.VoiceBody类 参考
类 AgoraChat.MessageBody.VoiceBody 继承关系图:
AgoraChat.MessageBody.FileBody AgoraChat.IMessageBody

Public 成员函数

 VoiceBody (string localPath, string displayName, int duration, long fileSize=0)
 
- Public 成员函数 继承自 AgoraChat.MessageBody.FileBody
 FileBody (string localPath, string displayName="", long fileSize=0)
 

Public 属性

int Duration
 
- Public 属性 继承自 AgoraChat.MessageBody.FileBody
string LocalPath
 
string DisplayName
 
string Secret
 
string RemotePath
 
long FileSize
 
DownLoadStatus DownStatus = DownLoadStatus.PENDING
 
- Public 属性 继承自 AgoraChat.IMessageBody
MessageBodyType Type
 

额外继承的成员函数

- 属性 继承自 AgoraChat.IMessageBody
long OperationTime [get, set]
 
string OperatorId [get, set]
 
long OperationCount [get, set]
 

详细描述

音频消息体。

构造及析构函数说明

◆ VoiceBody()

AgoraChat.MessageBody.VoiceBody.VoiceBody ( string  localPath,
string  displayName,
int  duration,
long  fileSize = 0 
)

音频消息体构造方法。

参数
localPath音频消息的本地路径。
displayName音频消息的显示名称。
duration音频时长,单位为秒。
fileSize音频文件大小,单位为字节。

类成员变量说明

◆ Duration

int AgoraChat.MessageBody.VoiceBody.Duration

音频时长,单位为秒。