Deinterlace クラス

定義

インターレース解除の設定について説明します。

public class Deinterlace
type Deinterlace = class
Public Class Deinterlace
継承
Deinterlace

コンストラクター

Deinterlace()

Deinterlace クラスの新しいインスタンスを初期化します。

Deinterlace(Nullable<DeinterlaceParity>, Nullable<DeinterlaceMode>)

Deinterlace クラスの新しいインスタンスを初期化します。

プロパティ

Mode

インターレース解除モードを取得または設定します。 既定値は AutoPixelAdaptive です。 指定できる値は、'Off'、'AutoPixelAdaptive' です。

Parity

インターレース解除のフィールド パリティを取得または設定します。既定値は Auto です。使用可能な値には、'Auto'、'TopFieldFirst'、'BottomFieldFirst' が含まれます。

適用対象