mpf_rtp_stream.h File Reference

MPF RTP Stream. More...

#include "mpf_stream.h"
#include "mpf_rtp_descriptor.h"

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)

Detailed Description

MPF RTP Stream.


Function Documentation

apt_bool_t mpf_rtp_stream_add ( mpf_audio_stream_t stream  ) 

Add/enable RTP stream.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
stream RTP stream to subtract
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 25 Mar 2013 for UniMRCP by  doxygen 1.6.1