Ignore:
Timestamp:
Aug 15, 2008 6:35:50 PM (16 years ago)
Author:
nanang
Message:

Ticket #583:

  • rearranged some codec properties, e.g: codec name, enable/disable, payload type
  • fixed bug VAD setting on init USC codec
File:
1 edited

Legend:

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

    r2039 r2218  
    195195{ 
    196196    PJMEDIA_RTP_PT_PCMU = 0,        /**< audio PCMU                         */ 
     197    PJMEDIA_RTP_PT_G726_32 = 2,    /**< audio G726-32                       */ 
    197198    PJMEDIA_RTP_PT_GSM  = 3,        /**< audio GSM                          */ 
    198199    PJMEDIA_RTP_PT_G723 = 4,        /**< audio G723                         */ 
Note: See TracChangeset for help on using the changeset viewer.