Uses of Class
games.stendhal.client.sound.manager.AudioResource
Packages that use AudioResource
-
Uses of AudioResource in games.stendhal.client.sound.manager
Methods in games.stendhal.client.sound.manager with parameters of type AudioResourceModifier 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) Constructors in games.stendhal.client.sound.manager with parameters of type AudioResourceModifierConstructorDescriptionSoundFile(AudioResource audioResource, SoundFileType fileType, int outputNumSamplesPerChannel, boolean enableStreaming)