Uses of Class
com.vwp.vuapi.sound.NonSpatialSound

Packages that use NonSpatialSound
com.vwp.vuapi   
 

Uses of NonSpatialSound in com.vwp.vuapi
 

Methods in com.vwp.vuapi that return NonSpatialSound
abstract  NonSpatialSound VUInterface.startAudiotrack(String FileURL, double x, double y, double z, double radius, int volume)
          The replaying of a non-spatial sound is started when the application has build-privileges.
 

Methods in com.vwp.vuapi with parameters of type NonSpatialSound
abstract  void VUInterface.modifyAudiotrack(NonSpatialSound audiotrack)
          This method modifies an existing and already replaying non-spatial sound conform to the values that are handed over with the parameter.
abstract  void VUInterface.stopAudiotrack(NonSpatialSound audiotrack)
          This method stops an existing and possibly replaying non-spatial sound.