Package | Description |
---|---|
org.monte.media.avi |
Provides media handlers for the AVI file format.
|
Modifier and Type | Method and Description |
---|---|
static AVIOutputStreamOLD.AVIVideoFormat |
AVIOutputStreamOLD.AVIVideoFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AVIOutputStreamOLD.AVIVideoFormat[] |
AVIOutputStreamOLD.AVIVideoFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AVIOutputStreamOLD(java.io.File file,
AVIOutputStreamOLD.AVIVideoFormat format)
Deprecated.
Creates a new AVI file with the specified video format and
frame rate.
|
AVIOutputStreamOLD(java.io.File file,
AVIOutputStreamOLD.AVIVideoFormat format,
int bitsPerPixel)
Deprecated.
Creates a new AVI file with the specified video format and
frame rate.
|
AVIOutputStreamOLD(javax.imageio.stream.ImageOutputStream out,
AVIOutputStreamOLD.AVIVideoFormat format)
Deprecated.
Creates a new AVI output stream with the specified video format and
framerate.
|