Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

XFuConfigurationData.h File Reference

#include <xfutil/XFuConfiguration.h>

Include dependency graph for XFuConfigurationData.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

class  XFuConfigurationData
 Configured data container. More...

class  XFuConfigurationDataMusicInfo
 Music configuration data type. More...

class  XFuConfigurationDataSoundInfo
 Sound sample configuration data type. More...


Enumerations

enum  XFUCONFIGURATIONDATA_AUDIO_INFO_FLAGS {
  XFUCDAIF_NONE = 0x00,
  XFUCDAIF_SAMPLING_RATE = 0x01,
  XFUCDAIF_VOLUME = 0x02,
  XFUCDAIF_PANNING = 0x04,
  XFUCDAIF_PRIORITY = 0x08,
  XFUCDAIF_LOOPING = 0x10,
  XFUCDAIF_LOOPSTART = 0x20,
  XFUCDAIF_LOOPEND = 0x40
}
 Defines audio info flags for configuration data audio properties. More...


Detailed Description

X-Forge Util
Copyright 2000-2003 Fathammer Ltd

Id
XFuConfigurationData.h,v 1.16 2003/06/06 07:38:51 jetro Exp
Date
2003/06/06 07:38:51
Revision
1.16

Definition in file XFuConfigurationData.h.


Enumeration Type Documentation

enum XFUCONFIGURATIONDATA_AUDIO_INFO_FLAGS
 

Defines audio info flags for configuration data audio properties.

Audio properties' audio info flags determine which optional fields have been filled with data read from the configuration data file.

Enumeration values:
XFUCDAIF_NONE  No optional fields present.
XFUCDAIF_SAMPLING_RATE  Sampling rate field.
XFUCDAIF_VOLUME  Volume field.
XFUCDAIF_PANNING  Panning field.
XFUCDAIF_PRIORITY  Priority field.
XFUCDAIF_LOOPING  Looping field.
XFUCDAIF_LOOPSTART  Loop start field.
XFUCDAIF_LOOPEND  Loop end field.

Definition at line 24 of file XFuConfigurationData.h.


   
X-Forge Documentation
Confidential
Copyright © 2002-2003 Fathammer
   
Documentation generated
with doxygen
by Dimitri van Heesch