Searched refs:stSdesItem (Results 1 – 1 of 1) sorted by relevance
30 tRTCP_SDES_ITEM stSdesItem; in addSdesItem() local31 memset(&stSdesItem, RTP_ZERO, sizeof(tRTCP_SDES_ITEM)); in addSdesItem()33 stSdesItem.ucType = RTP_ONE; // RTCP_SDES_CNAME in addSdesItem()34 stSdesItem.ucLength = uiLength; in addSdesItem()35 stSdesItem.pValue = sdesName; in addSdesItem()36 pobjRtcpCfgInfo->addRtcpSdesItem(&stSdesItem, uiIndex); in addSdesItem()