Description | Hierarchy | Fields | Methods | Properties |
type rtcp_SR_packet = packed record
r_common: rtcp_common_hdr; |
r_ssrc_NO: u_int32; |
r_ntp_NO: unaNTP_timestamp; |
r_rtp_ts_NO: u_int32; |
r_psent_NO: u_int32; |
r_osent_NO: u_int32; |
r_rr: record |
r_common: rtcp_common_hdr; |
r_ssrc_NO: u_int32; |
common header sender report (SR) |
r_ntp_NO: unaNTP_timestamp; |
sender generating this report |
r_rtp_ts_NO: u_int32; |
NTP timestamp |
r_psent_NO: u_int32; |
RTP timestamp |
r_osent_NO: u_int32; |
packets sent |
r_rr: record |
octets sent |
(c) 2012 Lake of Soft