/mcptypedef struct sRTPAddrInfo { ADDRINFOT info, SOCKADDR_STORAGE addr, SOCKET sock, bool multicast, DWORD dscp, SRTPINFO2 srtp, RTPSIL silence, ULONG pktSizeMs } RTPADDR, *PRTPADDR; Where: info System defined ADDRINFOT structure addr System defined SOCKADDR_STORAGE structure sock System defined SOCKET data (bound socket) multicast If set to true, RTPADDR instance represents multicast address, otherwise unicast. dscp DSCP / QoS data srtp SRTP data silence Silence processing parameters pktSizeMs Packet size in milliseconds RTPSIL Contains silence processing related data for a specific endpoint. It uses the following SilenceType enumeration: typedef enum { Off = 0, Packets = Off + 1, Energy = Packets +1 } SilenceType; typedef struct { SilenceType type, ULONG duration, ULONG threshold, ULONG currentOffset, bool detecting } RTPSIL, *PRPTSIL; Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 444 Cisco TSP Media Driver RTPSIL
