Uses of Class
org.lwjgl.fmod3.FSoundTagField

Packages that use FSoundTagField
org.lwjgl.fmod3   
 

Uses of FSoundTagField in org.lwjgl.fmod3
 

Methods in org.lwjgl.fmod3 with parameters of type FSoundTagField
static boolean FSound.FSOUND_Stream_FindTagField(FSoundStream stream, FSoundTagField field)
          Find a tag field associated with an open stream by name and type
static boolean FSound.FSOUND_Stream_GetTagField(FSoundStream stream, int num, FSoundTagField field)
          Get a tag field associated with an open stream Remarks If this function returns successfully, "value" will contain a pointer to a piece of tag-field-specific data - do not assume it will always point to a null-terminated ASCII string.
 



Copyright © 2002-2006 lwjgl.org. All Rights Reserved.