Class VideoSize

java.lang.Object
ws.schild.jave.info.VideoSize
All Implemented Interfaces:
Serializable

public class VideoSize extends Object implements Serializable
Instances of this class report information about videos size.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • width

      private final Integer width
      The video width.
    • height

      private final Integer height
      The video height.
    • ntsc

      public static final VideoSize ntsc
    • pal

      public static final VideoSize pal
    • qntsc

      public static final VideoSize qntsc
    • qpal

      public static final VideoSize qpal
    • sntsc

      public static final VideoSize sntsc
    • spal

      public static final VideoSize spal
    • film

      public static final VideoSize film
    • ntsc_film

      public static final VideoSize ntsc_film
    • sqcif

      public static final VideoSize sqcif
    • qcif

      public static final VideoSize qcif
    • cif

      public static final VideoSize cif
    • FOUR_cif

      public static final VideoSize FOUR_cif
    • SIXTEEN_cif

      public static final VideoSize SIXTEEN_cif
    • qqvga

      public static final VideoSize qqvga
    • qvga

      public static final VideoSize qvga
    • vga

      public static final VideoSize vga
    • svga

      public static final VideoSize svga
    • xga

      public static final VideoSize xga
    • uxga

      public static final VideoSize uxga
    • qxga

      public static final VideoSize qxga
    • sxga

      public static final VideoSize sxga
    • qsxga

      public static final VideoSize qsxga
    • hsxga

      public static final VideoSize hsxga
    • wvga

      public static final VideoSize wvga
    • wxga

      public static final VideoSize wxga
    • wsxga

      public static final VideoSize wsxga
    • wuxga

      public static final VideoSize wuxga
    • woxga

      public static final VideoSize woxga
    • wqsxga

      public static final VideoSize wqsxga
    • wquxga

      public static final VideoSize wquxga
    • whsxga

      public static final VideoSize whsxga
    • whuxga

      public static final VideoSize whuxga
    • cga

      public static final VideoSize cga
    • ega

      public static final VideoSize ega
    • hd480

      public static final VideoSize hd480
    • hd720

      public static final VideoSize hd720
    • hd1080

      public static final VideoSize hd1080
    • TWOk

      public static final VideoSize TWOk
    • TWOkflat

      public static final VideoSize TWOkflat
    • TWOkscope

      public static final VideoSize TWOkscope
    • FOURk

      public static final VideoSize FOURk
    • FOURkflat

      public static final VideoSize FOURkflat
    • FOURkscope

      public static final VideoSize FOURkscope
    • nhd

      public static final VideoSize nhd
    • hqvga

      public static final VideoSize hqvga
    • wqvga

      public static final VideoSize wqvga
    • fwqvga

      public static final VideoSize fwqvga
    • hvga

      public static final VideoSize hvga
    • qhd

      public static final VideoSize qhd
    • TWOkdci

      public static final VideoSize TWOkdci
    • FOURkdci

      public static final VideoSize FOURkdci
    • uhd2160

      public static final VideoSize uhd2160
    • uhd4320

      public static final VideoSize uhd4320
  • Constructor Details

    • VideoSize

      public VideoSize(int width, int height)
      It builds the bean.
      Parameters:
      width - The video width.
      height - The video height.
  • Method Details

    • getWidth

      public Integer getWidth()
      Returns the video width.
      Returns:
      The video width.
    • getHeight

      public Integer getHeight()
      Returns the video height.
      Returns:
      The video height.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • asEncoderArgument

      public String asEncoderArgument()
    • aspectRatioExpression

      public String aspectRatioExpression()