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

Adds audio effect.

Pascal
procedure Audio_Effects_Add(Stream: Integer; type_: TVFAudioEffectType; Enabled: Boolean; StartTime: Integer; StopTime: Integer);
C++
__fastcall Audio_Effects_Add(int Stream, TVFAudioEffectType type_, Boolean Enabled, int StartTime, int StopTime);
C#
public Audio_Effects_Add(int Stream, TVFAudioEffectType type_, Boolean Enabled, int StartTime, int StopTime);
Visual Basic
Public Sub Audio_Effects_Add(Stream As Integer, type_ As TVFAudioEffectType, Enabled As Boolean, StartTime As Integer, StopTime As Integer)
Java
public Audio_Effects_Add(int Stream, TVFAudioEffectType type_, Boolean Enabled, int StartTime, int StopTime);
IDL
Audio_Effects_Add(int Stream, TVFAudioEffectType type_, Boolean Enabled, int StartTime, int StopTime);
JavaScript
Audio_Effects_Add
PHP
public Audio_Effects_Add($Stream, TVFAudioEffectType $type_, Boolean $Enabled, $StartTime, $StopTime);
Parameters 
Description 
type_: TVFAudioEffectType 
Effect type. 
Enabled: Boolean 
if enabled, if disabled. 
Made with Doc-O-Matic.
Copyright (c) 2011. All rights reserved.
What do you think about this topic? Send feedback!