mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Doxygen updates and corrections
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@56648 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
* \arg \ref ConfigFiles
|
||||
* \arg \ref SoundFiles included in the Asterisk distribution
|
||||
* \arg \ref AstCREDITS : A Thank You to contributors
|
||||
* \arg \ref extref
|
||||
\n\n
|
||||
* \section weblinks Web sites
|
||||
* \arg \b Main: Asterisk Developer's website http://www.asterisk.org/developers/
|
||||
|
@@ -495,8 +495,9 @@ struct ast_frame *ast_smoother_read(struct ast_smoother *s);
|
||||
void ast_frame_dump(const char *name, struct ast_frame *f, char *prefix);
|
||||
|
||||
/*! \page AudioCodecPref Audio Codec Preferences
|
||||
|
||||
In order to negotiate audio codecs in the order they are configured
|
||||
in <channel>.conf for a device, we set up codec preference lists
|
||||
in \<channel\>.conf for a device, we set up codec preference lists
|
||||
in addition to the codec capabilities setting. The capabilities
|
||||
setting is a bitmask of audio and video codecs with no internal
|
||||
order. This will reflect the offer given to the other side, where
|
||||
|
Reference in New Issue
Block a user