Ejemplo n.º 1
0
 private bool NewRTPPacket(RTPPacket packet)
 {
     Console.WriteLine(packet.ToString());
     return(true);
 }