|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
waggle.core.info.XDTO
waggle.common.modules.object.infos.XObjectInfo
waggle.common.modules.tag.infos.XTagableInfo
waggle.common.modules.artifact.infos.XArtifactInfo
waggle.common.modules.voice.infos.XVoiceConferenceInfo
public class XVoiceConferenceInfo
Voice Conference Information DTO.
Field Summary | |
---|---|
Collection<XObjectID> |
ActiveParticipants The list of users who are currently participating in the conference. |
Date |
Begin The timestamp at which the conference began. |
Date |
End The timestamp at which the conference ended or null if it is still in progress. |
XVoiceRecordingInfo |
MonoRecordingMix The mono recording mix of the conference. |
XVoiceRecordingInfo |
MonoRecordingMixOgg The mono recording mix of the conference. |
Collection<XUpdater> |
Participants The list of all users who have participated in the conference. |
XVoiceRecordingInfo |
StereoRecordingMix The stereo recording mix of the conference. |
XVoiceRecordingInfo |
StereoRecordingMixOgg The stereo recording mix of the conference. |
String |
WaveformSVG The SVG representation of the conference recording waveform. |
Fields inherited from class waggle.common.modules.artifact.infos.XArtifactInfo |
---|
AnnotatedByChatIDs, AssociatedWithChatID, fLockStatus, GroupID, State |
Fields inherited from class waggle.common.modules.tag.infos.XTagableInfo |
---|
TagInfos |
Fields inherited from class waggle.common.modules.object.infos.XObjectInfo |
---|
ConversationID, CreatedByScaledPictureID, CreatedByUserID, CreatedByUserName, CreatedOnBehalfOfUserID, CreatedOnBehalfOfUserName, CreatedTimestamp, ID, Latitude, Longitude, ModifiedByScaledPictureID, ModifiedByUserID, ModifiedByUserName, ModifiedOnBehalfOfUserID, ModifiedOnBehalfOfUserName, ModifiedTimestamp, Name, ObjectType, ParentID, Removed, RemovedByUserID, RemovedTimestamp, TrackID |
Constructor Summary | |
---|---|
XVoiceConferenceInfo() |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Date Begin
public Date End
null
if it is still in progress.public Collection<XUpdater> Participants
public Collection<XObjectID> ActiveParticipants
public XVoiceRecordingInfo MonoRecordingMix
public XVoiceRecordingInfo StereoRecordingMix
public XVoiceRecordingInfo MonoRecordingMixOgg
public XVoiceRecordingInfo StereoRecordingMixOgg
public String WaveformSVG
Constructor Detail |
---|
public XVoiceConferenceInfo()
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |