Class JingleContentInfo.Audio
java.lang.Object
org.jivesoftware.smackx.jingleold.packet.JingleContentInfo
org.jivesoftware.smackx.jingleold.packet.JingleContentInfo.Audio
- All Implemented Interfaces:
Element
,ExtensionElement
,NamedElement
,XmlElement
,XmlLangElement
- Direct Known Subclasses:
JingleContentInfo.Audio.Busy
,JingleContentInfo.Audio.Hold
,JingleContentInfo.Audio.Mute
,JingleContentInfo.Audio.Queued
,JingleContentInfo.Audio.Ringing
- Enclosing class:
- JingleContentInfo
Transport part of a Jingle packet.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Busy jmf info.static class
Hold jmf info.static class
Mute jmf info.static class
Queued jmf info.static class
Ringing jmf info.Nested classes/interfaces inherited from class org.jivesoftware.smackx.jingleold.packet.JingleContentInfo
JingleContentInfo.Audio
-
Field Summary
Fields inherited from class org.jivesoftware.smackx.jingleold.packet.JingleContentInfo
mediaInfoElement
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jivesoftware.smackx.jingleold.packet.JingleContentInfo
getElementName, getMediaInfo, setNamespace, toXML
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
NAMESPACE
- See Also:
-
-
Constructor Details
-
Audio
-
-
Method Details
-
getNamespace
Description copied from class:JingleContentInfo
Get the public namespace.- Specified by:
getNamespace
in interfaceXmlElement
- Overrides:
getNamespace
in classJingleContentInfo
- Returns:
- the namespace.
-