C# Класс MediaPortal.Configuration.Sections.MovieCodec

Наследование: SectionSettings
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
_forceSourceSplitter bool
_splitterFileFilter string
_splitterFilter string

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

CheckBoxValid() публичный Метод

Check Combobox count
public CheckBoxValid ( MPComboBox ComboBox ) : void
ComboBox MPComboBox
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

LoadSettings() публичный Метод

Loads the movie player settings
public LoadSettings ( ) : void
Результат void

MovieCodec() публичный Метод

public MovieCodec ( ) : System
Результат System

MovieCodec() публичный Метод

public MovieCodec ( string name ) : System
name string
Результат System

OnSectionActivated() публичный Метод

public OnSectionActivated ( ) : void
Результат void

SaveSettings() публичный Метод

Saves movie player settings and codec info.
public SaveSettings ( ) : void
Результат void

UpdateDecoderSettings() публичный Метод

sets useability of select config depending on whether auot decoder stting option is enabled.
public UpdateDecoderSettings ( ) : void
Результат void

Описание свойств

_forceSourceSplitter публичное статическое свойство

public static bool _forceSourceSplitter
Результат bool

_splitterFileFilter публичное статическое свойство

public static string _splitterFileFilter
Результат string

_splitterFilter публичное статическое свойство

public static string _splitterFilter
Результат string