Class JingleContentDescription.Audio
- java.lang.Object
-
- org.jivesoftware.smackx.jingleold.packet.JingleContentDescription
-
- org.jivesoftware.smackx.jingleold.packet.JingleContentDescription.Audio
-
- All Implemented Interfaces:
Element
,ExtensionElement
,FullyQualifiedElement
,NamedElement
,XmlLangElement
- Enclosing class:
- JingleContentDescription
public static class JingleContentDescription.Audio extends 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 Modifier and Type Field Description static java.lang.String
NAMESPACE
-
Fields inherited from class org.jivesoftware.smackx.jingleold.packet.JingleContentDescription
NODENAME
-
-
Constructor Summary
Constructors Constructor Description Audio()
Audio(JingleContentDescription.JinglePayloadType pt)
Utility constructor, with a JinglePayloadType.
-
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.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.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(JingleContentDescription.JinglePayloadType pt)
Utility constructor, with a JinglePayloadType.- Parameters:
pt
- the payload type.
-
-
Method Detail
-
getNamespace
public java.lang.String getNamespace()
Description copied from class:JingleContentDescription
Return the namespace.- Specified by:
getNamespace
in interfaceFullyQualifiedElement
- Specified by:
getNamespace
in classJingleContentDescription
- Returns:
- The namespace
-
-