sdp_attr_s Struct Reference
[SDP Library]

SDP attributes list basic element. More...

#include <sdp.h>

Collaboration diagram for sdp_attr_s:

Collaboration graph
[legend]

Data Fields

char * name
char * value
struct sdp_attr_snext

Detailed Description

SDP attributes list basic element.

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.

See also:
Medium_info

rtsp_session_info

Definition at line 56 of file sdp.h.


Field Documentation

char* sdp_attr_s::name

Attribute name

Definition at line 57 of file sdp.h.

Referenced by rtsp_info_print().

char* sdp_attr_s::value

Attribute value

Definition at line 58 of file sdp.h.

Referenced by rtsp_info_print().

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().


The documentation for this struct was generated from the following file:
Generated on Tue Feb 3 03:10:03 2009 for libnemesi by  doxygen 1.5.4