Ignore:
Timestamp:
Feb 26, 2008 3:32:16 PM (16 years ago)
Author:
bennylp
Message:

Ticket #495: ability to specify different clock rate when opening sound device

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r1806 r1823  
    37433743 
    37443744    /** 
     3745     * Clock rate to be applied when opening the sound device. 
     3746     * If value is zero, conference bridge clock rate will be used. 
     3747     */ 
     3748    unsigned            snd_clock_rate; 
     3749 
     3750    /** 
    37453751     * Specify audio frame ptime. The value here will affect the  
    37463752     * samples per frame of both the sound device and the conference 
Note: See TracChangeset for help on using the changeset viewer.