Package | Description |
---|---|
org.jivesoftware.smackx.jingleold.packet |
TODO describe me.
|
Modifier and Type | Class and Description |
---|---|
static class |
JingleContentInfo.Audio
Transport part of a Jingle packet.
|
static class |
JingleContentInfo.Audio.Busy
Busy jmf info.
|
static class |
JingleContentInfo.Audio.Hold
Hold jmf info.
|
static class |
JingleContentInfo.Audio.Mute
Mute jmf info.
|
static class |
JingleContentInfo.Audio.Queued
Queued jmf info.
|
static class |
JingleContentInfo.Audio.Ringing
Ringing jmf info.
|
Modifier and Type | Method and Description |
---|---|
JingleContentInfo |
Jingle.getContentInfo()
Jingle content info.
|
Modifier and Type | Method and Description |
---|---|
void |
Jingle.setContentInfo(JingleContentInfo contentInfo)
Set content info.
|
Constructor and Description |
---|
Jingle(JingleContentInfo info)
Constructor with a content info.
|
Jingle(List<JingleContent> contents,
JingleContentInfo mi,
String sid)
A constructor where the main components can be initialized.
|