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
Nested ClassesModifier and TypeClassDescriptionstatic classBusy jmf info.static classHold jmf info.static classMute jmf info.static classQueued jmf info.static classRinging jmf info.Nested classes/interfaces inherited from class org.jivesoftware.smackx.jingleold.packet.JingleContentInfo
JingleContentInfo.Audio -
Field Summary
FieldsFields inherited from class org.jivesoftware.smackx.jingleold.packet.JingleContentInfo
mediaInfoElement -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jivesoftware.smackx.jingleold.packet.JingleContentInfo
getElementName, getMediaInfo, setNamespace, toXMLMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:JingleContentInfoGet the public namespace.- Specified by:
getNamespacein interfaceXmlElement- Overrides:
getNamespacein classJingleContentInfo- Returns:
- the namespace.
-