Changeset 2610:4e1f1619f401 in roaraudio


Ignore:
Timestamp:
09/11/09 15:35:01 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added some stream state consts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/stream.h

    r2588 r2610  
    7777#define ROAR_RESET_FLAG          1 
    7878 
     79#define ROAR_STREAMSTATE_NULL       0 
     80#define ROAR_STREAMSTATE_UNUSED     ROAR_STREAMSTATE_NULL 
     81#define ROAR_STREAMSTATE_INITING    1 
     82#define ROAR_STREAMSTATE_NEW        2 
     83#define ROAR_STREAMSTATE_OLD        3 
     84#define ROAR_STREAMSTATE_CLOSING    4 
     85 
    7986struct roar_stream_info { 
    8087 int block_size; 
Note: See TracChangeset for help on using the changeset viewer.