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

Sets the parameters for the Phase Invert effect.

Pascal
procedure Audio_Effects_PhaseInvert(ID: Integer; Invert: Boolean; Separate: Boolean);
C++
__fastcall Audio_Effects_PhaseInvert(int ID, Boolean Invert, Boolean Separate);
C#
public Audio_Effects_PhaseInvert(int ID, Boolean Invert, Boolean Separate);
Visual Basic
Public Sub Audio_Effects_PhaseInvert(ID As Integer, Invert As Boolean, Separate As Boolean)
Java
public Audio_Effects_PhaseInvert(int ID, Boolean Invert, Boolean Separate);
IDL
Audio_Effects_PhaseInvert(int ID, Boolean Invert, Boolean Separate);
JavaScript
Audio_Effects_PhaseInvert
PHP
public Audio_Effects_PhaseInvert($ID, Boolean $Invert, Boolean $Separate);
Parameters 
Description 
ID: Integer 
Effect ID. 
Invert: Boolean 
Enables and Disables phase invert for a specific channel. 
Separate: Boolean 
Enables or Disables separate invert. If Enabled every channel will be inverted by it's own invert value. If Disabled every channel will be inverted by the value of channel 0.  

Phase invert component that inverts specific channels.

Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!