Class ContentInfo.Audio
java.lang.Object
org.jivesoftware.smackx.jingleold.media.ContentInfo
org.jivesoftware.smackx.jingleold.media.ContentInfo.Audio
- Enclosing class:
ContentInfo
Audio content info messages.
-
Nested Class Summary
Nested classes/interfaces inherited from class ContentInfo
ContentInfo.Audio -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContentInfo.Audiostatic final ContentInfo.Audiostatic final ContentInfo.Audiostatic final ContentInfo.Audiostatic final ContentInfo.Audio -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ContentInfofromString(String value) Returns the MediaInfo constant associated with the String value.toString()
-
Field Details
-
BUSY
-
HOLD
-
MUTE
-
QUEUED
-
RINGING
-
-
Constructor Details
-
Audio
-
-
Method Details
-
toString
-
fromString
Returns the MediaInfo constant associated with the String value.- Parameters:
value- the input string.- Returns:
- the content info.
-