UniMRCP  1.7.0
Data Structures | Typedefs | Enumerations
mpf_rtp_descriptor.h File Reference

MPF RTP Stream Descriptor. More...

#include <apr_network_io.h>
#include "apt_string.h"
#include "mpf_stream_descriptor.h"
Include dependency graph for mpf_rtp_descriptor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  mpf_rtp_media_descriptor_t
 
struct  mpf_rtp_stream_descriptor_t
 
struct  mpf_rtp_termination_descriptor_t
 
struct  mpf_jb_config_t
 
struct  mpf_rtp_config_t
 
struct  mpf_rtp_settings_t
 

Typedefs

typedef typedefAPT_BEGIN_EXTERN_C struct mpf_rtp_media_descriptor_t mpf_rtp_media_descriptor_t
 
typedef struct mpf_rtp_stream_descriptor_t mpf_rtp_stream_descriptor_t
 
typedef struct mpf_rtp_termination_descriptor_t mpf_rtp_termination_descriptor_t
 
typedef struct mpf_rtp_config_t mpf_rtp_config_t
 
typedef struct mpf_rtp_settings_t mpf_rtp_settings_t
 
typedef struct mpf_jb_config_t mpf_jb_config_t
 

Enumerations

enum  mpf_media_state_e { MPF_MEDIA_DISABLED, MPF_MEDIA_ENABLED }
 
enum  rtcp_bye_policy_e { RTCP_BYE_DISABLE, RTCP_BYE_PER_SESSION, RTCP_BYE_PER_TALKSPURT }
 

Detailed Description

MPF RTP Stream Descriptor.

Typedef Documentation

◆ mpf_jb_config_t

Jitter buffer configuration declaration

◆ mpf_rtp_config_t

RTP configuration declaration

◆ mpf_rtp_media_descriptor_t

typedef typedefAPT_BEGIN_EXTERN_C struct mpf_rtp_media_descriptor_t mpf_rtp_media_descriptor_t

RTP media descriptor declaration

◆ mpf_rtp_settings_t

RTP settings declaration

◆ mpf_rtp_stream_descriptor_t

RTP stream descriptor declaration

◆ mpf_rtp_termination_descriptor_t

RTP termination descriptor declaration

Enumeration Type Documentation

◆ mpf_media_state_e

MPF media state

Enumerator
MPF_MEDIA_DISABLED 

disabled media

MPF_MEDIA_ENABLED 

enabled media

◆ rtcp_bye_policy_e

RTCP BYE transmission policy

Enumerator
RTCP_BYE_DISABLE 

disable RTCP BYE transmission

RTCP_BYE_PER_SESSION 

transmit RTCP BYE at the end of session

RTCP_BYE_PER_TALKSPURT 

transmit RTCP BYE at the end of each talkspurt (input)