Copyright © 2008-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

 

 

CancelExportToFile (*)

ExportSoundCancel

WaveformAnalyzer.GetGraphicalSettings (*)

WaveformAnalyzer.GetGraphicalSettings2

WaveformAnalyzer.SetGraphicalSettings (*)

WaveformAnalyzer.SetGraphicalSettings2

WAVEFORM_ANALYZER_SETTINGS class (*)

WAVEFORM_ANALYZER_SETTINGS_2 class

Effects.VolumeAutomationPointAdd (*)

Effects.VolumeAutomationPointAddNew

Effects.VolumeAutomationPointGetParams (*)

Effects.VolumeAutomationPointGetParameters

Effects.VolumeAutomationPointSetParams (*)

Effects.VolumeAutomationPointSetParameters

WaveAnalysisStop event (*)

WaveAnalysisDone event

WaveAnalyzerMouseAction event (*)

WaveAnalyzerMouseNotification event

 

 

EncodeFormats.WMA.GetEncodingBitratesCountEx (**)

EncodeFormats.WMA.GetEncodingCBRCount

EncodeFormats.WMA.GetEncodingBitrateEx (**)

EncodeFormats.WMA.GetEncodingCBR

 

 

WaveformAnalyzer.CreateFileBitmapView (***)

WaveformAnalyzer.BitmapViewSaveToFile

WaveformAnalyzer.CreateMemoryBitmapView (***)

WaveformAnalyzer.BitmapViewSaveToMemory

WaveformAnalyzer.GetBitmapViewWidth (***)

WaveformAnalyzer.BitmapViewGetWidth

Effects.NormalizationToPeakApply (***)

Effects.NormalizationSimpleApply

Effects.NormalizationToTargetApply (***)

Effects.NormalizationAdvancedApply

GetFormattedTime (***)

FromMsToFormattedTime

WaveAnalyzerLineMoved event (***)

WaveAnalyzerLineMoving event

 

(*) Deprecated starting from version 2

(**) Deprecated starting from version 2.3

(***) Deprecated starting from version 3