Copyright © 2005-2023 MultiMedia Soft

Fader.FadeInSeekPos property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property FadeInSeekPos As Int32


 

[C#]

public Int32 FadeInSeekPos {get; set;}


 

[C++]

public: __property Int32 get_FadeInSeekPos();

public: __property void set_FadeInSeekPos(Int32);


 

 

Remarks

Expressed in milliseconds, determines the initial position of the song fading-in.

 

adjstudnet_i000047

 

If the song that will fade-in is currently in "paused" state and if the nFadeType parameter of the Fader.Init method was set to FADE_SINGLE, the value of this property is ignored and the actual position is taken: during a manual mix this allows precise positioning of the song that will fade-in.

This property can be set to -1 if no seek is needed at the beginning of playback.

 

 

See also

FaderObject class

Fader property

How to use the Automatic Fader section.