|
HOME
SIP/media Features
High Performance SIP
Small Footprint SIP
Symbian Port
FAQ
Documentation
Licensing
Download
Development (Trac)
Projects using pjsip
Mailing List
Open Source Links
About: PJLIB, PJLIB-UTIL, PJSIP, and PJMEDIA are created by: Benny Prijono <bennylp pjsip.org>
|
|
Home --> Documentations --> PJMEDIA Reference
stereo.h File Reference
Detailed Description
|
Defines |
| #define | PJMEDIA_STEREO_MIX PJ_TRUE |
Enumerations |
| enum | pjmedia_stereo_port_options { PJMEDIA_STEREO_DONT_DESTROY_DN = 4
} |
Functions |
| pj_status_t | pjmedia_convert_channel_nto1 (pj_int16_t mono[], const pj_int16_t multi[], unsigned channel_count, unsigned samples_per_frame, pj_bool_t mix, unsigned channel_src) |
| pj_status_t | pjmedia_convert_channel_1ton (pj_int16_t multi[], const pj_int16_t mono[], unsigned channel_count, unsigned samples_per_frame, unsigned options) |
| pj_status_t | pjmedia_stereo_port_create (pj_pool_t *pool, pjmedia_port *dn_port, unsigned channel_count, unsigned options, pjmedia_port **p_port) |
PJMEDIA small footprint Open Source media stack
(C)2003-2008 Benny Prijono
|
|