| 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(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(File file,
AVIOutputStreamOLD.AVIVideoFormat format)
Deprecated.
Creates a new AVI file with the specified video format and
frame rate.
|
AVIOutputStreamOLD(File file,
AVIOutputStreamOLD.AVIVideoFormat format,
int bitsPerPixel)
Deprecated.
Creates a new AVI file with the specified video format and
frame rate.
|
AVIOutputStreamOLD(ImageOutputStream out,
AVIOutputStreamOLD.AVIVideoFormat format)
Deprecated.
Creates a new AVI output stream with the specified video format and
framerate.
|
Copyright © 2014. All Rights Reserved.