Changeset 826:bab1cca7d75f in roaraudio for include/libroar/stream.h


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

added experimental support for bidirectional streams

File:
1 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"  : \ 
Note: See TracChangeset for help on using the changeset viewer.