Uses of Class
org.jivesoftware.smackx.jingleold.media.ContentInfo
-
Packages that use ContentInfo Package Description org.jivesoftware.smackx.jingleold.media TODO describe me.org.jivesoftware.smackx.jingleold.packet TODO describe me. -
-
Uses of ContentInfo in org.jivesoftware.smackx.jingleold.media
Subclasses of ContentInfo in org.jivesoftware.smackx.jingleold.media Modifier and Type Class Description static class
ContentInfo.Audio
Audio content info messages.Methods in org.jivesoftware.smackx.jingleold.media that return ContentInfo Modifier and Type Method Description static ContentInfo
ContentInfo.Audio. fromString(java.lang.String value)
Returns the MediaInfo constant associated with the String value. -
Uses of ContentInfo in org.jivesoftware.smackx.jingleold.packet
Fields in org.jivesoftware.smackx.jingleold.packet declared as ContentInfo Modifier and Type Field Description protected ContentInfo
JingleContentInfo. mediaInfoElement
Methods in org.jivesoftware.smackx.jingleold.packet that return ContentInfo Modifier and Type Method Description ContentInfo
JingleContentInfo. getMediaInfo()
Get the jmf info element.Constructors in org.jivesoftware.smackx.jingleold.packet with parameters of type ContentInfo Constructor Description Audio(ContentInfo mi)
JingleContentInfo(ContentInfo mediaInfoElement)
Constructor with a jmf info.
-