Updated PJMEDIA_SOUND_BUFFER_COUNT doxygen documentation

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@978 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2007-02-19 14:40:46 +00:00
parent a771a51a61
commit 58dbca3d1a
1 changed files with 7 additions and 3 deletions

View File

@ -75,10 +75,14 @@
/**
* Specify number of sound buffers. Larger number is better for sound
* stability and to accomodate sound devices that are unable to send frames
* in timely manner, however it would take more memory. One individual
* buffer is about 10 or 20 ms long.
* in timely manner, however it would probably cause more audio delay (and
* definitely will take more memory). One individual buffer is normally 10ms
* or 20 ms long, depending on ptime settings (samples_per_frame value).
*
* Default: 32
* The setting here currently is used by the conference bridge, the splitter
* combiner port, and dsound.c.
*
* Default: 16
*/
#ifndef PJMEDIA_SOUND_BUFFER_COUNT
# define PJMEDIA_SOUND_BUFFER_COUNT 16