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

Sets the current audio channel for the audio effects.

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