Deinterlace Class
Describes the de-interlacing settings.
- Inheritance
-
azure.mgmt.media._serialization.ModelDeinterlace
Constructor
Deinterlace(*, parity: str | _models.DeinterlaceParity | None = None, mode: str | _models.DeinterlaceMode | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
parity
|
The field parity for de-interlacing, defaults to Auto. Known values are: "Auto", "TopFieldFirst", and "BottomFieldFirst". |
mode
|
The deinterlacing mode. Defaults to AutoPixelAdaptive. Known values are: "Off" and "AutoPixelAdaptive". |
Variables
Name | Description |
---|---|
parity
|
The field parity for de-interlacing, defaults to Auto. Known values are: "Auto", "TopFieldFirst", and "BottomFieldFirst". |
mode
|
The deinterlacing mode. Defaults to AutoPixelAdaptive. Known values are: "Off" and "AutoPixelAdaptive". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python