|
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> |
ActiveParticipantsThe list of users who are currently participating in the conference. |
Date |
BeginThe timestamp at which the conference began. |
Date |
EndThe timestamp at which the conference ended or null if it is still in progress. |
XVoiceRecordingInfo |
MonoRecordingMixThe mono recording mix of the conference. |
XVoiceRecordingInfo |
MonoRecordingMixOggThe mono recording mix of the conference. |
Collection<XUpdater> |
ParticipantsThe list of all users who have participated in the conference. |
XVoiceRecordingInfo |
StereoRecordingMixThe stereo recording mix of the conference. |
XVoiceRecordingInfo |
StereoRecordingMixOggThe stereo recording mix of the conference. |
String |
WaveformSVGThe 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 | |||||||||