C# Class Handbrake.Controls.Filters

The Filters Panel
Inheritance: System.Windows.Forms.UserControl
Show file Open project: golgol7777/HandBrakeWinSource

Public Methods

Method Description
Filters ( ) : System

Initializes a new instance of the Filters class. Creates a new instance of Filters

SetDeBlock ( int value ) : void

Set the Deblock Control

SetDeInterlace ( Deinterlace value, string custom ) : void

Set the Deinterlace Control

SetDeNoise ( Denoise value, string custom ) : void

Set the Denoise control

SetDeTelecine ( Detelecine value, string custom ) : void

Set the Detelecine control

SetDecomb ( Decomb value, string custom ) : void

Set the Decomb Control

SetGrayScale ( bool value ) : void

Set the grayscale control

Private Methods

Method Description
DropDecombSelectedIndexChanged ( object sender, EventArgs e ) : void
DropDeinterlaceSelectedIndexChanged ( object sender, EventArgs e ) : void
DropDenoiseSelectedIndexChanged ( object sender, EventArgs e ) : void
DropDetelecineSelectedIndexChanged ( object sender, EventArgs e ) : void
SliderDeblockScroll ( object sender, EventArgs e ) : void

Method Details

Filters() public method

Initializes a new instance of the Filters class. Creates a new instance of Filters
public Filters ( ) : System
return System

SetDeBlock() public method

Set the Deblock Control
public SetDeBlock ( int value ) : void
value int The deblock value
return void

SetDeInterlace() public method

Set the Deinterlace Control
public SetDeInterlace ( Deinterlace value, string custom ) : void
value Deinterlace /// The value part of the CLI string ///
custom string /// The Custom Detinerlace Settings ///
return void

SetDeNoise() public method

Set the Denoise control
public SetDeNoise ( Denoise value, string custom ) : void
value Denoise /// The value part of the CLI string ///
custom string /// The custom denoise setting. ///
return void

SetDeTelecine() public method

Set the Detelecine control
public SetDeTelecine ( Detelecine value, string custom ) : void
value Detelecine /// The value part of the CLI string ///
custom string /// The Custom Detelecine setting ///
return void

SetDecomb() public method

Set the Decomb Control
public SetDecomb ( Decomb value, string custom ) : void
value Decomb /// The value part of the CLI string ///
custom string /// The custom option string ///
return void

SetGrayScale() public method

Set the grayscale control
public SetGrayScale ( bool value ) : void
value bool Boolean value
return void