Uses of Class
org.jivesoftware.smackx.jingleold.packet.JingleDescription
-
Packages that use JingleDescription Package Description org.jivesoftware.smackx.jingleold.media TODO describe me.org.jivesoftware.smackx.jingleold.packet TODO describe me.org.jivesoftware.smackx.jingleold.provider TODO describe me. -
-
Uses of JingleDescription in org.jivesoftware.smackx.jingleold.media
Methods in org.jivesoftware.smackx.jingleold.media that return JingleDescription Modifier and Type Method Description JingleDescription
MediaNegotiator. getJingleDescription()
Create a JingleDescription that matches this negotiator. -
Uses of JingleDescription in org.jivesoftware.smackx.jingleold.packet
Subclasses of JingleDescription in org.jivesoftware.smackx.jingleold.packet Modifier and Type Class Description static class
JingleDescription.Audio
Jingle audio description.Methods in org.jivesoftware.smackx.jingleold.packet that return JingleDescription Modifier and Type Method Description JingleDescription
JingleContent. getDescription()
Gets the description for this Jingle content.Methods in org.jivesoftware.smackx.jingleold.packet with parameters of type JingleDescription Modifier and Type Method Description void
JingleContent. setDescription(JingleDescription description)
Sets the description for this Jingle content. -
Uses of JingleDescription in org.jivesoftware.smackx.jingleold.provider
Methods in org.jivesoftware.smackx.jingleold.provider that return JingleDescription Modifier and Type Method Description protected JingleDescription
JingleDescriptionProvider.Audio. getInstance()
Get a new instance of this object.protected abstract JingleDescription
JingleDescriptionProvider. getInstance()
Return a new instance of this class.JingleDescription
JingleDescriptionProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
Parse a iq/jingle/description element.
-