Changeset 2889:ab58055d2683 in roaraudio for include/libroar/config.h


Ignore:
Timestamp:
10/10/09 02:28:43 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

info which parameters have a meaningful value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/config.h

    r2885 r2889  
    4242#define ROAR_LIBROAR_CONFIG_WAS_USE_EXECED  0x01 
    4343 
     44#define ROAR_LIBROAR_CONFIG_PSET_Q          0x0001 
     45#define ROAR_LIBROAR_CONFIG_PSET_COMPLEXITY 0x0002 
     46#define ROAR_LIBROAR_CONFIG_PSET_DTX        0x0004 
     47#define ROAR_LIBROAR_CONFIG_PSET_MAX_CC     0x0008 
     48 
    4449struct roar_libroar_config_codec { 
    4550 unsigned int codec; // Codec ID 
     51 
     52 // parameters which are set: 
     53 unsigned int para_set; 
     54 
    4655 // the folloing ints are 256 times there correct value 
    4756 // to emulate a .8 bit fixed point float. 
Note: See TracChangeset for help on using the changeset viewer.