Class JingleContentInfo.Audio
- java.lang.Object
-
- org.jivesoftware.smackx.jingleold.packet.JingleContentInfo
-
- org.jivesoftware.smackx.jingleold.packet.JingleContentInfo.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
- Direct Known Subclasses:
JingleContentInfo.Audio.Busy
,JingleContentInfo.Audio.Hold
,JingleContentInfo.Audio.Mute
,JingleContentInfo.Audio.Queued
,JingleContentInfo.Audio.Ringing
- Enclosing class:
- JingleContentInfo
public static class JingleContentInfo.Audio extends JingleContentInfo
Transport part of a Jingle packet.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JingleContentInfo.Audio.Busy
Busy jmf info.static class
JingleContentInfo.Audio.Hold
Hold jmf info.static class
JingleContentInfo.Audio.Mute
Mute jmf info.static class
JingleContentInfo.Audio.Queued
Queued jmf info.static class
JingleContentInfo.Audio.Ringing
Ringing jmf info.-
Nested classes/interfaces inherited from class org.jivesoftware.smackx.jingleold.packet.JingleContentInfo
JingleContentInfo.Audio
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAMESPACE
-
Fields inherited from class org.jivesoftware.smackx.jingleold.packet.JingleContentInfo
mediaInfoElement
-
-
Constructor Summary
Constructors Constructor Description Audio(ContentInfo mi)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getNamespace()
Get the public namespace.-
Methods inherited from class org.jivesoftware.smackx.jingleold.packet.JingleContentInfo
getElementName, getMediaInfo, setNamespace, toXML
-
-
-
-
Field Detail
-
NAMESPACE
public static final java.lang.String NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Audio
public Audio(ContentInfo mi)
-
-
Method Detail
-
getNamespace
public java.lang.String getNamespace()
Description copied from class:JingleContentInfo
Get the public namespace.- Specified by:
getNamespace
in interfaceorg.jivesoftware.smack.packet.FullyQualifiedElement
- Overrides:
getNamespace
in classJingleContentInfo
-
-