Uses of Class
rocks.xmpp.extensions.data.mediaelement.model.Media.Location
-
Packages that use Media.Location Package Description rocks.xmpp.extensions.data.mediaelement.model Provides XML schema implementations of XEP-0221: Data Forms Media Element. -
-
Uses of Media.Location in rocks.xmpp.extensions.data.mediaelement.model
Methods in rocks.xmpp.extensions.data.mediaelement.model that return types with arguments of type Media.Location Modifier and Type Method Description List<Media.Location>
Media. getLocations()
Gets the locations to the media.Constructors in rocks.xmpp.extensions.data.mediaelement.model with parameters of type Media.Location Constructor Description Media(int width, int height, Media.Location... locations)
Creates a media object with a location.Media(Media.Location... locations)
Creates a media object with a location.
-