Uses of Class
org.jivesoftware.smackx.mediaelement.element.MediaElement
-
Packages that use MediaElement Package Description org.jivesoftware.smackx.mediaelement.element Element classes for XEP-0221: Data Forms Media Element.org.jivesoftware.smackx.mediaelement.provider Provider classes for XEP-0221: Data Forms Media Element.org.jivesoftware.smackx.softwareinfo.form Form class needed for XEP-0232: Software Information. -
-
Uses of MediaElement in org.jivesoftware.smackx.mediaelement.element
Methods in org.jivesoftware.smackx.mediaelement.element that return MediaElement Modifier and Type Method Description MediaElementMediaElement.Builder. build()MediaElementMediaElement. from(FormField formField) -
Uses of MediaElement in org.jivesoftware.smackx.mediaelement.provider
Methods in org.jivesoftware.smackx.mediaelement.provider that return MediaElement Modifier and Type Method Description MediaElementMediaElementProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) -
Uses of MediaElement in org.jivesoftware.smackx.softwareinfo.form
Methods in org.jivesoftware.smackx.softwareinfo.form that return MediaElement Modifier and Type Method Description MediaElementSoftwareInfoForm. getIcon()Returns the software icon if used by client.Methods in org.jivesoftware.smackx.softwareinfo.form with parameters of type MediaElement Modifier and Type Method Description SoftwareInfoForm.BuilderSoftwareInfoForm.Builder. setIcon(MediaElement mediaElement)This will allow to includeMediaElementdirectly as aFormField.
-