UniMRCP
1.4.0
|
MPF Audio FIle Stream. More...
Go to the source code of this file.
Functions | |
APT_BEGIN_EXTERN_C mpf_audio_stream_t * | mpf_file_stream_create (mpf_termination_t *termination, apr_pool_t *pool) |
apt_bool_t | mpf_file_stream_modify (mpf_audio_stream_t *stream, mpf_audio_file_descriptor_t *descriptor) |
MPF Audio FIle Stream.
APT_BEGIN_EXTERN_C mpf_audio_stream_t* mpf_file_stream_create | ( | mpf_termination_t * | termination, |
apr_pool_t * | pool | ||
) |
Create file stream.
termination | the back pointer to hold |
pool | the pool to allocate memory from |
apt_bool_t mpf_file_stream_modify | ( | mpf_audio_stream_t * | stream, |
mpf_audio_file_descriptor_t * | descriptor | ||
) |
Modify file stream.
stream | file stream to modify |
descriptor | the descriptor to modify stream according |