C# Class iRacingReplayOverlay.Main

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: vipoo/iRacingReplayOverlay.net

Private Properties

Property Type Description
BeginProcessButton_Click void
Default_SettingChanging void
GetDefaultLogFileName string
GetValue string
InitializeComponent void
IsReadyForTranscoding bool
LogDeviceInformation void
LogSystemInformation void
Main_Activated void
Main_Load void
OnGameDataFileChanged void
OnTranscoderCompleted void
OnTranscoderProgress void
SetTanscodeMessage void
SettingsButton_Click void
StateUpdated void
TranscodeVideo_Click void
button1_Click void
button2_Click void
changeVersionButton_Click void
configurePluginsButton_Click void
configureVideoCaptureButton_Click void
iracingEvents_Connected void
iracingEvents_Disconnected void
iracingEvents_NewSessionData void
isEmpty bool
logMessagesButton_Click void
sourceVideoButton_Click void
sourceVideoTextBox_TextChanged void
transcodeCancel_Click void
verifyVideoCaptureButton_Click void
videoBitRate_TextChanged void
workingFolderButton_Click void
workingFolderTextBox_TextChanged void

Public Methods

Method Description
Main ( ) : GitHubReleases

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BeginProcessButton_Click ( object sender, EventArgs e ) : void
Default_SettingChanging ( object sender, System e ) : void
GetDefaultLogFileName ( ) : string
GetValue ( Func fn ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

IsReadyForTranscoding ( ) : bool
LogDeviceInformation ( string stringIn ) : void
LogSystemInformation ( ) : void
Main_Activated ( object sender, EventArgs e ) : void
Main_Load ( object sender, EventArgs e ) : void
OnGameDataFileChanged ( ) : void
OnTranscoderCompleted ( ) : void
OnTranscoderProgress ( long timestamp, long duration ) : void
SetTanscodeMessage ( string formatDetails = null, string warningDetails = null, string sourceVideoFileErrorMessage = null, string trancodingErrorMessage = null ) : void
SettingsButton_Click ( object sender, EventArgs e ) : void
StateUpdated ( ) : void
TranscodeVideo_Click ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
changeVersionButton_Click ( object sender, EventArgs e ) : void
configurePluginsButton_Click ( object sender, EventArgs e ) : void
configureVideoCaptureButton_Click ( object sender, EventArgs e ) : void
iracingEvents_Connected ( ) : void
iracingEvents_Disconnected ( ) : void
iracingEvents_NewSessionData ( iRacingSDK.DataSample data ) : void
isEmpty ( string s ) : bool
logMessagesButton_Click ( object sender, EventArgs e ) : void
sourceVideoButton_Click ( object sender, EventArgs e ) : void
sourceVideoTextBox_TextChanged ( object sender, EventArgs e ) : void
transcodeCancel_Click ( object sender, EventArgs e ) : void
verifyVideoCaptureButton_Click ( object sender, EventArgs e ) : void
videoBitRate_TextChanged ( object sender, EventArgs e ) : void
workingFolderButton_Click ( object sender, EventArgs e ) : void
workingFolderTextBox_TextChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Main() public method

public Main ( ) : GitHubReleases
return GitHubReleases