Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
Deprecated elements 
 
With respect to previous versions of the control some of the control's properties and methods have been deprecated. Deprecated elements should not be used in new development projects. They have been maintained internally for backward compatibility only and they will not be documented here nor supported in the future. Furthermore, deprecated elements will not be displayed by Intellisense
 
The following is the full list of obsolete properties and methods with the current alternative you should use from now on: 
Old property or method name
Current alternative
 
 
RecordedSoundPlay
RecordedSoundPause
RecordedSoundResume
RecordedSoundStop
RecordedSoundGetMemoryPtr
RecordedSoundGetMemorySize
RecordedSoundSaveToDisk
RecordedSoundFreeMemory
RecorderChangeInputDevice
RecorderStart
StartFromInputDevice in conjunction with setting of the EncodeFormatsMan class
RecorderStartFromFile
StartFromFile in conjunction with setting of the EncodeFormatsMan class
RecorderStartFromMemory
StartFromMemory in conjunction with setting of the EncodeFormatsMan class
RecorderStartFromClipboard
StartFromClipboard in conjunction with setting of the EncodeFormatsMan class
RecorderStartFromURL
StartFromURL in conjunction with setting of the EncodeFormatsMan class
RecorderStartUsingCodec
StartFromInputDevice in conjunction with setting of the EncodeFormatsMan class and of the EncodeFormats.EncodeACM class
RecorderStartUsingCodecWavFormat
StartFromInputDevice in conjunction with setting of the EncodeFormatsMan class and of the EncodeFormats.EncodeACM class
RecorderPause
RecorderResume
RecorderStop
RecorderSetMode
RecorderSetSoundMixingParams
RecorderSetInsertPos
RecorderSetMixingPos
CdRippingStartUsingCodec
CdRippingStart in conjunction with setting of the EncodeFormatsMan class and of the EncodeFormats.EncodeACM class
CdRippingStartUsingCodecWavFormat
CdRippingStart in conjunction with setting of the EncodeFormatsMan class and of the EncodeFormats.EncodeACM class
GetSupportedRecordFormatsCount
GetSupportedRecordFormatDesc
RecordedSound.RequestExportToFileUsingCodec
RecordedSound.RequestExportToFile in conjunction with setting of the EncodeFormatsMan class and of the EncodeFormats.EncodeACM class
RecordedSound.RequestExportToFileUsingCodecWavFormat
RecordedSound.RequestExportToFile in conjunction with setting of the EncodeFormatsMan class and of the EncodeFormats.EncodeACM class
AudioCompressionManager
EncodeAacMode
EncodeAacQuality
EncodeAacCustomString
EncodeAacWrapInMP4
EncodeOggMode
EncodeOggBitrate
EncodeOggCustomString
EncodeOggQuality
EncodeOggDownmix
EncodeOggResampleFreq
EncodeMp3Mode
EncodeMp3Presets
EncodeMp3ABR
EncodeMp3CBR
EncodeMp3CustomString
EncodeMp3Downmix
EncodeWmaMode
EncodeWmaVBRQuality
EncodeWmaCBR
GetWmaEncodingBitratesCount
GetWmaEncodingBitrate
GetWmaEncodingVBRQualitiesCount
GetWmaEncodingVBRQuality
GetSpectrumTable
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents