C# 클래스 javazoom.jl.converter.jlc.jlcArgs

Class to contain arguments for maplay.
파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Usage ( ) : bool

Usage of JavaLayer.

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

Process user arguments. * Returns true if successful.

메소드 상세

Usage() 공개 메소드

Usage of JavaLayer.
public Usage ( ) : bool
리턴 bool

jlcArgs() 공개 메소드

public jlcArgs ( ) : System
리턴 System

processArgs() 공개 메소드

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

프로퍼티 상세

filename 공개적으로 프로퍼티

public String,System filename
리턴 System.String

output_filename 공개적으로 프로퍼티

public String,System output_filename
리턴 System.String

output_mode 공개적으로 프로퍼티

public int output_mode
리턴 int

scalefactor 공개적으로 프로퍼티

public float scalefactor
리턴 float

use_own_scalefactor 공개적으로 프로퍼티

public bool use_own_scalefactor
리턴 bool

verbose_level 공개적으로 프로퍼티

public int verbose_level
리턴 int

verbose_mode 공개적으로 프로퍼티

public bool verbose_mode
리턴 bool

which_c 공개적으로 프로퍼티

public int which_c
리턴 int