Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.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
Parameters 
Description 
Stream: Integer 
Stream ID. 
ID: Integer 
Effect ID. 
Channel: Integer 
Channel. 
Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!