public static class JingleContentInfoProvider.Audio
extends org.jivesoftware.smack.provider.ExtensionElementProvider<org.jivesoftware.smack.packet.ExtensionElement>
Modifier and Type | Class and Description |
---|---|
static class |
JingleContentInfoProvider.Audio.Busy |
static class |
JingleContentInfoProvider.Audio.Hold |
static class |
JingleContentInfoProvider.Audio.Mute |
static class |
JingleContentInfoProvider.Audio.Queued |
static class |
JingleContentInfoProvider.Audio.Ringing |
Constructor and Description |
---|
Audio()
Empty constructor.
|
Audio(org.jivesoftware.smack.packet.ExtensionElement audioInfo)
Constructor with an audio info.
|
Modifier and Type | Method and Description |
---|---|
org.jivesoftware.smack.packet.ExtensionElement |
parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth)
Parse a JingleDescription.Audio extension.
|