C# Class VideoServer.Form1

Afficher le fichier Open project: fajoy/RTSPExample

Méthodes publiques

Méthode Description
Form1 ( ) : System
appendMsg ( RichTextBox t, string text ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

清除任何使用中的資源。

Private Methods

Méthode Description
Form1_FormClosed ( object sender, FormClosedEventArgs e ) : void
Form1_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

backgroundWorker1_DoWork ( object sender, DoWorkEventArgs e ) : void
backgroundWorker1_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button4_Click ( object sender, EventArgs e ) : void
openFileDialog1_FileOk ( object sender, CancelEventArgs e ) : void
rs_requested ( Socket arg1, string arg2 ) : void
timer1_Tick ( object sender, EventArgs e ) : void
vc_FrameLoaded ( VideoCache arg1, int arg2 ) : void

Method Details

Dispose() protected méthode

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

Form1() public méthode

public Form1 ( ) : System
Résultat System

appendMsg() public méthode

public appendMsg ( RichTextBox t, string text ) : void
t RichTextBox
text string
Résultat void