Class VideoSize

  • All Implemented Interfaces:
    java.io.Serializable

    public class VideoSize
    extends java.lang.Object
    implements java.io.Serializable
    Instances of this class report information about videos size.
    See Also:
    Serialized Form
    • Constructor Detail

      • VideoSize

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

      • getWidth

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

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

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

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

        public java.lang.String asEncoderArgument()
      • aspectRatioExpression

        public java.lang.String aspectRatioExpression()