UniMRCP  1.7.0
Enumerations | Functions
mpf_rtp_attribs.h File Reference

RTP Attributes (SDP) More...

#include "mpf_rtp_descriptor.h"
Include dependency graph for mpf_rtp_attribs.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_tmpf_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_tmpf_rtp_direction_str_get (mpf_stream_direction_e direction)
 

Detailed Description

RTP Attributes (SDP)

Enumeration Type Documentation

◆ mpf_rtp_attrib_e

RTP attributes

Function Documentation

◆ mpf_rtp_attrib_id_find()

mpf_rtp_attrib_e mpf_rtp_attrib_id_find ( const apt_str_t attrib)

Find audio media attribute identifier by attribute name

◆ mpf_rtp_attrib_str_get()

const apt_str_t* mpf_rtp_attrib_str_get ( mpf_rtp_attrib_e  attrib_id)

Get audio media attribute name by attribute identifier

◆ mpf_rtp_direction_str_get()

const apt_str_t* mpf_rtp_direction_str_get ( mpf_stream_direction_e  direction)

Get string by RTP direction (send/receive)