Deinterlace コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Deinterlace() |
Deinterlace クラスの新しいインスタンスを初期化します。 |
Deinterlace(Nullable<DeinterlaceParity>, Nullable<DeinterlaceMode>) |
Deinterlace クラスの新しいインスタンスを初期化します。 |
Deinterlace()
Deinterlace クラスの新しいインスタンスを初期化します。
public Deinterlace ();
Public Sub New ()
適用対象
Deinterlace(Nullable<DeinterlaceParity>, Nullable<DeinterlaceMode>)
Deinterlace クラスの新しいインスタンスを初期化します。
public Deinterlace (Microsoft.Azure.Management.Media.Models.DeinterlaceParity? parity = default, Microsoft.Azure.Management.Media.Models.DeinterlaceMode? mode = default);
new Microsoft.Azure.Management.Media.Models.Deinterlace : Nullable<Microsoft.Azure.Management.Media.Models.DeinterlaceParity> * Nullable<Microsoft.Azure.Management.Media.Models.DeinterlaceMode> -> Microsoft.Azure.Management.Media.Models.Deinterlace
Public Sub New (Optional parity As Nullable(Of DeinterlaceParity) = Nothing, Optional mode As Nullable(Of DeinterlaceMode) = Nothing)
パラメーター
- parity
- Nullable<DeinterlaceParity>
インターレース解除のフィールド パリティ(既定値は Auto)です。使用可能な値には、'Auto'、'TopFieldFirst'、'BottomFieldFirst' が含まれます。
- mode
- Nullable<DeinterlaceMode>
インターレース解除モード。 既定値は AutoPixelAdaptive です。 使用可能な値は、'Off'、'AutoPixelAdaptive' です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET