C# Class javazoom.jl.converter.jlc.jlcArgs

Class to contain arguments for maplay.
Datei anzeigen Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
filename System.String
output_filename System.String
output_mode int
scalefactor float
use_own_scalefactor bool
verbose_level int
verbose_mode bool
which_c int

Public Methods

Method Description
Usage ( ) : bool

Usage of JavaLayer.

jlcArgs ( ) : System
processArgs ( System argv ) : bool

Process user arguments. * Returns true if successful.

Method Details

Usage() public method

Usage of JavaLayer.
public Usage ( ) : bool
return bool

jlcArgs() public method

public jlcArgs ( ) : System
return System

processArgs() public method

Process user arguments. * Returns true if successful.
public processArgs ( System argv ) : bool
argv System
return bool

Property Details

filename public_oe property

public String,System filename
return System.String

output_filename public_oe property

public String,System output_filename
return System.String

output_mode public_oe property

public int output_mode
return int

scalefactor public_oe property

public float scalefactor
return float

use_own_scalefactor public_oe property

public bool use_own_scalefactor
return bool

verbose_level public_oe property

public int verbose_level
return int

verbose_mode public_oe property

public bool verbose_mode
return bool

which_c public_oe property

public int which_c
return int