|
VLC 4.0.0-dev
|
SDP session descriptor. More...
#include <sdp.h>
Data Fields | |
| char * | name |
| char * | info |
| struct vlc_sdp_conn * | conn |
| struct vlc_sdp_attr * | attrs |
| struct vlc_sdp_media * | media |
SDP session descriptor.
| struct vlc_sdp_attr* vlc_sdp::attrs |
Referenced by vlc_sdp_attr_get(), vlc_sdp_free(), and vlc_sdp_parse().
| struct vlc_sdp_conn* vlc_sdp::conn |
Referenced by OpenSDP(), vlc_sdp_free(), vlc_sdp_media_conn(), and vlc_sdp_parse().
| char* vlc_sdp::info |
Referenced by vlc_sdp_free(), and vlc_sdp_parse().
| struct vlc_sdp_media* vlc_sdp::media |
Referenced by OpenSDP(), vlc_sdp_free(), and vlc_sdp_parse().
| char* vlc_sdp::name |
Referenced by vlc_sdp_free(), and vlc_sdp_parse().