Uses of Class
org.jivesoftware.smackx.packet.JingleContentInfo

Packages that use JingleContentInfo
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
 

Uses of JingleContentInfo in org.jivesoftware.smackx.packet
 

Subclasses of JingleContentInfo in org.jivesoftware.smackx.packet
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.packet that return JingleContentInfo
 JingleContentInfo Jingle.getContentInfo()
           
 

Methods in org.jivesoftware.smackx.packet with parameters of type JingleContentInfo
 void Jingle.setContentInfo(JingleContentInfo contentInfo)
           
 

Constructors in org.jivesoftware.smackx.packet with parameters of type JingleContentInfo
Jingle(JingleContentInfo info)
          Constructor with a content info.
Jingle(java.util.List<JingleContent> contents, JingleContentInfo mi, java.lang.String sid)
          A constructor where the main components can be initialized.