[BACK]Return to aproc.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / aucat

Diff for /src/usr.bin/aucat/Attic/aproc.h between version 1.11 and 1.12

version 1.11, 2008/11/04 22:18:12 version 1.12, 2008/11/09 16:26:07
Line 129 
Line 129 
 #define MIX_DROP        1  #define MIX_DROP        1
 #define MIX_AUTOQUIT    2  #define MIX_AUTOQUIT    2
                         unsigned flags;         /* bit mask of above */                          unsigned flags;         /* bit mask of above */
                           unsigned idle;          /* frames since idleing */
                         int lat;                /* current latency */                          int lat;                /* current latency */
                         int maxlat;             /* max latency allowed*/                          int maxlat;             /* max latency allowed*/
                 } mix;                  } mix;
                 struct {                  struct {
 #define SUB_DROP        1  #define SUB_DROP        1
 #define SUB_AUTOQUIT    2  #define SUB_AUTOQUIT    2
                           unsigned idle;          /* frames since idleing */
                         unsigned flags;         /* bit mask of above */                          unsigned flags;         /* bit mask of above */
                         int lat;                /* current latency */                          int lat;                /* current latency */
                         int maxlat;             /* max latency allowed*/                          int maxlat;             /* max latency allowed*/
Line 187 
Line 189 
   
 void mix_pushzero(struct aproc *);  void mix_pushzero(struct aproc *);
 void mix_setmaster(struct aproc *);  void mix_setmaster(struct aproc *);
   void mix_clear(struct aproc *);
   void sub_clear(struct aproc *);
   
 #endif /* !defined(APROC_H) */  #endif /* !defined(APROC_H) */

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12