java.lang.Object
com.azure.resourcemanager.mediaservices.models.Deinterlace

public final class Deinterlace extends Object
Describes the de-interlacing settings.
  • Constructor Details

    • Deinterlace

      public Deinterlace()
      Creates an instance of Deinterlace class.
  • Method Details

    • parity

      public DeinterlaceParity parity()
      Get the parity property: The field parity for de-interlacing, defaults to Auto.
      Returns:
      the parity value.
    • withParity

      public Deinterlace withParity(DeinterlaceParity parity)
      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

      public DeinterlaceMode mode()
      Get the mode property: The deinterlacing mode. Defaults to AutoPixelAdaptive.
      Returns:
      the mode value.
    • withMode

      public Deinterlace withMode(DeinterlaceMode mode)
      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.