Uses of Class
org.jivesoftware.smackx.jingleold.packet.JingleContentDescription
-
Packages that use JingleContentDescription Package Description org.jivesoftware.smackx.jingleold.packet TODO describe me.org.jivesoftware.smackx.jingleold.provider TODO describe me. -
-
Uses of JingleContentDescription in org.jivesoftware.smackx.jingleold.packet
Subclasses of JingleContentDescription in org.jivesoftware.smackx.jingleold.packet Modifier and Type Class Description static classJingleContentDescription.AudioJingle audio description. -
Uses of JingleContentDescription in org.jivesoftware.smackx.jingleold.provider
Methods in org.jivesoftware.smackx.jingleold.provider that return JingleContentDescription Modifier and Type Method Description protected JingleContentDescriptionJingleContentDescriptionProvider.Audio. getInstance()Get a new instance of this object.protected abstract JingleContentDescriptionJingleContentDescriptionProvider. getInstance()Return a new instance of this class.JingleContentDescriptionJingleContentDescriptionProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)Parse a iq/jingle/description element.
-