Uses of Interface
org.jouvieje.fmodex.callbacks.FMOD_CODEC_GETLENGTHCALLBACK

Packages that use FMOD_CODEC_GETLENGTHCALLBACK
org.jouvieje.fmodex.structures   
 

Uses of FMOD_CODEC_GETLENGTHCALLBACK in org.jouvieje.fmodex.structures
 

Methods in org.jouvieje.fmodex.structures that return FMOD_CODEC_GETLENGTHCALLBACK
 FMOD_CODEC_GETLENGTHCALLBACK FMOD_CODEC_DESCRIPTION.getGetLength()
          [in] Callback to return the length of the song in whatever format required when Sound::getLength is called.
 

Methods in org.jouvieje.fmodex.structures with parameters of type FMOD_CODEC_GETLENGTHCALLBACK
 void FMOD_CODEC_DESCRIPTION.setGetLength(FMOD_CODEC_GETLENGTHCALLBACK getLength)
          [in] Callback to return the length of the song in whatever format required when Sound::getLength is called.
 



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)