C# Class javazoom.jl.decoder.DecoderException

The DecoderException represents the class of errors that can occur when decoding MPEG audio.
Inheritance: Mp3SharpException, DecoderErrors
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Méthode Description
DecoderException ( System msg, System t ) : System
DecoderException ( int errorcode, System t ) : System
getErrorString ( int errorcode ) : System.String

Private Methods

Méthode Description
InitBlock ( ) : void

Method Details

DecoderException() public méthode

public DecoderException ( System msg, System t ) : System
msg System
t System
Résultat System

DecoderException() public méthode

public DecoderException ( int errorcode, System t ) : System
errorcode int
t System
Résultat System

getErrorString() public static méthode

public static getErrorString ( int errorcode ) : System.String
errorcode int
Résultat System.String