IBM Toolkit
for MPEG-4

avgen
Class AVgen

java.lang.Object
  extended byavgen.AVgen

public class AVgen
extends java.lang.Object

AVgen 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
AVgen()
           
 
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

AVgen

public AVgen()
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 AVgen application except you can not invoke the AVgen GUI application, it is the equivalent as specifying the quiet mode option -Q which is ignored.

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

IBM Toolkit
for MPEG-4

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