WARNING: The online documentation has moved to https://docs.pjsip.org.

Visit the new documentation at https://docs.pjsip.org:

BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJMEDIA Reference

stereo.h File Reference

Monochannel and multichannel converter. More...

Macros

#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
Copyright (C) 2006-2008 Teluu Inc.