C# Class javazoom.jl.decoder.Decoder

The Decoder class encapsulates the details of decoding an MPEG audio frame.
Inheritance: DecoderErrors
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Méthode Description
Decoder ( ) : System

Creates a new Decoder instance with default parameters.

Decoder ( Params params0 ) : System

Creates a new Decoder instance with default parameters.

decodeFrame ( Header header, Bitstream stream ) : Obuffer

Decodes one frame from an MPEG audio bitstream.

Méthodes protégées

Méthode Description
newDecoderException ( int errorcode ) : DecoderException
newDecoderException ( int errorcode, System throwable ) : DecoderException
retrieveDecoder ( Header header, Bitstream stream, int layer ) : FrameDecoder

Private Methods

Méthode Description
InitBlock ( ) : void
initialize ( Header header ) : void

Method Details

Decoder() public méthode

Creates a new Decoder instance with default parameters.
public Decoder ( ) : System
Résultat System

Decoder() public méthode

Creates a new Decoder instance with default parameters.
public Decoder ( Params params0 ) : System
params0 Params
Résultat System

decodeFrame() public méthode

Decodes one frame from an MPEG audio bitstream.
public decodeFrame ( Header header, Bitstream stream ) : Obuffer
header Header
stream Bitstream
Résultat Obuffer

newDecoderException() protected méthode

protected newDecoderException ( int errorcode ) : DecoderException
errorcode int
Résultat DecoderException

newDecoderException() protected méthode

protected newDecoderException ( int errorcode, System throwable ) : DecoderException
errorcode int
throwable System
Résultat DecoderException

retrieveDecoder() protected méthode

protected retrieveDecoder ( Header header, Bitstream stream, int layer ) : FrameDecoder
header Header
stream Bitstream
layer int
Résultat FrameDecoder