Copyright © 2001-2013 MultiMedia Soft

Deprecated elements

Previous pageReturn to chapter overviewNext page

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

Dropped: with the latest internal changes this property is not needed

PlayerUseDirectSound (1)

Dropped: with the latest internal changes this property is not needed

GetMp3StreamTypeFrequency (1)

GetFrequency method

GetMp3StreamTypeChannels (1)

GetChannels method

SetSoundPitch (1)

SetRatePerc method

CreateFeedbacks (1)

VUMeter.Create, Spectrum.Create, Oscilloscope.Create methods

SetVUMeter (1)

see VUMeter object properties

SetSpectrum (1)

see Spectrum object properties

SetOscilloscope (1)

see Oscilloscope object properties

ShowVUMeter (1)

VUMeter.Show method

ShowSpectrum (1)

Spectrum.Show method

ShowOscilloscope (1)

Oscilloscope.Show method

SetEqualizerValues (1)

EqualizerBandAdd and EqualizerBandSetGain methods combination

 

 

ForwRewGranularityType (2)

GetForwardRewindGranularity and SetForwardRewindGranularity methods

ForwRewGranularity (2)

GetForwardRewindGranularity and SetForwardRewindGranularity methods

PlaySoundFromTo (2)

PlaySoundRange and PlaySoundRangeLoop methods

GetUpdatedSoundDuration (2)

SoundDurationGet method

GetUpdatedFormattedSoundDuration (2)

SoundDurationStringGet method

Waveform.Resolution (2)

Waveform.UpdateResolution property

 

 

SetEqualizerBand (3)

EqualizerBandAdd method

SetEqualizerBandGain (3)

EqualizerBandSetGain method

SetMixerMasterVolume (3)

MixerSetMasterVolume method

GetMixerMasterVolume (3)

MixerGetMasterVolume method

SetMixerWaveVolume (3)

MixerSetWaveVolume method

GetMixerWaveVolume (3)

MixerGetWaveVolume method

GetMixersCount (3)

MixerGetCount method

GetMixerDesc (3)

MixerGetDesc method

GetSpectrumTable (3)

Spectrum.GetTable method

AddTrigger (3)

TriggersAdd method

RemoveTrigger (3)

TriggersRemove method

DurationChanged event (3)

SoundDurationChanged event (the returned duration expressed in seconds in now in floating point)

 

 

GetPlayerVolume (4)

StreamVolumeGet method

SetPlayerVolume (4)

StreamVolumeSet method

GetPlayerVolumeEx (4)

StreamVolumeGet method

SetPlayerVolumeEx (4)

StreamVolumeSet method

SetPlayerBalance (4)

StreamBalanceSet method

GetPlayerOutputDevice (4)

StreamOutputDeviceGet method

SetPlayerOutputDevice (4)

StreamOutputDeviceSet method

GetPlayerSpeaker (4)

StreamOutputSpeakerGet method

SetPlayerSpeaker (4)

StreamOutputSpeakerSet method

SwapPlayersSpeakers (4)

StreamOutputSpeakerSwap method

SwapSpeakersRearAndCenter (4)

StreamOutputSpeakersRearAndCenterSwap method

GetMp3Tag1Field (4)

GetFileTagField method

PlaySoundFromRecorder (4)

PlaySoundFromRecorderEx method

WaveAnalysisStop (4)

WaveAnalysisDone event

VideoPlayer.Create (4)

VideoPlayer.VideoWindowAdd method

VideoPlayer.Move (4)

VideoPlayer.VideoWindowMove method

VideoPlayer.Show (4)

VideoPlayer.VideoWindowShow method

 

 

Waveform.CreateFileBitmapView (5)

Waveform.BitmapViewSaveToFile

Waveform.CreateMemoryBitmapView (5)

Waveform.BitmapViewSaveToMemory

Waveform.GetBitmapViewWidth (5)

Waveform.BitmapViewGetWidth

CdCoverURLsAvailable event (5)

CdCoverURLsAvailableEx event

CdCoverPictureFileAvailable event (5)

CdCoverPictureFileAvailableEx event

 

 

GetFormattedTime (6)

FromMsToFormattedTime method

GetCurrentPos (6)

SoundPositionGet method

GetPlaybackTime (6)

SoundPositionGet method

GetSoundDuration (6)

SoundDurationGet method

GetSoundOriginalDuration (6)

SoundDurationGet method

GetCurrentPosString (6)

SoundPositionStringGet method

GetPlaybackTimeString (6)

SoundPositionStringGet method

GetFormattedSoundDuration (6)

SoundDurationStringGet method

GetFormattedSoundOriginalDuration (6)

SoundDurationStringGet method

SetSmoothingTimeLength (6)

StreamVolumeSmoothingSet and StreamVolumeSmoothingSetEx methods

VST.Load (6)

VST.EffectLoad method

VST.Free (6)

VST.EffectFree method

VST.Enable (6)

VST.EffectEnable method

VST.Flush (6)

VST.EffectFlush method

VideoPlayer.AudioDelayGet (6)

VideoPlayer.AudioRendererDelayGet method

VideoPlayer.AudioDelaySet (6)

VideoPlayer.AudioRendererDelaySet method

VstParamChanged event (6)

VstParamChangedValue method

 

(1) Deprecated starting from version 2

(2) Deprecated starting from version 3

(3) Deprecated starting from version 4

(4) Deprecated starting from version 5

(5) Deprecated starting from version 6

(6) Deprecated starting from version 7