Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.Audio_Effects_Amplify Method

Sets parameters for the amplify effect.

Pascal
procedure Audio_Effects_Amplify(Stream: Integer; ID: Integer; Volume: Integer; Separate: Boolean);
C++
__fastcall Audio_Effects_Amplify(int Stream, int ID, int Volume, Boolean Separate);
C#
public Audio_Effects_Amplify(int Stream, int ID, int Volume, Boolean Separate);
Visual Basic
Public Sub Audio_Effects_Amplify(Stream As Integer, ID As Integer, Volume As Integer, Separate As Boolean)
Java
public Audio_Effects_Amplify(int Stream, int ID, int Volume, Boolean Separate);
IDL
Audio_Effects_Amplify(int Stream, int ID, int Volume, Boolean Separate);
JavaScript
Audio_Effects_Amplify
Parameters 
Description 
Stream: Integer 
Stream ID. 
ID: Integer 
Effect ID. 
Volume: Integer 
Sets the amplification for a channel. Default value is 10000, which means that no amplification occurs. A value of 20000 raises the amplification by 2. If separate is True, then every channel will be amplified by it's channel amplification value. If separate is False, then every channel is amplified with the value of channel 0.  
Separate: Boolean 
Enables or Disables separate amplification. If Enabled every channel will be amplified by it's own amplification value. If Disabled every channel will be amplified with the amplification value of channel 0.  
Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!