From 56b85d18b70cdb0c1baaf152f4e5f0cbe99eefb7 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sat, 29 Mar 2008 12:24:20 +0000 Subject: Ticket #504: final installment to support stereo audio all the way in PJMEDIA. Please see tickiet #504 for more info git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1898 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/include/pjsua-lib/pjsua.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pjsip/include/pjsua-lib/pjsua.h') diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h index e6f6e2de..33deb388 100644 --- a/pjsip/include/pjsua-lib/pjsua.h +++ b/pjsip/include/pjsua-lib/pjsua.h @@ -3748,6 +3748,12 @@ struct pjsua_media_config */ unsigned snd_clock_rate; + /** + * Channel count be applied when opening the sound device and + * conference bridge. + */ + unsigned channel_count; + /** * Specify audio frame ptime. The value here will affect the * samples per frame of both the sound device and the conference -- cgit v1.2.3