#include <sdp.h>

Data Fields | |
| char * | name |
| char * | value |
| struct sdp_attr_s * | next |
In the body of a SDP description of a session or medium, among other well know paramters, there could be a sequence of attribues, relevant to the description of both session and medium, that can carry additional information, not always standard. The number of these additional fields is not predictable and so a dymanic list is needed.
rtsp_session_info
Definition at line 56 of file sdp.h.
| char* sdp_attr_s::name |
| char* sdp_attr_s::value |
struct sdp_attr_s* sdp_attr_s::next [read] |
Next element of attributes list. NULL if the current element is the last.
Definition at line 63 of file sdp.h.
Referenced by rtsp_info_print().
1.5.4