UniMRCP  1.7.0
Functions
mpf_decoder.h File Reference

MPF Stream Decoder. More...

#include "mpf_stream.h"
Include dependency graph for mpf_decoder.h:

Go to the source code of this file.

Functions

APT_BEGIN_EXTERN_C mpf_audio_stream_tmpf_decoder_create (mpf_audio_stream_t *source, mpf_codec_t *codec, apr_pool_t *pool)
 

Detailed Description

MPF Stream Decoder.

Function Documentation

◆ mpf_decoder_create()

APT_BEGIN_EXTERN_C mpf_audio_stream_t* mpf_decoder_create ( mpf_audio_stream_t source,
mpf_codec_t codec,
apr_pool_t *  pool 
)

Create audio stream decoder.

Parameters
sourcethe source to get encoded stream from
codecthe codec to use for decode
poolthe pool to allocate memory from