Media Player SDK
|
Sets parameters for the amplify effect.
procedure Audio_Effects_Amplify(Stream: Integer; ID: Integer; Volume: Integer; Separate: Boolean);
__fastcall Audio_Effects_Amplify(int Stream, int ID, int Volume, Boolean Separate);
public Audio_Effects_Amplify(int Stream, int ID, int Volume, Boolean Separate);
Public Sub Audio_Effects_Amplify(Stream As Integer, ID As Integer, Volume As Integer, Separate As Boolean)
public Audio_Effects_Amplify(int Stream, int ID, int Volume, Boolean Separate);
Audio_Effects_Amplify(int Stream, int ID, int Volume, Boolean Separate);
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!
|