C# Class MediaPortal.Configuration.Sections.MovieCodec

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

Public Properties

Property Type Description
_forceSourceSplitter bool
_splitterFileFilter string
_splitterFilter string

Public Methods

Method Description
CheckBoxValid ( MPComboBox ComboBox ) : void

Check Combobox count

LoadSettings ( ) : void

Loads the movie player settings

MovieCodec ( ) : System

MovieCodec ( string name ) : System

OnSectionActivated ( ) : void
SaveSettings ( ) : void

Saves movie player settings and codec info.

UpdateDecoderSettings ( ) : void

sets useability of select config depending on whether auot decoder stting option is enabled.

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
EnableWmvWmaLAVSettings ( string subkeysource, string valueKey ) : bool
ForceSourceSplitter_CheckedChanged ( object sender, EventArgs e ) : void

updates the useable options if the force source splitter option is enabled.

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
SplitterComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
autoDecoderSettings_CheckedChanged ( object sender, EventArgs e ) : void

updates the useable options if the auto decoder option is enabled.

configAACAudio_Click ( object sender, EventArgs e ) : void
configAudioRenderer_Click ( object sender, EventArgs e ) : void
configDivxXvid_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
configSplitterSource_Click ( object sender, EventArgs e ) : void
configSplitterSync_Click ( object sender, EventArgs e ) : void
configVC1_Click ( object sender, EventArgs e ) : void
configVC1i_Click ( object sender, EventArgs 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

Loads the movie player settings
public LoadSettings ( ) : void
return void

MovieCodec() public method

public MovieCodec ( ) : System
return System

MovieCodec() public method

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

OnSectionActivated() public method

public OnSectionActivated ( ) : void
return void

SaveSettings() public method

Saves movie player settings and codec info.
public SaveSettings ( ) : void
return void

UpdateDecoderSettings() public method

sets useability of select config depending on whether auot decoder stting option is enabled.
public UpdateDecoderSettings ( ) : void
return void

Property Details

_forceSourceSplitter public_oe static_oe property

public static bool _forceSourceSplitter
return bool

_splitterFileFilter public_oe static_oe property

public static string _splitterFileFilter
return string

_splitterFilter public_oe static_oe property

public static string _splitterFilter
return string