Uses of Class
com.silverpeas.gallery.model.Sound

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.
 



Copyright © 2016 Silverpeas. All Rights Reserved.