Copyright © 2006-2019 MultiMedia Soft

MP3 object

Previous pageReturn to chapter overviewNext page

The MP3 object, accessible through the control's EncodeFormats.MP3 property, is internally implemented as a COM interface called IMP3 and contains methods needed to take advantage of encoding in MP3 format.

 

The MP3 object is implemented through the following properties and methods:

 

Properties

 

EncodeMode

Preset

CBR

ABR

CustomString

Downmix

 

Methods

 

GetEncodeModesCount

GetEncodeModeDesc

GetLameEncodingBitratesCount

GetLameEncodingBitrate

GetLameEncodingBitratesCountEx

GetLameEncodingBitrateEx

 

 

For further information about available encoding formats see the EncodeFormats object.

Samples of use of the MP3 object in Visual Basic 6 and Visual C++ 6 can be found inside the following samples installed with the product's setup package:

- CdRipper

- RecordedSoundEditor

- SimpleRecorder

- SimpleMp3Rec

- UploadSoundToFTP