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.
Author:
Carlo Pelliccia
See Also:
  • Field Details

  • 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()