Copyright © 2006-2011 MultiMedia Soft

Deprecated elements

Previous pageReturn to chapter overviewNext page

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 or event name

Current alternative

 

 

RecordedSoundPlay (*)

RecordedSound.Play

RecordedSoundPause (*)

RecordedSound.Pause

RecordedSoundResume (*)

RecordedSound.Resume

RecordedSoundStop (*)

RecordedSound.Stop

RecordedSoundGetMemoryPtr (*)

RecordedSound.GetMemoryPtr

RecordedSoundGetMemorySize (*)

RecordedSound.GetMemorySize

RecordedSoundSaveToDisk (*)

RecordedSound.SaveToFile

RecordedSoundFreeMemory (*)

RecordedSound.FreeMemory

RecorderChangeInputDevice (*)

No more needed: the input device is now set when the recording is started through the StartFromDirectSoundDevice method in conjunction with setting of the EncodeFormatsMan class

RecorderStart (*)

StartFromDirectSoundDevice 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 (*)

StartFromDirectSoundDevice in conjunction with setting of the EncodeFormatsMan class and of the EncodeFormats.EncodeACM class

RecorderStartUsingCodecWavFormat (*)

StartFromDirectSoundDevice in conjunction with setting of the EncodeFormatsMan class and of the EncodeFormats.EncodeACM class

RecorderPause (*)

Pause

RecorderResume (*)

Resume

RecorderStop (*)

Stop

RecorderSetMode (*)

SetRecordingMode

RecorderSetSoundMixingParams (*)

SetMixingParams

RecorderSetInsertPos (*)

SetInsertPos

RecorderSetMixingPos (*)

SetMixingPos

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 (*)

EncodeFormats.ResampleNativeFormatsGetCount

GetSupportedRecordFormatDesc (*)

EncodeFormats.ResampleNativeFormatGetDesc

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 (*)

EncodeFormats.ACM

EncodeAacMode (*)

EncodeFormats.AAC.EncodeMode

EncodeAacQuality (*)

EncodeFormats.AAC.Quality

EncodeAacCustomString (*)

EncodeFormats.AAC.CustomString

EncodeAacWrapInMP4 (*)

EncodeFormats.AAC.WrapInMP4

EncodeOggMode (*)

EncodeFormats.OGG.EncodeMode

EncodeOggBitrate (*)

EncodeFormats.OGG.Bitrate

EncodeOggCustomString (*)

EncodeFormats.OGG.CustomString

EncodeOggQuality (*)

EncodeFormats.OGG.Quality

EncodeOggDownmix (*)

EncodeFormats.OGG.Downmix

EncodeOggResampleFreq (*)

EncodeFormats.OGG.ResampleFrequency

EncodeMp3Mode (*)

EncodeFormats.MP3.EncodeMode

EncodeMp3Presets (*)

EncodeFormats.MP3.Preset

EncodeMp3ABR (*)

EncodeFormats.MP3.ABR

EncodeMp3CBR (*)

EncodeFormats.MP3.CBR

EncodeMp3CustomString (*)

EncodeFormats.MP3.CustomString

EncodeMp3Downmix (*)

EncodeFormats.MP3.Downmix

EncodeWmaMode (*)

EncodeFormats.WMA.EncodeMode

EncodeWmaVBRQuality (*)

EncodeFormats.WMA.Quality

EncodeWmaCBR (*)

EncodeFormats.WMA.CBR

GetWmaEncodingBitratesCount (*)

EncodeFormats.WMA.GetEncodingBitratesCount

GetWmaEncodingBitrate (*)

EncodeFormats.WMA.GetEncodingBitrate

GetWmaEncodingVBRQualitiesCount (*)

EncodeFormats.WMA.GetEncodingVBRQualitiesCount

GetWmaEncodingVBRQuality (*)

EncodeFormats.WMA.GetEncodingVBRQuality

GetSpectrumTable (*)

Spectrum.GetTable

 

 

InitRecorder (**)

InitRecordingSystem

ChangeInputDevice (**)

No more needed: the input device is now set when the recording is started through the StartFromDirectSoundDevice method in conjunction with setting of the EncodeFormatsMan class

StartFromInputDevice (**)

StartFromDirectSoundDevice

WaveformAnalyzer.GetGraphicalSettings (**)

WaveformAnalyzer.GetGraphicalSettings2

WaveformAnalyzer.SetGraphicalSettings (**)

WaveformAnalyzer.SetGraphicalSettings2

GetInputDevice (**)

No more needed: the input device is now set when the recording is started through the StartFromDirectSoundDevice method in conjunction with setting of the EncodeFormatsMan class

WAVEFORM_ANALYZER_SETTINGS class

WAVEFORM_ANALYZER_SETTINGS_2 class

WaveAnalysisStop (**)

WaveAnalysisDone

WaveAnalyzerMouseAction (**)

WaveAnalyzerMouseNotification

 

 

EncodeFormats.WMA.GetEncodingBitratesCountEx (***)

EncodeFormats.WMA.GetEncodingCBRCount

EncodeFormats.WMA.GetEncodingBitrateEx (***)

EncodeFormats.WMA.GetEncodingCBR

InputFormatsAvailable event (***)

Combination of RECORD_STATUS_NOT_READY and RECORD_STATUS_READY states inside the Status property

 

 

WaveformAnalyzer.CreateFileBitmapView (****)

WaveformAnalyzer.BitmapViewSaveToFile

WaveformAnalyzer.CreateMemoryBitmapView (****)

WaveformAnalyzer.BitmapViewSaveToMemory

WaveformAnalyzer.GetBitmapViewWidth (****)

WaveformAnalyzer.BitmapViewGetWidth

CdCoverURLsAvailable event (****)

CdCoverURLsAvailableEx event

CdCoverPictureFileAvailable event (****)

CdCoverPictureFileAvailableEx event

 

(*) Deprecated starting from version 3

(**) Deprecated starting from version 4

(***) Deprecated starting from version 4.3

(****) Deprecated starting from version 5