C# Class MediaPortal.Configuration.Sections.TVCodec

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

Méthodes publiques

Méthode Description
CheckBoxValid ( MPComboBox ComboBox ) : void

Check Combobox count

LoadSettings ( ) : void
OnSectionActivated ( ) : void
SaveSettings ( ) : void
TVCodec ( ) : System

TVCodec ( string name ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ConfigAudioRendererCodecSection ( object sender, EventArgs e, string selection ) : void
ConfigCodecSection ( object sender, EventArgs e, string selection ) : void
InitializeComponent ( ) : void

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

RegConfigtoMP ( string subkeysource ) : void
RegMPtoConfig ( string subkeysource ) : void
SetCodecBox ( ArrayList availableFilters, String FilterCodec1, String FilterCodec2, String FilterCodec3 ) : string
configAACAudio_Click ( object sender, EventArgs e ) : void
configAudioRenderer_Click ( object sender, EventArgs e ) : void
configDDPlus_Click ( object sender, EventArgs e ) : void
configH264_Click ( object sender, EventArgs e ) : void
configHEVC_Click ( object sender, EventArgs e ) : void
configMPEGAudio_Click ( object sender, EventArgs e ) : void
configMPEG_Click ( object sender, EventArgs e ) : void
h264videoCodecComboBox_SelectedIndexChanged ( object sender, System e ) : void
videoCodecComboBox_SelectedIndexChanged ( object sender, System e ) : void

Method Details

CheckBoxValid() public méthode

Check Combobox count
public CheckBoxValid ( MPComboBox ComboBox ) : void
ComboBox MPComboBox
Résultat void

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

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

TVCodec() public méthode

public TVCodec ( ) : System
Résultat System

TVCodec() public méthode

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