Remarks
Occurs when a song's highest peak, requested through the PeakDetectionOnPlayerRequest method, has been calculated.
See the How to apply special effects to a playing sound section for further details.
Syntax
[Visual Basic]
NormalizationPeakAvailable (
ByVal nPlayer as Integer,
ByVal fPeak as Single
)
|
|
[C++]
void NormalizationPeakAvailable (
short nPlayer,
float fPeak
);
|
|
Parameter
|
Description
|
|
|
nPlayer
|
Number representing the zero-based index of the involved player
|
fPeak
|
Floating point value representing the highest peak value.
The value can be in the range from 0.0 to 1.0
|
|