Class ClientAudioOptions
- java.lang.Object
-
- de.extio.spacecraft.shared.model.client.options.ClientAudioOptions
-
public final class ClientAudioOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description ClientAudioOptions()
ClientAudioOptions(boolean enable, double volume, boolean softwareMixing)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getVolume()
boolean
isEnable()
boolean
isSoftwareMixing()
void
setEnable(boolean enable)
void
setSoftwareMixing(boolean softwareMixing)
void
setVolume(double volume)
-
-
-
Method Detail
-
isEnable
public boolean isEnable()
-
setEnable
public void setEnable(boolean enable)
-
getVolume
public double getVolume()
-
setVolume
public void setVolume(double volume)
-
isSoftwareMixing
public boolean isSoftwareMixing()
-
setSoftwareMixing
public void setSoftwareMixing(boolean softwareMixing)
-
-