VisioForge Video Edit SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoEdit.Audio_Effects_Fades Method

Adds audio fade.

Pascal
procedure Audio_Effects_Fades(Stream: Integer; ID: Integer; StartVolume: Integer; StopVolume: Integer; Separate: Boolean);
C++
__fastcall Audio_Effects_Fades(int Stream, int ID, int StartVolume, int StopVolume, Boolean Separate);
C#
public Audio_Effects_Fades(int Stream, int ID, int StartVolume, int StopVolume, Boolean Separate);
Visual Basic
Public Sub Audio_Effects_Fades(Stream As Integer, ID As Integer, StartVolume As Integer, StopVolume As Integer, Separate As Boolean)
Java
public Audio_Effects_Fades(int Stream, int ID, int StartVolume, int StopVolume, Boolean Separate);
IDL
Audio_Effects_Fades(int Stream, int ID, int StartVolume, int StopVolume, Boolean Separate);
JavaScript
Audio_Effects_Fades
PHP
public Audio_Effects_Fades($Stream, $ID, $StartVolume, $StopVolume, Boolean $Separate);
Parameters 
Description 
Stream: Integer 
Stream ID.  
ID: Integer 
Effect ID.  
StartVolume: Integer 
Start volume.  
StopVolume: Integer 
Start volume.  
Separate: Boolean 
Enables or Disables separate amplification. If Enabled every channel will be amplified by it's own amplification value. If Disabled every channel will be amplified with the amplification value of channel 0.  
Made with Doc-O-Matic.
Copyright (c) 2011. All rights reserved.
What do you think about this topic? Send feedback!