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.
|
Modifier and Type | Method and Description |
---|---|
JingleDescription |
MediaNegotiator.getJingleDescription()
Create a JingleDescription that matches this negotiator.
|
Modifier and Type | Class and Description |
---|---|
static class |
JingleDescription.Audio
Jingle audio description.
|
Modifier and Type | Method and Description |
---|---|
JingleDescription |
JingleContent.getDescription()
Gets the description for this Jingle content.
|
Modifier and Type | Method and Description |
---|---|
void |
JingleContent.setDescription(JingleDescription description)
Sets the description for this Jingle content.
|
Modifier and Type | Method and Description |
---|---|
protected abstract JingleDescription |
JingleDescriptionProvider.getInstance()
Return a new instance of this class.
|
protected JingleDescription |
JingleDescriptionProvider.Audio.getInstance()
Get a new instance of this object.
|
JingleDescription |
JingleDescriptionProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth)
Parse a iq/jingle/description element.
|