Ignore:
Timestamp:
Feb 17, 2009 3:19:45 PM (14 years ago)
Author:
bennylp
Message:

Added bitrate and vad info in pjmedia_format, and changed audio route to use enumeration rather than boolean

File:
1 edited

Legend:

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

    r2456 r2457  
    276276       pj_uint8_t  pcm_bits_per_sample; /**< Bits/sample in the PCM side    */ 
    277277       pj_uint8_t  pt;                  /**< Payload type.                  */ 
    278        pjmedia_format format;           /**< Source format, it's format of 
     278       pjmedia_format_id fmt_id;        /**< Source format, it's format of 
    279279                                             encoder input and decoder  
    280280                                             output.                        */ 
Note: See TracChangeset for help on using the changeset viewer.