Uses of Class
org.jouvieje.fmodex.Channel

Packages that use Channel
org.jouvieje.fmodex   
org.jouvieje.fmodex.callbacks   
 

Uses of Channel in org.jouvieje.fmodex
 

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

Methods in org.jouvieje.fmodex with parameters of type Channel
 FMOD_RESULT ChannelGroup.getChannel(int index, Channel channel)
           
 FMOD_RESULT System.playSound(FMOD_CHANNELINDEX channelid, Sound sound, boolean paused, Channel channel)
           
 FMOD_RESULT System.playDSP(FMOD_CHANNELINDEX channelid, DSP dsp, boolean paused, Channel channel)
           
 FMOD_RESULT System.getChannel(int channelid, Channel channel)
           
 

Uses of Channel in org.jouvieje.fmodex.callbacks
 

Methods in org.jouvieje.fmodex.callbacks with parameters of type Channel
 float FMOD_3D_ROLLOFFCALLBACK.FMOD_3D_ROLLOFFCALLBACK(Channel channel, float distance)
           
 FMOD_RESULT FMOD_CHANNEL_CALLBACK.FMOD_CHANNEL_CALLBACK(Channel channel, FMOD_CHANNEL_CALLBACKTYPE type, Pointer commanddata1, Pointer commanddata2)
           
 



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)