Changeset 2082:94bd96f9cca8 in roaraudio


Ignore:
Timestamp:
07/20/09 15:08:12 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

some types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/streams.h

    r2061 r2082  
    4747#define ROAR_STREAM_CTL_COMP_DRV  0x02000000 
    4848 
     49#define ROAR_STREAM_CTL_TYPE_VOID   0x00010000 
     50#define ROAR_STREAM_CTL_TYPE_INT    0x00010000 
     51#define ROAR_STREAM_CTL_TYPE_FLOAT  0x00020000 
     52#define ROAR_STREAM_CTL_TYPE_FPI100 0x00030000 /* fix point integter int/100 */ 
    4953 
    5054struct roar_stream_server { 
Note: See TracChangeset for help on using the changeset viewer.