Class JingleDescription.Audio
- java.lang.Object
-
- org.jivesoftware.smackx.jingleold.packet.JingleDescription
-
- org.jivesoftware.smackx.jingleold.packet.JingleDescription.Audio
-
- All Implemented Interfaces:
Element
,ExtensionElement
,FullyQualifiedElement
,NamedElement
,XmlLangElement
- Enclosing class:
- JingleDescription
public static class JingleDescription.Audio extends JingleDescription
Jingle audio description.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jivesoftware.smackx.jingleold.packet.JingleDescription
JingleDescription.Audio
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAMESPACE
-
Fields inherited from class org.jivesoftware.smackx.jingleold.packet.JingleDescription
NODENAME
-
-
Constructor Summary
Constructors Constructor Description Audio()
Audio(PayloadType pt)
Utility constructor, with a PayloadType.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getNamespace()
Return the namespace.-
Methods inherited from class org.jivesoftware.smackx.jingleold.packet.JingleDescription
addAudioPayloadTypes, addPayloadType, getAudioPayloadTypesList, getElementName, getPayloadTypes, getPayloadTypesCount, getPayloadTypesList, 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.FullyQualifiedElement
getLanguage, getQName
-
-
-
-
Field Detail
-
NAMESPACE
public static final java.lang.String NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Audio
public Audio()
-
Audio
public Audio(PayloadType pt)
Utility constructor, with a PayloadType.- Parameters:
pt
- the payload type.
-
-
Method Detail
-
getNamespace
public java.lang.String getNamespace()
Description copied from class:JingleDescription
Return the namespace.- Specified by:
getNamespace
in interfaceFullyQualifiedElement
- Specified by:
getNamespace
in classJingleDescription
- Returns:
- The namespace
-
-