17 #ifndef MPF_NAMED_EVENT_H
18 #define MPF_NAMED_EVENT_H
37 #if (APR_IS_BIGENDIAN == 1)
apr_uint32_t mpf_dtmf_char_to_event_id(const char dtmf_char)
apt_bool_t mpf_event_descriptor_check(const mpf_codec_descriptor_t *descriptor)
char mpf_event_id_to_dtmf_char(const apr_uint32_t event_id)
#define APT_END_EXTERN_C
Definition: apt.h:38
apr_uint32_t duration
Definition: mpf_named_event.h:53
int apt_bool_t
Definition: apt.h:57
apr_uint32_t reserved
Definition: mpf_named_event.h:48
apr_uint32_t edge
Definition: mpf_named_event.h:50
#define MPF_DECLARE(type)
Definition: mpf.h:40
#define APT_BEGIN_EXTERN_C
Definition: apt.h:36
Definition: mpf_named_event.h:34
apr_uint32_t event_id
Definition: mpf_named_event.h:36
mpf_codec_descriptor_t * mpf_event_descriptor_create(apr_uint16_t sampling_rate, apr_pool_t *pool)
apr_uint32_t volume
Definition: mpf_named_event.h:46
Definition: mpf_codec_descriptor.h:63