Uses of Class
games.stendhal.client.sound.manager.AudioResource
-
Uses of AudioResource in games.stendhal.client.sound.manager
Modifier and TypeMethodDescriptionSoundManager.openSound(AudioResource AudioResource, SoundFileType fileType)
SoundManager.openSound(AudioResource AudioResource, SoundFileType fileType, int numSamplesPerChunk, boolean enableStreaming)
SoundManagerNG.openSound(AudioResource AudioResource, SoundFileType fileType, int numSamplesPerChunk, boolean enableStreaming)
ModifierConstructorDescriptionSoundFile(AudioResource audioResource, SoundFileType fileType, int outputNumSamplesPerChannel, boolean enableStreaming)