#include <rtp_api.h>
Data Fields | |
rtcp_common * | common |
union { | |
struct { | |
rtcp_sr * sr_fixed | |
rtcp_report_block * rblock [32] | |
char * extension | |
} sr | |
struct { | |
rtcp_rr * rr_fixed | |
rtcp_report_block * rblock [32] | |
char * extension | |
} rr | |
struct { | |
char * remainder | |
} sdes | |
struct { | |
rtcp_bye_block * byeblock [32] | |
u_int8 reason_length | |
char * reason | |
} bye | |
struct { | |
rtcp_app * app_fixed | |
char * appdata | |
} app | |
struct { | |
char * data | |
} unknown | |
} | variant |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|