public class Size
Represents a video size in pixels, with no notion of rotation / width / height. This is just a minor dim and a major dim.
Size(int firstSize, int secondSize)
int
getMinor()
getMajor()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
firstSize
secondSize
int getMinor()
int getMajor()