Changeset 4638:2516f31ee04a in roaraudio for include


Ignore:
Timestamp:
12/01/10 17:15:15 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

ROAR_VS_BACKEND_DEFAULT is now handled at runtime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vs.h

    r4635 r4638  
    146146int     roar_vs_blocking (roar_vs_t * vss, int val, int * error); 
    147147 
    148 /* default backend */ 
    149 #define ROAR_VS_BACKEND_DEFAULT ROAR_VS_BACKEND_FIRST 
    150148/* do not supply backend offset */ 
    151149#define ROAR_VS_BACKEND_NONE    -1 
     
    154152/* use mean of primary streams of same mixer as offset source */ 
    155153#define ROAR_VS_BACKEND_MEAN    -3 
     154/* default backend, now handled at runtime, old value was hard coded to _FIRST */ 
     155#define ROAR_VS_BACKEND_DEFAULT -4 
    156156 
    157157/* get server's position of stream 
Note: See TracChangeset for help on using the changeset viewer.