Uses of Class
org.jouvieje.fmoddesigner.EventCategory

Packages that use EventCategory
org.jouvieje.fmoddesigner   
 

Uses of EventCategory in org.jouvieje.fmoddesigner
 

Methods in org.jouvieje.fmoddesigner that return EventCategory
static EventCategory EventCategory.asEventCategory(Pointer pointer)
          Create a view of the Pointer object as a EventCategory object.
 

Methods in org.jouvieje.fmoddesigner with parameters of type EventCategory
 FMOD_RESULT EventQueue.includeDuckingCategory(EventCategory category, float ducked_volume, float unducked_volume, int duck_time, int unduck_time)
           
 FMOD_RESULT EventQueue.excludeDuckingCategory(EventCategory category)
           
 FMOD_RESULT Event.getCategory(EventCategory category)
           
 FMOD_RESULT EventCategory.getCategory(java.lang.String name, EventCategory category)
           
 FMOD_RESULT EventCategory.getCategoryByIndex(int index, EventCategory category)
           
 FMOD_RESULT EventCategory.getParentCategory(EventCategory category)
           
 FMOD_RESULT EventSystem.getCategory(java.lang.String name, EventCategory category)
           
 FMOD_RESULT EventSystem.getCategoryByIndex(int index, EventCategory category)
           
 FMOD_RESULT EventSystem.getMusicCategory(EventCategory category)
           
 



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)