IBM Toolkit
for MPEG-4

xmtbatch
Class XmtBatch

java.lang.Object
  extended byxmtbatch.XmtBatch

public class XmtBatch
extends java.lang.Object

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

FATAL_ERROR

public static final int FATAL_ERROR
Return code for a fatal error.

See Also:
Constant Field Values

ERROR

public static final int ERROR
Return code for a recoverable error.

See Also:
Constant Field Values

WARNING

public static final int WARNING
Return code for a warning.

See Also:
Constant Field Values

OK

public static final int OK
Conversion return code to indicate success.

See Also:
Constant Field Values
Constructor Detail

XmtBatch

public XmtBatch()
Method Detail

run

public int run(java.lang.String[] args)
Run the conversion with the specified arguments. The arguments are the same as the command line arguments as XmtBatch application except you can not invoke the XmtBatch GUI application (-noGui or -Gui).

Parameters:
args - argument values.
Returns:
the return code (OK, warning, error and fatal error).

IBM Toolkit
for MPEG-4

© Copyright IBM Corp. 1998, 2006. All Rights Reserved.