Class ImageProperties


  • public final class ImageProperties
    extends Object
    Image transformations and formatting options to be applied to the video frame(s).
    • Constructor Detail

      • ImageProperties

        public ImageProperties()
    • Method Detail

      • getScale

        public ImageScale getScale()
        Get the scale property: Image scaling mode.
        Returns:
        the scale value.
      • setScale

        public ImageProperties setScale​(ImageScale scale)
        Set the scale property: Image scaling mode.
        Parameters:
        scale - the scale value to set.
        Returns:
        the ImageProperties object itself.
      • getFormat

        public ImageFormatProperties getFormat()
        Get the format property: Base class for image formatting properties.
        Returns:
        the format value.
      • setFormat

        public ImageProperties setFormat​(ImageFormatProperties format)
        Set the format property: Base class for image formatting properties.
        Parameters:
        format - the format value to set.
        Returns:
        the ImageProperties object itself.