C# Class MediaPortal.Configuration.Sections.TVCodec

Datei anzeigen Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Public Methods

Method Description
CheckBoxValid ( MPComboBox ComboBox ) : void

Check Combobox count

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

TVCodec ( string name ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

Check Combobox count
public CheckBoxValid ( MPComboBox ComboBox ) : void
ComboBox MPComboBox
return void

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

LoadSettings() public method

public LoadSettings ( ) : void
return void

OnSectionActivated() public method

public OnSectionActivated ( ) : void
return void

SaveSettings() public method

public SaveSettings ( ) : void
return void

TVCodec() public method

public TVCodec ( ) : System
return System

TVCodec() public method

public TVCodec ( string name ) : System
name string
return System