Copyright © 2006-2019 MultiMedia Soft

MP2 object

Previous pageReturn to chapter overviewNext page

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

 

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

 

Properties

 

EncodeMode

CBR

CustomString

Downmix

 

Methods

 

GetEncodeModesCount

GetEncodeModeDesc

GetTwoLameEncodingBitratesCount

GetTwoLameEncodingBitrate

GetTwoLameEncodingBitratesCountEx

GetTwoLameEncodingBitrateEx

 

 

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:

- SimpleRecorder