| 
    UniMRCP
    1.7.0
    
   | 
 
RTP Attributes (SDP) More...
#include "mpf_rtp_descriptor.h"
Go to the source code of this file.
Enumerations | |
| enum | mpf_rtp_attrib_e {  RTP_ATTRIB_RTPMAP, RTP_ATTRIB_SENDONLY, RTP_ATTRIB_RECVONLY, RTP_ATTRIB_SENDRECV, RTP_ATTRIB_MID, RTP_ATTRIB_PTIME, RTP_ATTRIB_COUNT, RTP_ATTRIB_UNKNOWN = RTP_ATTRIB_COUNT }  | 
Functions | |
| const apt_str_t * | mpf_rtp_attrib_str_get (mpf_rtp_attrib_e attrib_id) | 
| mpf_rtp_attrib_e | mpf_rtp_attrib_id_find (const apt_str_t *attrib) | 
| const apt_str_t * | mpf_rtp_direction_str_get (mpf_stream_direction_e direction) | 
RTP Attributes (SDP)
| enum mpf_rtp_attrib_e | 
RTP attributes
| mpf_rtp_attrib_e mpf_rtp_attrib_id_find | ( | const apt_str_t * | attrib | ) | 
Find audio media attribute identifier by attribute name
| const apt_str_t* mpf_rtp_attrib_str_get | ( | mpf_rtp_attrib_e | attrib_id | ) | 
Get audio media attribute name by attribute identifier
| const apt_str_t* mpf_rtp_direction_str_get | ( | mpf_stream_direction_e | direction | ) | 
Get string by RTP direction (send/receive)
 1.8.13