org.jivesoftware.smackx.packet
Class JingleContentInfo.Audio

java.lang.Object
  extended by org.jivesoftware.smackx.packet.JingleContentInfo
      extended by org.jivesoftware.smackx.packet.JingleContentInfo.Audio
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
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.packet.JingleContentInfo
JingleContentInfo.Audio
 
Field Summary
static java.lang.String NAMESPACE
           
 
Constructor Summary
JingleContentInfo.Audio(ContentInfo mi)
           
 
Method Summary
 java.lang.String getNamespace()
          Get the publilc namespace
 
Methods inherited from class org.jivesoftware.smackx.packet.JingleContentInfo
getElementName, getMediaInfo, toXML
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final java.lang.String NAMESPACE
See Also:
Constant Field Values
Constructor Detail

JingleContentInfo.Audio

public JingleContentInfo.Audio(ContentInfo mi)
Method Detail

getNamespace

public java.lang.String getNamespace()
Description copied from class: JingleContentInfo
Get the publilc namespace

Overrides:
getNamespace in class JingleContentInfo