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

Class to contain arguments for maplay.
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
Usage ( ) : bool

Usage of JavaLayer.

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

Process user arguments. * Returns true if successful.

Method Details

Usage() public méthode

Usage of JavaLayer.
public Usage ( ) : bool
Résultat bool

jlcArgs() public méthode

public jlcArgs ( ) : System
Résultat System

processArgs() public méthode

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

Property Details

filename public_oe property

public String,System filename
Résultat System.String

output_filename public_oe property

public String,System output_filename
Résultat System.String

output_mode public_oe property

public int output_mode
Résultat int

scalefactor public_oe property

public float scalefactor
Résultat float

use_own_scalefactor public_oe property

public bool use_own_scalefactor
Résultat bool

verbose_level public_oe property

public int verbose_level
Résultat int

verbose_mode public_oe property

public bool verbose_mode
Résultat bool

which_c public_oe property

public int which_c
Résultat int