|
IBM Toolkit for MPEG-4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxmtbatch.XmtBatch
XmtBatch Converter. This class will perform the various conversions in a batch mode.
Field Summary | |
static int |
ERROR
Return code for a recoverable error. |
static int |
FATAL_ERROR
Return code for a fatal error. |
static int |
OK
Conversion return code to indicate success. |
static int |
WARNING
Return code for a warning. |
Constructor Summary | |
XmtBatch()
|
Method Summary | |
int |
run(java.lang.String[] args)
Run the conversion with the specified arguments. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int FATAL_ERROR
public static final int ERROR
public static final int WARNING
public static final int OK
Constructor Detail |
public XmtBatch()
Method Detail |
public int run(java.lang.String[] args)
args
- argument values.
|
IBM Toolkit for MPEG-4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |