C# Class javazoom.jl.player.jlp

The jlp class implements a simple command-line player for MPEG audio files. *
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Méthode Description
createInstance ( System args ) : jlp
jlp ( System filename ) : System
play ( ) : void
showUsage ( ) : void

Méthodes protégées

Méthode Description
init ( System filename ) : void
parseArgs ( System args ) : bool

Private Methods

Méthode Description
Main ( System args ) : void
jlp ( ) : System

Method Details

createInstance() public static méthode

public static createInstance ( System args ) : jlp
args System
Résultat jlp

init() protected méthode

protected init ( System filename ) : void
filename System
Résultat void

jlp() public méthode

public jlp ( System filename ) : System
filename System
Résultat System

parseArgs() protected méthode

protected parseArgs ( System args ) : bool
args System
Résultat bool

play() public méthode

public play ( ) : void
Résultat void

showUsage() public méthode

public showUsage ( ) : void
Résultat void