Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.voice.infos
Class XVoiceConferenceInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.object.infos.XObjectInfo
          extended by waggle.common.modules.tag.infos.XTagableInfo
              extended by waggle.common.modules.artifact.infos.XArtifactInfo
                  extended by waggle.common.modules.voice.infos.XVoiceConferenceInfo


public class XVoiceConferenceInfo
extends XArtifactInfo

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

Begin

public Date Begin
The timestamp at which the conference began.

End

public Date End
The timestamp at which the conference ended or null if it is still in progress.

Participants

public Collection<XUpdater> Participants
The list of all users who have participated in the conference.

ActiveParticipants

public Collection<XObjectID> ActiveParticipants
The list of users who are currently participating in the conference.

MonoRecordingMix

public XVoiceRecordingInfo MonoRecordingMix
The mono recording mix of the conference.

StereoRecordingMix

public XVoiceRecordingInfo StereoRecordingMix
The stereo recording mix of the conference.

MonoRecordingMixOgg

public XVoiceRecordingInfo MonoRecordingMixOgg
The mono recording mix of the conference.

StereoRecordingMixOgg

public XVoiceRecordingInfo StereoRecordingMixOgg
The stereo recording mix of the conference.

WaveformSVG

public String WaveformSVG
The SVG representation of the conference recording waveform.

Constructor Detail

XVoiceConferenceInfo

public XVoiceConferenceInfo()

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.