UniMRCP  1.7.0
Functions
mpf_bridge.h File Reference

MPF Stream Bridge. More...

#include "mpf_object.h"
Include dependency graph for mpf_bridge.h:

Go to the source code of this file.

Functions

APT_BEGIN_EXTERN_C mpf_object_tmpf_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)
 

Detailed Description

MPF Stream Bridge.

Function Documentation

◆ mpf_bridge_create()

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.

Parameters
sourcethe source audio stream
sinkthe sink audio stream
codec_managerthe codec manager
namethe informative name used for debugging
poolthe pool to allocate memory from