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

Sets the current audio channel for the audio effects.

Pascal
procedure Audio_Effects_SetCurrentChannel(ID: Integer; Channel: byte);
C++
__fastcall Audio_Effects_SetCurrentChannel(int ID, byte Channel);
C#
public Audio_Effects_SetCurrentChannel(int ID, byte Channel);
Visual Basic
Public Sub Audio_Effects_SetCurrentChannel(ID As Integer, Channel As byte)
Java
public Audio_Effects_SetCurrentChannel(int ID, byte Channel);
IDL
Audio_Effects_SetCurrentChannel(int ID, byte Channel);
JavaScript
Audio_Effects_SetCurrentChannel
PHP
public Audio_Effects_SetCurrentChannel($ID, byte $Channel);
Parameters 
Description 
ID: Integer 
Effect ID. 
Channel: byte 
Channel. 
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!