Ignore:
Timestamp:
Mar 16, 2006 6:52:55 PM (18 years ago)
Author:
bennylp
Message:

Added sound port (sound_port.h/c), and changed sound and RTCP names from pj_* to pjmedia_*

File:
1 edited

Legend:

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

    r205 r321  
    7979    pj_str_t        encoding_name;      /**< Encoding name.                 */ 
    8080    unsigned        sample_rate;        /**< Sampling rate.                 */ 
     81    unsigned        channel_count;      /**< Number of channels.            */ 
    8182    unsigned        bits_per_sample;    /**< Bits/sample                    */ 
    8283    unsigned        samples_per_frame;  /**< No of samples per frame.       */ 
Note: See TracChangeset for help on using the changeset viewer.