org.jivesoftware.smackx.jingle.media
Class ContentInfo.Audio

java.lang.Object
  extended by org.jivesoftware.smackx.jingle.media.ContentInfo
      extended by org.jivesoftware.smackx.jingle.media.ContentInfo.Audio
Enclosing class:
ContentInfo

public static class ContentInfo.Audio
extends ContentInfo

Audio content info messages.

Author:
Alvaro Saurin

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jivesoftware.smackx.jingle.media.ContentInfo
ContentInfo.Audio
 
Field Summary
static ContentInfo.Audio BUSY
           
static ContentInfo.Audio HOLD
           
static ContentInfo.Audio MUTE
           
static ContentInfo.Audio QUEUED
           
static ContentInfo.Audio RINGING
           
 
Constructor Summary
ContentInfo.Audio(java.lang.String value)
           
 
Method Summary
static ContentInfo fromString(java.lang.String value)
          Returns the MediaInfo constant associated with the String value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BUSY

public static final ContentInfo.Audio BUSY

HOLD

public static final ContentInfo.Audio HOLD

MUTE

public static final ContentInfo.Audio MUTE

QUEUED

public static final ContentInfo.Audio QUEUED

RINGING

public static final ContentInfo.Audio RINGING
Constructor Detail

ContentInfo.Audio

public ContentInfo.Audio(java.lang.String value)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

fromString

public static ContentInfo fromString(java.lang.String value)
Returns the MediaInfo constant associated with the String value.