Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

aflibLameFile Class Reference

Derived class to write MP3 audio files using the Lame encoder. More...

#include <aflibLameFile.h>

Inheritance diagram for aflibLameFile:

aflibFile List of all members.

Public Methods

 aflibLameFile ()
 ~aflibLameFile ()
aflibStatus afopen (const char *file, aflibConfig *cfg)
 Main API for opening a file or device in read mode. More...

aflibStatus afcreate (const char *file, const aflibConfig &cfg)
 Main API for opening a file or device in write mode. More...

aflibStatus afread (aflibData &data, long long position=-1)
 Main API function to read a segment of data. More...

aflibStatus afwrite (aflibData &data, long long position=-1)
 Main API function to write a segment of audio data. More...

bool isDataSizeSupported (aflib_data_size size)
bool isEndianSupported (aflib_data_endian end)
bool isSampleRateSupported (int &rate)

Detailed Description

Derived class to write MP3 audio files using the Lame encoder.

This class will write audio files of the MP3 (MPEG Audio Compression Format) format. This module uses the lame encoder to encode MP3 formats. The Lame encoder can be obtained from http://www.sulaco.org/mp3 . Also the encoder must be located in the PATH of your environment in order for this module to find it.


Constructor & Destructor Documentation

aflibLameFile::aflibLameFile  
 

aflibLameFile::~aflibLameFile  
 


Member Function Documentation

aflibStatus aflibLameFile::afcreate const char *    file,
const aflibConfig   cfg
[virtual]
 

Main API for opening a file or device in write mode.

This function is only used for module support. For no module support the derived classes afcreate function will be called instead. For module support this function will make a call to the derived classes function.

Reimplemented from aflibFile.

aflibStatus aflibLameFile::afopen const char *    file,
aflibConfig   cfg
[virtual]
 

Main API for opening a file or device in read mode.

This function is only used for module support. For no modules support the derived classes afopen function will be called instead. For module support this function will make a call to the derived classes function.

Reimplemented from aflibFile.

aflibStatus aflibLameFile::afread aflibData   data,
long long    position = -1
[virtual]
 

Main API function to read a segment of data.

This function is only used for module support. For no module support the derived classes afread function will be called instead. For module support this function will make a call to the derived classes function.

Reimplemented from aflibFile.

aflibStatus aflibLameFile::afwrite aflibData   data,
long long    position = -1
[virtual]
 

Main API function to write a segment of audio data.

This function is only used for module support. For no module support the derived classes afwrite function will be called instead. For module support this function will make a call to the derived class.

Reimplemented from aflibFile.

bool aflibLameFile::isDataSizeSupported aflib_data_size    size [virtual]
 

Reimplemented from aflibFile.

bool aflibLameFile::isEndianSupported aflib_data_endian    end [virtual]
 

Reimplemented from aflibFile.

bool aflibLameFile::isSampleRateSupported int &    rate [virtual]
 

Reimplemented from aflibFile.


The documentation for this class was generated from the following files:
Generated on Wed May 8 20:51:12 2002 for Open Source Audio Library Project by doxygen1.2.15