mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merged revisions 73985 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r73985 | tilghman | 2007-07-08 23:03:20 -0500 (Sun, 08 Jul 2007) | 2 lines Doxygen formatting fixes; fixes errors while 'make progdocs'. (Closes issue #10104) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@73994 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -165,10 +165,13 @@ int ast_linear_stream(struct ast_channel *chan, const char *filename, int fd, in
|
||||
|
||||
/*!
|
||||
* \brief Stream a file with fast forward, pause, reverse, restart.
|
||||
* \param offsetms Before calling this function, set this to be the number
|
||||
* of ms to start from the beginning of the file. When the function
|
||||
* returns, it will be the number of ms from the beginning where the
|
||||
* playback stopped. Pass NULL if you don't care.
|
||||
* \param chan
|
||||
* \param file filename
|
||||
* \param fwd, rev, stop, pause, restart, skipms, offsetms
|
||||
* Before calling this function, set this to be the number
|
||||
* of ms to start from the beginning of the file. When the function
|
||||
* returns, it will be the number of ms from the beginning where the
|
||||
* playback stopped. Pass NULL if you don't care.
|
||||
*/
|
||||
int ast_control_streamfile(struct ast_channel *chan, const char *file, const char *fwd, const char *rev, const char *stop, const char *pause, const char *restart, int skipms, long *offsetms);
|
||||
|
||||
|
@@ -107,12 +107,12 @@
|
||||
so a transcoding module is needed.
|
||||
|
||||
References:
|
||||
- ast_channel_early_bridge()
|
||||
- ast_channel_bridge()
|
||||
- app_meetme.c
|
||||
- \ref AstRTPbridge
|
||||
- ast_rtp_bridge()
|
||||
- \ref Def_Channel
|
||||
\li \see ast_channel_early_bridge()
|
||||
\li \see ast_channel_bridge()
|
||||
\li \see app_meetme.c
|
||||
\li \ref AstRTPbridge
|
||||
\li \see ast_rtp_bridge()
|
||||
\li \ref Def_Channel
|
||||
*/
|
||||
|
||||
/*! \page AstFileDesc File descriptors
|
||||
|
Reference in New Issue
Block a user