Ignore:
Timestamp:
Jan 11, 2008 8:22:57 AM (16 years ago)
Author:
bennylp
Message:

Ticket #444: Bug in tone generator: can't play more digits (thanks Marian Dragomir)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/tonegen.h

    r974 r1676  
    108108     * the last tone has been played. 
    109109     */ 
    110     PJMEDIA_TONEGEN_LOOP    = 1 
     110    PJMEDIA_TONEGEN_LOOP    = 1, 
     111 
     112    /** 
     113     * Disable mutex protection to the tone generator. 
     114     */ 
     115    PJMEDIA_TONEGEN_NO_LOCK = 2 
    111116}; 
    112117 
Note: See TracChangeset for help on using the changeset viewer.