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

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

공개 프로퍼티들

프로퍼티 타입 설명
_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