rtsp_medium_s Struct Reference

RTSP medium description. More...

#include <rtsp.h>

Collaboration diagram for rtsp_medium_s:

Collaboration graph
[legend]

Data Fields

sdp_medium_infomedium_info
rtp_session * rtp_sess
struct rtsp_medium_snext
char * filename

Detailed Description

RTSP medium description.

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.

Note:
The methods SETUP e TEARDOWN are defined on a ``per medium'' scope, they have to be sent for each medium and you must wait for a reply from the server for each of them.
See also:
Medium_info

rtsp_session

Definition at line 75 of file rtsp.h.


Field Documentation

sdp_medium_info* rtsp_medium_s::medium_info

Medium informations.

Definition at line 76 of file rtsp.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