Ignore:
Timestamp:
Oct 6, 2007 5:31:09 PM (17 years ago)
Author:
bennylp
Message:

Ticket #393: Added configuration to set basic audio frame length to minimize audio latency in pjsua-lib

File:
1 edited

Legend:

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

    r1477 r1482  
    17451745 */ 
    17461746#ifndef PJSUA_SECURE_SCHEME 
    1747 #   define PJSUA_SECURE_SCHEME          "sip" 
     1747#   define PJSUA_SECURE_SCHEME          "sips" 
    17481748#endif 
    17491749 
     
    34673467 
    34683468    /** 
     3469     * Specify audio frame ptime. The value here will affect the  
     3470     * samples per frame of both the sound device and the conference 
     3471     * bridge. Specifying lower ptime will normally reduce the 
     3472     * latency. 
     3473     * 
     3474     * Default: 20 (miliseconds) 
     3475     */ 
     3476    unsigned            audio_frame_ptime; 
     3477 
     3478    /** 
    34693479     * Specify maximum number of media ports to be created in the 
    34703480     * conference bridge. Since all media terminate in the bridge 
     
    35063516 
    35073517    /** 
    3508      * Specify default ptime. 
     3518     * Specify default codec ptime. 
    35093519     * 
    35103520     * Default: 0 (codec specific) 
Note: See TracChangeset for help on using the changeset viewer.