C# Class MediaPortal.Configuration.Sections.FiltersVideoRenderer

Inheritance: SectionSettings
Afficher le fichier Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Méthodes publiques

Méthode Description
FiltersVideoRenderer ( ) : System
FiltersVideoRenderer ( string name ) : System
LoadSettings ( ) : void
OnSectionActivated ( ) : void
SaveSettings ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DisableLowLatencyMode_CheckedChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

mpCheckBox1_CheckedChanged ( object sender, EventArgs e ) : void
numericUpDownFrame_ValueChanged ( object sender, EventArgs e ) : void
radioButtonEVR_CheckedChanged ( object sender, EventArgs e ) : void
radioButtonMadVR_CheckedChanged ( object sender, EventArgs e ) : void
radioButtonVMR9_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

FiltersVideoRenderer() public méthode

public FiltersVideoRenderer ( ) : System
Résultat System

FiltersVideoRenderer() public méthode

public FiltersVideoRenderer ( string name ) : System
name string
Résultat System

LoadSettings() public méthode

public LoadSettings ( ) : void
Résultat void

OnSectionActivated() public méthode

public OnSectionActivated ( ) : void
Résultat void

SaveSettings() public méthode

public SaveSettings ( ) : void
Résultat void