|
UniMRCP
1.3.0
|
MPF Stream Bridge. More...
#include "mpf_object.h"Go to the source code of this file.
Functions | |
| APT_BEGIN_EXTERN_C mpf_object_t * | mpf_bridge_create (mpf_audio_stream_t *source, mpf_audio_stream_t *sink, const mpf_codec_manager_t *codec_manager, const char *name, apr_pool_t *pool) |
MPF Stream Bridge.
| APT_BEGIN_EXTERN_C mpf_object_t* mpf_bridge_create | ( | mpf_audio_stream_t * | source, |
| mpf_audio_stream_t * | sink, | ||
| const mpf_codec_manager_t * | codec_manager, | ||
| const char * | name, | ||
| apr_pool_t * | pool | ||
| ) |
Create bridge of audio streams.
| source | the source audio stream |
| sink | the sink audio stream |
| codec_manager | the codec manager |
| name | the informative name used for debugging |
| pool | the pool to allocate memory from |
1.8.3.1