Searched refs:pNodeRtcpDecoder (Results 1 – 3 of 3) sorted by relevance
73 BaseNode* pNodeRtcpDecoder = new RtcpDecoderNode(mCallback); in create() local74 pNodeRtcpDecoder->SetMediaType(IMS_MEDIA_AUDIO); in create()75 (static_cast<RtcpDecoderNode*>(pNodeRtcpDecoder))->SetLocalAddress(localAddress); in create()76 pNodeRtcpDecoder->SetConfig(config); in create()77 AddNode(pNodeRtcpDecoder); in create()78 pNodeSocketReader->ConnectRearNode(pNodeRtcpDecoder); in create()
73 BaseNode* pNodeRtcpDecoder = new RtcpDecoderNode(mCallback); in create() local74 pNodeRtcpDecoder->SetMediaType(IMS_MEDIA_TEXT); in create()75 (static_cast<RtcpDecoderNode*>(pNodeRtcpDecoder))->SetLocalAddress(localAddress); in create()76 pNodeRtcpDecoder->SetConfig(config); in create()77 AddNode(pNodeRtcpDecoder); in create()78 pNodeSocketReader->ConnectRearNode(pNodeRtcpDecoder); in create()
73 BaseNode* pNodeRtcpDecoder = new RtcpDecoderNode(mCallback); in create() local74 pNodeRtcpDecoder->SetMediaType(IMS_MEDIA_VIDEO); in create()75 (static_cast<RtcpDecoderNode*>(pNodeRtcpDecoder))->SetLocalAddress(localAddress); in create()76 pNodeRtcpDecoder->SetConfig(config); in create()77 AddNode(pNodeRtcpDecoder); in create()78 pNodeSocketReader->ConnectRearNode(pNodeRtcpDecoder); in create()