IPM_RTCP_SESSION_INFO
typedef struct ipm_rtcp_session_info_tag { unsigned int unLocalSR_TimeStamp; unsigned int unLocalSR_TxPackets; unsigned int unLocalSR_TxOctets; unsigned int unLocalSR_SendIndication; unsigned int unLocalRR_FractionLost; unsigned int unLocalRR_CumulativeLost; unsigned int unLocalRR_SeqNumber; unsigned int unLocalRR_ValidInfo; unsigned int unRemoteSR_TimeStamp; unsigned int unRemoteSR_TxPackets; unsigned int unRemoteSR_TxOctets; unsigned int unRemoteSR_SendIndication; unsigned int unRemoteRR_FractionLost; unsigned int unRemoteRR_CumulativeLost; unsigned int unRemoteRR_SeqNumber; unsigned int unRemoteRR_ValidInfo; } IPM_RTCP_SESSION_INFO, *PIPM_RTCP_SESSION_INFO;Description
This structure contains RTCP information for the session. It is a child of the IPM_SESSION_INFO structure which is filled in when ipm_GetSessionInfo( ) returns successfully.
- Note: The structure is not supported for Intel® NetStructure IPT Series boards.
Field Descriptions
The fields of the IPM_RTCP_SESSION_INFO data structure are described as follows:
- unLocalSR_TimeStamp
- time stamp of the RTCP packet transmission from the local sender
- unLocalSR_TxPackets
- number of packets sent by the local sender
- unLocalSR_TxOctets
- number of bytes sent by the local sender
- unLocalSR_SendIndication
- unLocalRR_FractionLost
- percentage of packets lost, as computed by the local receiver
- unLocalRR_CumulativeLost
- number of packets lost, as computed by the local receiver
- unLocalRR_SeqNumber
- last sequence number received from the local receiver
- unLocalRR_ValidInfo
- reserved for future use
- unRemoteSR_TimeStamp
- time stamp of the RTCP packet transmission from the remote sender
- unRemoteSR_TxPackets
- number of packets sent by the remote sender
- unRemoteSR_TxOctets
- number of bytes sent by the remote sender
- unRemoteSR_SendIndication
- unRemoteRR_FractionLost
- percentage of packets lost, as computed by the remote receiver
- unRemoteRR_CumulativeLost
- number of packets lost, as computed by the remote receiver
- unRemoteRR_SeqNumber
- last sequence number received from the remote receiver
- unRemoteRR_ValidInfo
- reserved for future use
Click here to contact Telecom Support Resources
Copyright 2002, Intel Corporation