C# 클래스 VideoClient.Form1

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: fajoy/RTSPExample

공개 메소드들

메소드 설명
Form1 ( ) : System
appendMsg ( System.Windows.Forms.RichTextBox t, string text ) : void
updateLabel ( Label l, string text ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

清除任何使用中的資源。

비공개 메소드들

메소드 설명
Form1_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
Form1_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。

button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
button4_Click ( object sender, EventArgs e ) : void
rc_recvFrameed ( ClientPlayer arg1, int arg2, int arg3 ) : void
rc_responsed ( RTSPClient arg1, string arg2 ) : void
timer1_Tick ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

清除任何使用中的資源。
protected Dispose ( bool disposing ) : void
disposing bool 如果應該處置 Managed 資源則為 true,否則為 false。
리턴 void

Form1() 공개 메소드

public Form1 ( ) : System
리턴 System

appendMsg() 공개 메소드

public appendMsg ( System.Windows.Forms.RichTextBox t, string text ) : void
t System.Windows.Forms.RichTextBox
text string
리턴 void

updateLabel() 공개 메소드

public updateLabel ( Label l, string text ) : void
l Label
text string
리턴 void