Changeset 5183:41993c72f4d3 in roaraudio for include/libroar/config.h


Ignore:
Timestamp:
10/22/11 17:16:12 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added opmode option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/config.h

    r5109 r5183  
    5959#define ROAR_LIBROAR_CONFIG_MODE_UWB        ROAR_SPEEX_MODE_UWB 
    6060 
     61// mode of operation: 
     62enum roar_libroar_config_opmode { 
     63 ROAR_LIBROAR_CONFIG_OPMODE_NORMAL = 0, 
     64#define ROAR_LIBROAR_CONFIG_OPMODE_NORMAL   ROAR_LIBROAR_CONFIG_OPMODE_NORMAL 
     65 ROAR_LIBROAR_CONFIG_OPMODE_FUNNY  = 1 
     66#define ROAR_LIBROAR_CONFIG_OPMODE_FUNNY    ROAR_LIBROAR_CONFIG_OPMODE_FUNNY 
     67}; 
     68 
    6169struct roar_libroar_config_codec { 
    6270 unsigned int codec; // Codec ID 
     
    104112 enum roar_trap_policy trap_policy; 
    105113#endif 
     114 enum roar_libroar_config_opmode opmode; 
    106115}; 
    107116 
Note: See TracChangeset for help on using the changeset viewer.