Package net.sourceforge.plantuml.mjpeg
Class MJPEGGenerator
java.lang.Object
net.sourceforge.plantuml.mjpeg.MJPEGGenerator
-
Constructor Summary
ConstructorsConstructorDescriptionMJPEGGenerator
(SFile aviFile, int width, int height, double framerate, int numFrames) Creates a new instance of MJPEGGenerator -
Method Summary
-
Constructor Details
-
MJPEGGenerator
public MJPEGGenerator(SFile aviFile, int width, int height, double framerate, int numFrames) throws IOException Creates a new instance of MJPEGGenerator- Throws:
IOException
-
-
Method Details
-
addImage
- Throws:
IOException
-
finishAVI
- Throws:
IOException
-
swapInt
public static int swapInt(int v) -
swapShort
public static short swapShort(short v) -
intBytes
public static byte[] intBytes(int i) -
shortBytes
public static byte[] shortBytes(short i)
-