Main Page   Compound List   File List   Compound Members   File Members  

rtpacket.h

Go to the documentation of this file.
00001 /*
00002 
00003            Definitions for RTP packet manipulation routines
00004 
00005 */
00006 
00007 struct rtcp_sdes_request_item {
00008     unsigned char r_item;
00009     char *r_text;
00010 };
00011 
00012 struct rtcp_sdes_request {
00013     int nitems;                       /* Number of items requested */
00014     unsigned char ssrc[4];            /* Source identifier */
00015     struct rtcp_sdes_request_item item[10]; /* Request items */
00016 };

Generated on Tue Feb 10 08:44:18 2004 for Speak-FreelyforUnix by doxygen1.2.18