org.jivesoftware.smackx.jingle.media
Class ContentInfo.Audio
java.lang.Object
org.jivesoftware.smackx.jingle.media.ContentInfo
org.jivesoftware.smackx.jingle.media.ContentInfo.Audio
- Enclosing class:
- ContentInfo
public static class ContentInfo.Audio
- extends ContentInfo
Audio content info messages.
- Author:
- Alvaro Saurin
|
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 |
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
ContentInfo.Audio
public ContentInfo.Audio(java.lang.String value)
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.