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 class
JingleContentDescription.Audio
Jingle 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 JingleContentDescription
JingleContentDescriptionProvider.Audio. getInstance()
Get a new instance of this object.protected abstract JingleContentDescription
JingleContentDescriptionProvider. getInstance()
Return a new instance of this class.JingleContentDescription
JingleContentDescriptionProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
Parse a iq/jingle/description element.
-