VisioForge Video Edit SDK (Delphi / ActiveX)
|
Adds audio effect.
procedure Audio_Effects_Add(Stream: Integer; type_: TVFAudioEffectType; Enabled: Boolean; StartTime: Integer; StopTime: Integer);
__fastcall Audio_Effects_Add(int Stream, TVFAudioEffectType type_, Boolean Enabled, int StartTime, int StopTime);
public Audio_Effects_Add(int Stream, TVFAudioEffectType type_, Boolean Enabled, int StartTime, int StopTime);
Public Sub Audio_Effects_Add(Stream As Integer, type_ As TVFAudioEffectType, Enabled As Boolean, StartTime As Integer, StopTime As Integer)
public Audio_Effects_Add(int Stream, TVFAudioEffectType type_, Boolean Enabled, int StartTime, int StopTime);
Audio_Effects_Add(int Stream, TVFAudioEffectType type_, Boolean Enabled, int StartTime, int StopTime);
Audio_Effects_Add
public Audio_Effects_Add($Stream, TVFAudioEffectType $type_, Boolean $Enabled, $StartTime, $StopTime);
Parameters |
Description |
type_: TVFAudioEffectType |
Effect type. |
Enabled: Boolean |
if enabled, if disabled. |
Copyright (c) 2011. All rights reserved.
|
What do you think about this topic? Send feedback!
|