lameonj
Interface LAMEOnJ


public interface LAMEOnJ

The LAMEOnJ is the starting object of the LAMEOnJ utilities using an object oriented fashion to work with the LAME reflected C elements.

LAMEOnJ is an interface, to get the singleton instance implementing this interface call the method: LAMEOnJBoot.get().


Method Summary
 LAMEOnJBlade getLAMEOnJBlade()
          Returns the singleton object to access LAME using Blade MP3 encoder API (only defined on Windows)
 LAMEOnJStdDecoder getLAMEOnJStdDecoder()
          Returns the singleton object to access LAME decoder using standard API
 LAMEOnJStdEncoder getLAMEOnJStdEncoder()
          Returns the singleton object to access LAME encoder using standard API
 

Method Detail

getLAMEOnJBlade

LAMEOnJBlade getLAMEOnJBlade()
Returns the singleton object to access LAME using Blade MP3 encoder API (only defined on Windows)

Returns:
the Blade MP3 API singleton

getLAMEOnJStdEncoder

LAMEOnJStdEncoder getLAMEOnJStdEncoder()
Returns the singleton object to access LAME encoder using standard API

Returns:
the LAME standard encoder singleton

getLAMEOnJStdDecoder

LAMEOnJStdDecoder getLAMEOnJStdDecoder()
Returns the singleton object to access LAME decoder using standard API

Returns:
the LAME standard decoder singleton


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