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 class
JingleContentInfo.Audio
Transport part of a Jingle packet.static class
JingleContentInfo.Audio.Busy
Busy jmf info.static class
JingleContentInfo.Audio.Hold
Hold jmf info.static class
JingleContentInfo.Audio.Mute
Mute jmf info.static class
JingleContentInfo.Audio.Queued
Queued jmf info.static class
JingleContentInfo.Audio.Ringing
Ringing jmf info.Methods in org.jivesoftware.smackx.jingleold.packet that return JingleContentInfo Modifier and Type Method Description JingleContentInfo
Jingle. getContentInfo()
Jingle content info.Methods in org.jivesoftware.smackx.jingleold.packet with parameters of type JingleContentInfo Modifier and Type Method Description void
Jingle. 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.
-