Ignore:
Timestamp:
Mar 16, 2006 7:03:07 PM (18 years ago)
Author:
bennylp
Message:

Support for stereo audio (or N audio channels, for that matter)

File:
1 edited

Legend:

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

    r318 r322  
    3434 * 
    3535 * @param sampling_rate         Sampling rate of the port. 
     36 * @param channel_count         Number of channels. 
    3637 * @param samples_per_frame     Number of samples per frame. 
    3738 * @param bits_per_sample       Number of bits per sample. 
     
    4243PJ_DECL(pj_status_t) pjmedia_null_port_create( pj_pool_t *pool, 
    4344                                               unsigned sampling_rate, 
     45                                               unsigned channel_count, 
    4446                                               unsigned samples_per_frame, 
    4547                                               unsigned bits_per_sample, 
Note: See TracChangeset for help on using the changeset viewer.