Package | Description |
---|---|
org.jivesoftware.smackx.jingle.media | |
org.jivesoftware.smackx.jingle.packet | |
org.jivesoftware.smackx.jingle.provider |
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.
|