Uses of Class
org.jouvieje.fmodex.Sound

Packages that use Sound
org.jouvieje.fmoddesigner   
org.jouvieje.fmodex   
org.jouvieje.fmodex.callbacks   
 

Uses of Sound in org.jouvieje.fmoddesigner
 

Methods in org.jouvieje.fmoddesigner with parameters of type Sound
 FMOD_RESULT EventSystem.preloadFSB(java.lang.String filename, int streaminstance, Sound sound)
           
 

Uses of Sound in org.jouvieje.fmodex
 

Methods in org.jouvieje.fmodex that return Sound
static Sound Sound.asSound(Pointer pointer)
          Create a view of the Pointer object as a Sound object.
 

Methods in org.jouvieje.fmodex with parameters of type Sound
 FMOD_RESULT SoundGroup.getSound(int index, Sound sound)
           
 FMOD_RESULT Channel.getCurrentSound(Sound sound)
           
 FMOD_RESULT Sound.setSubSound(int index, Sound subsound)
           
 FMOD_RESULT Sound.getSubSound(int index, Sound subsound)
           
 FMOD_RESULT System.createSound(java.lang.String name_or_data, int mode, FMOD_CREATESOUNDEXINFO exinfo, Sound sound)
           
 FMOD_RESULT System.createSound(java.nio.ByteBuffer name_or_data, int mode, FMOD_CREATESOUNDEXINFO exinfo, Sound sound)
           
 FMOD_RESULT System.createStream(java.lang.String name_or_data, int mode, FMOD_CREATESOUNDEXINFO exinfo, Sound sound)
           
 FMOD_RESULT System.createStream(java.nio.ByteBuffer name_or_data, int mode, FMOD_CREATESOUNDEXINFO exinfo, Sound sound)
           
 FMOD_RESULT System.playSound(FMOD_CHANNELINDEX channelid, Sound sound, boolean paused, Channel channel)
           
 FMOD_RESULT System.recordStart(int id, Sound sound, boolean loop)
           
 

Uses of Sound in org.jouvieje.fmodex.callbacks
 

Methods in org.jouvieje.fmodex.callbacks with parameters of type Sound
 FMOD_RESULT FMOD_CODEC_SOUNDCREATECALLBACK.FMOD_CODEC_SOUNDCREATECALLBACK(FMOD_CODEC_STATE codec_state, int subsound, Sound sound)
           
 FMOD_RESULT FMOD_SOUND_PCMSETPOSCALLBACK.FMOD_SOUND_PCMSETPOSCALLBACK(Sound sound, int subsound, int position, int postype)
           
 FMOD_RESULT FMOD_SOUND_PCMREADCALLBACK.FMOD_SOUND_PCMREADCALLBACK(Sound sound, java.nio.ByteBuffer data, int datalen)
           
 FMOD_RESULT FMOD_SOUND_NONBLOCKCALLBACK.FMOD_SOUND_NONBLOCKCALLBACK(Sound sound, FMOD_RESULT result)
           
 



NativeFmodEx Project - © Copyright 2005-2010 - Jérôme Jouvie (Jouvieje)
NativeFmodEx is an Open Source Project under GNU LGPL License
My sites : http://jerome.jouvie.free.fr/

(Documentation Copyright © Firelight Technologies - FMOD Ex - http://www.fmod.org)