Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
Deprecated elements 
 
With respect to previous versions of the control some of the control's methods have been deprecated. These obsolete methods 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, these obsolete elements will not be displayed by Intellisense and, in Visual C++, will not be inserted inside the wrapper class. 
 
The following is the full list of obsolete properties and methods with the current alternative you should use from now on.   
 
Old property, method or event name
Current alternative
 
 
SetPriority (*)
Dropped: with the latest internal changes this property is not needed
PlayerUseDirectSound (*)
Dropped: with the latest internal changes this property is not needed
GetMp3StreamTypeFrequency (*)
GetFrequency method
GetMp3StreamTypeChannels (*)
GetChannels method
SetSoundPitch (*)
SetRatePerc method
CreateFeedbacks (*)
SetVUMeter (*)
see VUMeter object properties
SetSpectrum (*)
see Spectrum object properties
SetOscilloscope (*)
see Oscilloscope object properties
ShowVUMeter (*)
VUMeter.Show method
ShowSpectrum (*)
ShowOscilloscope (*)
SetEqualizerValues (*)
EqualizerBandAdd and EqualizerBandSetGain methods combination
 
 
ForwRewGranularityType (**)
ForwRewGranularity (**)
PlaySoundFromTo (**)
GetUpdatedSoundDuration (**)
GetUpdatedFormattedSoundDuration (**)
Waveform.Resolution (**)
 
 
SetEqualizerBand (***)
SetEqualizerBandGain (***)
SetMixerMasterVolume (***)
GetMixerMasterVolume (***)
SetMixerWaveVolume (***)
GetMixerWaveVolume (***)
GetMixersCount (***)
GetMixerDesc (***)
MixerGetDesc method
GetSpectrumTable (***)
AddTrigger (***)
TriggersAdd method
RemoveTrigger  (***)
DurationChanged event  (***)
SoundDurationChanged event (the returned duration expressed in seconds in now in floating point)
 
(*) Obsolete starting from version 2 
(**) Obsolete starting from version 3 
(***)  Obsolete starting from version 4 
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents