Package lameonj.decoder.std

Contains the object oriented Java wrappers of the C methods, structures and constants of the LAME standard API for decoding.

See:
          Description

Interface Summary
Decoder This object represents a decoding task.
GenericDecoder This interface may be used to progressively decode MP3 data to PCM.
LAMEOnJStdDecoder The LAMEOnJStdDecoder is the starting interface of the LAMEOnJ decoder using an object oriented fashion to work with the LAME reflected C methods using the LAME standard API.
PCMFrame This interface represents a mono/stereo PCM frame.
StreamDecoder This interface may be used to decode the specified source file or stream to MP3 with only one call or progressively by chunks.
 

Package lameonj.decoder.std Description

Contains the object oriented Java wrappers of the C methods, structures and constants of the LAME standard API for decoding.



Copyright © 2006-2008 Jose Maria Arranz. All Rights Reserved.