Changeset 826:bab1cca7d75f in roaraudio for include


Ignore:
Timestamp:
09/22/08 21:01:59 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added experimental support for bidirectional streams

Location:
include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/stream.h

    r773 r826  
    4040#define roar_dir2str(x)   ((x) == ROAR_DIR_PLAY   ? "play"   : (x) == ROAR_DIR_MONITOR ? "monitor" : \ 
    4141                           (x) == ROAR_DIR_FILTER ? "filter" : (x) == ROAR_DIR_RECORD  ? "record"  : \ 
    42                            (x) == ROAR_DIR_OUTPUT ? "output" : "unknown") 
     42                           (x) == ROAR_DIR_OUTPUT ? "output" : (x) == ROAR_DIR_BIDIR   ? "bidir"   : \ 
     43                           "unknown") 
    4344/* 
    4445#define roar_codec2str(x) ((x) == ROAR_CODEC_PCM_S_LE  ? "pcm_s_le"  : (x) == ROAR_CODEC_PCM_S_BE  ? "pcm_s_be"  : \ 
  • include/roaraudio/stream.h

    r704 r826  
    4242 
    4343#define ROAR_DIR_META     8 
     44#define ROAR_DIR_BIDIR    9 
    4445 
    4546 
Note: See TracChangeset for help on using the changeset viewer.