Package zombie
Interface ISoundSystem.ISoundInstance
- Enclosing interface:
- ISoundSystem
public static interface ISoundSystem.ISoundInstance
-
Method Summary
Modifier and Type Method Description void
blendVolume(float float1, float float2, boolean boolean1)
int
countInstances()
boolean
disposed()
float
getPanning()
float
getPitch()
float
getVolume()
boolean
isLooped()
boolean
isPlaying()
boolean
isStreamed()
void
pause()
void
play()
void
setLooped(boolean boolean1)
void
setPanning(float float1)
void
setPitch(float float1)
void
setVolume(float float1)
void
stop()
-
Method Details
-
isStreamed
boolean isStreamed() -
isLooped
boolean isLooped() -
isPlaying
boolean isPlaying() -
countInstances
int countInstances() -
setLooped
void setLooped(boolean boolean1) -
pause
void pause() -
stop
void stop() -
play
void play() -
blendVolume
void blendVolume(float float1, float float2, boolean boolean1) -
setVolume
void setVolume(float float1) -
getVolume
float getVolume() -
setPanning
void setPanning(float float1) -
getPanning
float getPanning() -
setPitch
void setPitch(float float1) -
getPitch
float getPitch() -
disposed
boolean disposed()
-