VisioForge Video Edit SDK (Delphi / ActiveX)
|
Adds audio fade.
procedure Audio_Effects_Fades(Stream: Integer; ID: Integer; StartVolume: Integer; StopVolume: Integer; Separate: Boolean);
__fastcall Audio_Effects_Fades(int Stream, int ID, int StartVolume, int StopVolume, Boolean Separate);
public Audio_Effects_Fades(int Stream, int ID, int StartVolume, int StopVolume, Boolean Separate);
Public Sub Audio_Effects_Fades(Stream As Integer, ID As Integer, StartVolume As Integer, StopVolume As Integer, Separate As Boolean)
public Audio_Effects_Fades(int Stream, int ID, int StartVolume, int StopVolume, Boolean Separate);
Audio_Effects_Fades(int Stream, int ID, int StartVolume, int StopVolume, Boolean Separate);
Audio_Effects_Fades
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. |
Copyright (c) 2011. All rights reserved.
|
What do you think about this topic? Send feedback!
|