Copyright © 2006-2019 MultiMedia Soft

OGG object

Previous pageReturn to chapter overviewNext page

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

 

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

 

Properties

 

EncodeMode

Bitrate

Quality

CustomString

Downmix

ResampleFrequency

 

Methods

 

GetEncodeModesCount

GetEncodeModeDesc

 

 

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

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

- RecordedSoundEditor

- SimpleOggRec

- SimpleRecorder