C# Класс Handbrake.Controls.Filters

The Filters Panel
Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

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

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

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

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

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

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

Initializes a new instance of the Filters class. Creates a new instance of Filters
public Filters ( ) : System
Результат System

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

Set the Deblock Control
public SetDeBlock ( int value ) : void
value int The deblock value
Результат void

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

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 ///
Результат void

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

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. ///
Результат void

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

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 ///
Результат void

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

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 ///
Результат void

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

Set the grayscale control
public SetGrayScale ( bool value ) : void
value bool Boolean value
Результат void