PREV TOC HOME INDEX NEXT


7.9. RTCP_SENDERREPORT

The RTCP_SENDERREPORT data structure provides RTCP sender information. The data structure definition is as follows:

    typedef struct
    {
        unsigned int   timestamp;
        unsigned int   tx_packets;
        unsigned int   tx_octets;
        unsigned int   send_indication;
    } RTCP_SENDERREPORT; 

Table 28 describes the meaning of each field in the RTCP_SENDERREPORT data structure.

Table 28. RTCP_SENDERREPORT Field Descriptions

Field

Description

timestamp The time stamp of the RTCP packet transmission from the local or remote sender.
tx_packets The number of packets sent by the local or remote sender.
tx_octets The number of bytes sent by the local or remote sender.
send_indication Indicates that the local or remote sender report has changed since the last report. Possible values are:
  • TRUE
  • FALSE


PREV TOC HOME INDEX NEXT

Click here to contact Telecom Support Resources

Copyright 2003, Intel Corporation
All rights reserved
This page generated January, 2003