Class JingleContentDescription.Audio
- java.lang.Object
-
- org.jivesoftware.smackx.jingleold.packet.JingleContentDescription
-
- org.jivesoftware.smackx.jingleold.packet.JingleContentDescription.Audio
-
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element
,org.jivesoftware.smack.packet.ExtensionElement
,org.jivesoftware.smack.packet.FullyQualifiedElement
,org.jivesoftware.smack.packet.NamedElement
,org.jivesoftware.smack.packet.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
-
-
-
-
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 interfaceorg.jivesoftware.smack.packet.FullyQualifiedElement
- Specified by:
getNamespace
in classJingleContentDescription
- Returns:
- The namespace
-
-