Class Deinterlace
java.lang.Object
com.azure.resourcemanager.mediaservices.models.Deinterlace
Describes the de-interlacing settings.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmode()
Get the mode property: The deinterlacing mode.parity()
Get the parity property: The field parity for de-interlacing, defaults to Auto.void
validate()
Validates the instance.withMode
(DeinterlaceMode mode) Set the mode property: The deinterlacing mode.withParity
(DeinterlaceParity parity) Set the parity property: The field parity for de-interlacing, defaults to Auto.
-
Constructor Details
-
Deinterlace
public Deinterlace()Creates an instance of Deinterlace class.
-
-
Method Details
-
parity
Get the parity property: The field parity for de-interlacing, defaults to Auto.- Returns:
- the parity value.
-
withParity
Set the parity property: The field parity for de-interlacing, defaults to Auto.- Parameters:
parity
- the parity value to set.- Returns:
- the Deinterlace object itself.
-
mode
Get the mode property: The deinterlacing mode. Defaults to AutoPixelAdaptive.- Returns:
- the mode value.
-
withMode
Set the mode property: The deinterlacing mode. Defaults to AutoPixelAdaptive.- Parameters:
mode
- the mode value to set.- Returns:
- the Deinterlace object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-