Class JingleContentDescription.Audio
java.lang.Object
org.jivesoftware.smackx.jingleold.packet.JingleContentDescription
org.jivesoftware.smackx.jingleold.packet.JingleContentDescription.Audio
- All Implemented Interfaces:
Element
,ExtensionElement
,NamedElement
,XmlElement
,XmlLangElement
- Enclosing class:
- JingleContentDescription
Jingle audio description.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smackx.jingleold.packet.JingleContentDescription
JingleContentDescription.Audio, JingleContentDescription.JinglePayloadType
-
Field Summary
Fields inherited from class org.jivesoftware.smackx.jingleold.packet.JingleContentDescription
NODENAME
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jivesoftware.smackx.jingleold.packet.JingleContentDescription
addAudioPayloadTypes, addJinglePayloadType, getAudioPayloadTypesList, getElementName, getJinglePayloadTypes, getJinglePayloadTypesCount, getJinglePayloadTypesList, 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
public Audio() -
Audio
Utility constructor, with a JinglePayloadType.- Parameters:
pt
- the payload type.
-
-
Method Details
-
getNamespace
Description copied from class:JingleContentDescription
Return the namespace.- Specified by:
getNamespace
in interfaceXmlElement
- Specified by:
getNamespace
in classJingleContentDescription
- Returns:
- The namespace
-