Ignore:
Timestamp:
Feb 16, 2009 4:29:05 PM (15 years ago)
Author:
nanang
Message:

Changed term 'fourcc' to 'format' and few minor fixes/updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/aps-direct/pjmedia/include/pjmedia/sound.h

    r2438 r2456  
    9999typedef struct pjmedia_snd_setting 
    100100{ 
    101     pjmedia_fourcc      format;   /**< Format (FourCC ID).          */  
     101    pjmedia_format      format;   /**< Format.                      */  
    102102    pj_uint32_t         bitrate;  /**< Bitrate (bps).               */ 
    103103    pj_uint32_t         mode;     /**< Mode, e.g: iLBC format has 
Note: See TracChangeset for help on using the changeset viewer.