Package lameonj.encoder.std

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

See:
          Description

Interface Summary
Encoder This object represents an encoding task.
EncoderConfig This interface basically wraps the low level Lame API with some added checking.
GenericEncoder This interface may be used to progressively encode PCM data to MP3.
LAMEOnJStdEncoder The LAMEOnJStdEncoder is the starting interface of the LAMEOnJ encoder using an object oriented fashion to work with the LAME reflected C methods using the LAME standard API.
StreamEncoder This interface may be used to encode the specified source file or stream to MP3 with only one call or progressively by chunks.
 

Package lameonj.encoder.std Description

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



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