C# 클래스 MediaPortal.Configuration.Sections.TVCodec

파일 보기 프로젝트 열기: MediaPortal/MediaPortal-1 1 사용 예제들

공개 메소드들

메소드 설명
CheckBoxValid ( MPComboBox ComboBox ) : void

Check Combobox count

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

TVCodec ( string name ) : System

보호된 메소드들

메소드 설명
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
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

메소드 상세

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() 공개 메소드

public LoadSettings ( ) : void
리턴 void

OnSectionActivated() 공개 메소드

public OnSectionActivated ( ) : void
리턴 void

SaveSettings() 공개 메소드

public SaveSettings ( ) : void
리턴 void

TVCodec() 공개 메소드

public TVCodec ( ) : System
리턴 System

TVCodec() 공개 메소드

public TVCodec ( string name ) : System
name string
리턴 System