Deinterlace クラス
インターレース解除の設定について説明します。
- 継承
-
azure.mgmt.media._serialization.ModelDeinterlace
コンストラクター
Deinterlace(*, parity: str | _models.DeinterlaceParity | None = None, mode: str | _models.DeinterlaceMode | None = None, **kwargs)
キーワードのみのパラメーター
名前 | 説明 |
---|---|
parity
|
str または
DeinterlaceParity
インターレース解除のフィールド パリティは、既定値は Auto です。既知の値は、"Auto"、"TopFieldFirst"、"BottomFieldFirst" です。 |
mode
|
str または
DeinterlaceMode
インターレース解除モード。 既定値は AutoPixelAdaptive です。 既知の値は、"Off" と "AutoPixelAdaptive" です。 |
変数
名前 | 説明 |
---|---|
parity
|
str または
DeinterlaceParity
インターレース解除のフィールド パリティは、既定値は Auto です。既知の値は、"Auto"、"TopFieldFirst"、"BottomFieldFirst" です。 |
mode
|
str または
DeinterlaceMode
インターレース解除モード。 既定値は AutoPixelAdaptive です。 既知の値は、"Off" と "AutoPixelAdaptive" です。 |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python