|
UniMRCP
1.7.0
|
MPF RTP Stream. More...

Go to the source code of this file.
Functions | |
| APT_BEGIN_EXTERN_C mpf_audio_stream_t * | mpf_rtp_stream_create (mpf_termination_t *termination, mpf_rtp_config_t *config, mpf_rtp_settings_t *settings, apr_pool_t *pool) |
| apt_bool_t | mpf_rtp_stream_add (mpf_audio_stream_t *stream) |
| apt_bool_t | mpf_rtp_stream_remove (mpf_audio_stream_t *stream) |
| apt_bool_t | mpf_rtp_stream_modify (mpf_audio_stream_t *stream, mpf_rtp_stream_descriptor_t *descriptor) |
MPF RTP Stream.
| apt_bool_t mpf_rtp_stream_add | ( | mpf_audio_stream_t * | stream | ) |
Add/enable RTP stream.
| stream | RTP stream to add |
| APT_BEGIN_EXTERN_C mpf_audio_stream_t* mpf_rtp_stream_create | ( | mpf_termination_t * | termination, |
| mpf_rtp_config_t * | config, | ||
| mpf_rtp_settings_t * | settings, | ||
| apr_pool_t * | pool | ||
| ) |
Create RTP stream.
| termination | the back pointer to hold |
| config | the configuration of RTP factory |
| settings | the settings to use |
| pool | the pool to allocate memory from |
| apt_bool_t mpf_rtp_stream_modify | ( | mpf_audio_stream_t * | stream, |
| mpf_rtp_stream_descriptor_t * | descriptor | ||
| ) |
Modify RTP stream.
| stream | RTP stream to modify |
| descriptor | the descriptor to modify stream according |
| apt_bool_t mpf_rtp_stream_remove | ( | mpf_audio_stream_t * | stream | ) |
Subtract/disable RTP stream.
| stream | RTP stream to subtract |
1.8.13