VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoCapture.Audio_Effects_Add Method

Adds audio effect.

Pascal
procedure Audio_Effects_Add(type_: TVFAudioEffectType Enumeration; Enabled: Boolean);
C++
__fastcall Audio_Effects_Add(TVFAudioEffectType type_, Boolean Enabled);
C#
public Audio_Effects_Add(TVFAudioEffectType Enumeration type_, Boolean Enabled);
Visual Basic
Public Sub Audio_Effects_Add(type_ As TVFAudioEffectType, Enabled As Boolean)
Java
public Audio_Effects_Add(TVFAudioEffectType type_, Boolean Enabled);
IDL
Audio_Effects_Add(TVFAudioEffectType type_, Boolean Enabled);
JavaScript
Audio_Effects_Add
PHP
public Audio_Effects_Add(TVFAudioEffectType $type_, Boolean $Enabled);
Parameters 
Description 
type_: TVFAudioEffectType 
Effect type. 
Enabled: Boolean 
if enabled, if disabled. 
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!