Changeset 5380:0504bc7766aa in roaraudio for roard/meta.c


Ignore:
Timestamp:
01/04/12 21:36:22 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Added support for stream direction RECPLAY.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/meta.c

    r5295 r5380  
    184184 dir = ROAR_STREAM(g_streams[id])->dir; 
    185185 
    186  if ( dir != ROAR_DIR_PLAY   && dir != ROAR_DIR_META &&  // ignore on non input streams 
    187       dir != ROAR_DIR_FILTER && dir != ROAR_DIR_BIDIR ) 
     186 if ( dir != ROAR_DIR_PLAY   && dir != ROAR_DIR_META  &&  // ignore on non input streams 
     187      dir != ROAR_DIR_FILTER && dir != ROAR_DIR_BIDIR && 
     188      dir != ROAR_DIR_RECPLAY ) 
    188189  return 0; 
    189190 
Note: See TracChangeset for help on using the changeset viewer.