Ignore:
Timestamp:
Aug 15, 2008 1:17:39 PM (16 years ago)
Author:
nanang
Message:

Ticket #583: Initial source of IPP codecs wrapper.

File:
1 edited

Legend:

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

    r2039 r2216  
    5454    PJMEDIA_RTP_PT_L16_48KHZ_MONO,              /**< L16 @ 48KHz, mono      */ 
    5555    PJMEDIA_RTP_PT_L16_48KHZ_STEREO,            /**< L16 @ 48KHz, stereo    */ 
    56     PJMEDIA_RTP_PT_ILBC                         /**< iLBC (13.3/15.2Kbps)   */ 
     56    PJMEDIA_RTP_PT_ILBC,                        /**< iLBC (13.3/15.2Kbps)   */ 
     57    PJMEDIA_RTP_PT_AMR,                         /**< AMR (4.75 - 12.2Kbps)  */ 
     58    PJMEDIA_RTP_PT_AMRWB,                       /**< AMRWB (6.6 - 23.85Kbps)*/ 
     59    PJMEDIA_RTP_PT_AMRWBE,                      /**< AMRWBE                 */ 
     60    PJMEDIA_RTP_PT_G726_16,                     /**< G726 @ 16Kbps          */ 
     61    PJMEDIA_RTP_PT_G726_24,                     /**< G726 @ 24Kbps          */ 
     62    PJMEDIA_RTP_PT_G726_32,                     /**< G726 @ 32Kbps          */ 
     63    PJMEDIA_RTP_PT_G726_40,                     /**< G726 @ 40Kbps          */ 
     64    PJMEDIA_RTP_PT_G722_1_16,                   /**< G722.1 (16Kbps)        */ 
     65    PJMEDIA_RTP_PT_G722_1_24,                   /**< G722.1 (24Kbps)        */ 
     66    PJMEDIA_RTP_PT_G722_1_32,                   /**< G722.1 (32Kbps)        */ 
    5767}; 
    5868 
Note: See TracChangeset for help on using the changeset viewer.