#include <sdp.h>

Data Fields | |
| char * | m |
| char * | i |
| char * | c |
| char * | b |
| char * | k |
| sdp_attr * | attr_list |
| cc_license * | cc |
| char | media_type |
| int | port |
| int | n_ports |
| char | transport [8] |
| char * | fmts |
| struct sdp_medium_info_s * | next |
Each field has a non-NULL value if it's present the equivalent field in the description body.
For further informations about efficency of char pointers here adopted we suggest to read documentation about SDP_Session_Info.
Definition at line 82 of file sdp.h.
| char* sdp_medium_info_s::m |
| char* sdp_medium_info_s::i |
| char* sdp_medium_info_s::c |
| char* sdp_medium_info_s::b |
| char* sdp_medium_info_s::k |
zero or more medium attribute lines
Definition at line 88 of file sdp.h.
Referenced by rtsp_info_print().
| char sdp_medium_info_s::transport[8] |
| char* sdp_medium_info_s::fmts |
struct sdp_medium_info_s* sdp_medium_info_s::next [read] |
Next medium informatioin struct
Definition at line 98 of file sdp.h.
Referenced by sdp_media_setup().
1.5.4