#include <rtsp.h>

Data Fields | |
| sdp_medium_info * | medium_info |
| rtp_session * | rtp_sess |
| struct rtsp_medium_s * | next |
| char * | filename |
This struct is an item in a single-linked list that identifies all the media that belong to a RTSP session. Through the rtp_sess pointer is possible to get the RTP session of the described medium.
rtsp_session
Definition at line 75 of file rtsp.h.
1.5.4