예제 #1
0
파일: Form1.cs 프로젝트: fajoy/RTSPExample
 void rc_recvFrameed(ClientPlayer arg1, int arg2, int arg3)
 {
     updateLabel(label1, string.Format("seq:{0},time:{1},q_size:{2}\n", arg2, arg3, arg1.queue.Count));
 }