Copyright © 2001-2010 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 (*)

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

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

SetVUMeter (*)

see VUMeter object properties

SetSpectrum (*)

see Spectrum object properties

SetOscilloscope (*)

see Oscilloscope object properties

ShowVUMeter (*)

VUMeter.Show method

ShowSpectrum (*)

Spectrum.Show method

ShowOscilloscope (*)

Oscilloscope.Show method

SetEqualizerValues (*)

EqualizerBandAdd and EqualizerBandSetGain methods combination

 

 

ForwRewGranularityType (**)

GetForwardRewindGranularity and SetForwardRewindGranularity methods

ForwRewGranularity (**)

GetForwardRewindGranularity and SetForwardRewindGranularity methods

PlaySoundFromTo (**)

PlaySoundRange and PlaySoundRangeLoop methods

GetUpdatedSoundDuration (**)

GetSoundDuration method

GetUpdatedFormattedSoundDuration (**)

GetFormattedSoundDuration method

Waveform.Resolution (**)

Waveform.UpdateResolution property

 

 

SetEqualizerBand (***)

EqualizerBandAdd method

SetEqualizerBandGain (***)

EqualizerBandSetGain method

SetMixerMasterVolume (***)

MixerSetMasterVolume method

GetMixerMasterVolume (***)

MixerGetMasterVolume method

SetMixerWaveVolume (***)

MixerSetWaveVolume method

GetMixerWaveVolume (***)

MixerGetWaveVolume method

GetMixersCount (***)

MixerGetCount method

GetMixerDesc (***)

MixerGetDesc method

GetSpectrumTable (***)

Spectrum.GetTable method

AddTrigger (***)

TriggersAdd method

RemoveTrigger (***)

TriggersRemove method

DurationChanged event (***)

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

 

 

GetPlayerVolume (****)

StreamVolumeGet method

SetPlayerVolume (****)

StreamVolumeSet method

GetPlayerVolumeEx (****)

StreamVolumeGet method

SetPlayerVolumeEx (****)

StreamVolumeSet method

SetPlayerBalance (****)

StreamBalanceSet method

GetPlayerOutputDevice (****)

StreamOutputDeviceGet method

SetPlayerOutputDevice (****)

StreamOutputDeviceSet method

GetPlayerSpeaker (****)

StreamOutputSpeakerGet method

SetPlayerSpeaker (****)

StreamOutputSpeakerSet method

SwapPlayersSpeakers (****)

StreamOutputSpeakerSwap method

SwapSpeakersRearAndCenter (****)

StreamOutputSpeakersRearAndCenterSwap method

GetMp3Tag1Field (****)

GetFileTagField method

PlaySoundFromRecorder (****)

PlaySoundFromRecorderEx method

WaveAnalysisStop (****)

WaveAnalysisDone event

VideoPlayer.Create

VideoPlayer.VideoWindowAdd method

VideoPlayer.Move

VideoPlayer.VideoWindowMove method

VideoPlayer.Show

VideoPlayer.VideoWindowShow method

 

 

(*) Deprecated starting from version 2

(**) Deprecated starting from version 3

(***)  Deprecated starting from version 4

(****)  Deprecated starting from version 5