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

Enables selected audio effect.

Pascal
procedure Audio_Effects_Enable(Stream: Integer; ID: Integer; Enable: Boolean);
C++
__fastcall Audio_Effects_Enable(int Stream, int ID, Boolean Enable);
C#
public Audio_Effects_Enable(int Stream, int ID, Boolean Enable);
Visual Basic
Public Sub Audio_Effects_Enable(Stream As Integer, ID As Integer, Enable As Boolean)
Java
public Audio_Effects_Enable(int Stream, int ID, Boolean Enable);
IDL
Audio_Effects_Enable(int Stream, int ID, Boolean Enable);
JavaScript
Audio_Effects_Enable
PHP
public Audio_Effects_Enable($Stream, $ID, Boolean $Enable);
Parameters 
Description 
ID: Integer 
Effect ID. 
Enable: 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!