NewTOAPIA.Net.Rtp.RtpSession.RtcpListener C# (CSharp) Метод

RtcpListener() приватный Метод

private RtcpListener ( CompoundPacket cp, IPAddress ip ) : void
cp CompoundPacket
ip IPAddress
Результат void
        void RtcpListener.IRtpSession.ProcessCompoundPacket(CompoundPacket cp, IPAddress ip)
        {
            foreach(RtcpPacket packet in cp)
            {
                ProcessPacket(packet, ip);
            }
        }

Same methods

RtpSession::RtcpListener ( string source ) : void
RtpSession::RtcpListener ( string source, string msg, EventLogEntryType et, int id ) : void