Package ws.schild.jave
Class VideoSize
- java.lang.Object
-
- ws.schild.jave.VideoSize
-
- All Implemented Interfaces:
java.io.Serializable
public class VideoSize extends java.lang.Object implements java.io.SerializableInstances of this class report informations about videos size.- Author:
- Carlo Pelliccia
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VideoSize(int width, int height)It builds the bean.
-