mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Add "prod" function, to get audio moving
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@856 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -462,6 +462,9 @@ struct ast_frame *ast_read(struct ast_channel *chan);
|
||||
*/
|
||||
int ast_write(struct ast_channel *chan, struct ast_frame *frame);
|
||||
|
||||
/* Send empty audio to prime a channel driver */
|
||||
int ast_prod(struct ast_channel *chan);
|
||||
|
||||
//! Sets read format on channel chan
|
||||
/*!
|
||||
* \param chan channel to change
|
||||
|
Reference in New Issue
Block a user