Uses of Class
org.jivesoftware.smackx.jingleold.packet.JingleContentInfo
-
Packages that use JingleContentInfo Package Description org.jivesoftware.smackx.jingleold.packet TODO describe me. -
-
Uses of JingleContentInfo in org.jivesoftware.smackx.jingleold.packet
Subclasses of JingleContentInfo in org.jivesoftware.smackx.jingleold.packet Modifier and Type Class Description static classJingleContentInfo.AudioTransport part of a Jingle packet.static classJingleContentInfo.Audio.BusyBusy jmf info.static classJingleContentInfo.Audio.HoldHold jmf info.static classJingleContentInfo.Audio.MuteMute jmf info.static classJingleContentInfo.Audio.QueuedQueued jmf info.static classJingleContentInfo.Audio.RingingRinging jmf info.Methods in org.jivesoftware.smackx.jingleold.packet that return JingleContentInfo Modifier and Type Method Description JingleContentInfoJingle. getContentInfo()Jingle content info.Methods in org.jivesoftware.smackx.jingleold.packet with parameters of type JingleContentInfo Modifier and Type Method Description voidJingle. setContentInfo(JingleContentInfo contentInfo)Set content info.Constructors in org.jivesoftware.smackx.jingleold.packet with parameters of type JingleContentInfo Constructor Description Jingle(java.util.List<JingleContent> contents, JingleContentInfo mi, java.lang.String sid)A constructor where the main components can be initialized.Jingle(JingleContentInfo info)Constructor with a content info.
-