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 classContentInfo.AudioAudio content info messages.Methods in org.jivesoftware.smackx.jingleold.media that return ContentInfo Modifier and Type Method Description static ContentInfoContentInfo.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 ContentInfoJingleContentInfo. mediaInfoElementMethods in org.jivesoftware.smackx.jingleold.packet that return ContentInfo Modifier and Type Method Description ContentInfoJingleContentInfo. 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.
-