Class VideoResolution


  • public final class VideoResolution
    extends Object
    The Video resolution.
    • Constructor Detail

      • VideoResolution

        public VideoResolution()
    • Method Detail

      • getWidth

        public Float getWidth()
        Get the width property: The number of columns of the Video image.
        Returns:
        the width value.
      • setWidth

        public VideoResolution setWidth​(Float width)
        Set the width property: The number of columns of the Video image.
        Parameters:
        width - the width value to set.
        Returns:
        the VideoResolution object itself.
      • getHeight

        public Float getHeight()
        Get the height property: The number of lines of the Video image.
        Returns:
        the height value.
      • setHeight

        public VideoResolution setHeight​(Float height)
        Set the height property: The number of lines of the Video image.
        Parameters:
        height - the height value to set.
        Returns:
        the VideoResolution object itself.