Changes between Version 8 and Version 9 of Ticket #950


Ignore:
Timestamp:
Aug 19, 2009 9:13:22 AM (15 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #950 – Description

    v8 v9  
    7575 || CONTROL     || 0x38    || VO (Voice)   ||   7    || 
    7676 
    77  There are two sets of API provided to manipulate the QoS parameters. The first set is: 
     77 There are two sets of API provided to manipulate the QoS parameters.  
     78 
     79 '''Portable API''' 
     80 
     81 The first set of API is: 
    7882 
    7983 {{{ 
     
    9094 
    9195 The API above is the recommended use of QoS, since it is the most portable across all platforms. 
     96 
     97 '''Fine Grained Control API''' 
    9298 
    9399 The second set of API is intended for application that wants to fine tune the QoS parameters. 
     
    140146 '''Important:''' 
    141147  
    142  The {{{pj_sock_set_qos_params()}}} API is not portable, and it's probably only going to be implemented on Linux. Application should always try to use {{{pj_sock_set_qos_type()}}} instead. 
     148 The {{{pj_sock_set/get_qos_params()}}} APIs are not portable, and it's probably only going to be implemented on Linux. Application should always try to use {{{pj_sock_set_qos_type()}}} instead. 
    143149 
    144150