Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
Fader.FadeOutMode property 
 
Type
short for Visual C++ 
enumFadeOutModes for Visual Basic 
 
 
Syntax
object.Fader.FadeOutMode [=Integer]
 
 
Remarks
Determines how to perform the fade-out process. 
Supported values are the following: 
Mnemonic constant
Value
Meaning
FADEOUT_LINEAR (default)
0
Based upon a Time/Volume combination, performs a linear volume sliding to its minimum.
FADEOUT_BREAKDOWN
1
Based upon a Time/Playback-rate combination, performs a "Breakdown effect" that simulates the switch off of the deck rotor engine
 
 
See also
Fader COM object. 
Fader property 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents