|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sound | |
---|---|
com.silverpeas.gallery | |
com.silverpeas.gallery.model | |
com.silverpeas.gallery.web |
Uses of Sound in com.silverpeas.gallery |
---|
Methods in com.silverpeas.gallery with parameters of type Sound | |
---|---|
static void |
MediaHelper.processSound(org.silverpeas.process.io.file.FileHandler fileHandler,
Sound sound,
File uploadedFile)
Saves uploaded sound file on file system (In case of drag And Drop upload) |
static void |
MediaHelper.processSound(org.silverpeas.process.io.file.FileHandler fileHandler,
Sound sound,
org.apache.commons.fileupload.FileItem fileItem)
Saves uploaded sound file on file system |
Uses of Sound in com.silverpeas.gallery.model |
---|
Methods in com.silverpeas.gallery.model that return Sound | |
---|---|
Sound |
Media.getSound()
Gets the sound instance if type of the current media is MediaType.Sound . |
Uses of Sound in com.silverpeas.gallery.web |
---|
Methods in com.silverpeas.gallery.web with parameters of type Sound | |
---|---|
static SoundEntity |
SoundEntity.createFrom(Sound sound)
Creates a new sound entity from the specified sound. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |