|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.BeatsDetectGetParams (
nPlayer as Integer,
fBandwidth as Single,
fCenterFreq as Single,
fBeatReleaseTime as Single
) as enumErrorCodes
|
|
[C++]
short control.BeatsDetectGetParams (
short nPlayer,
float *fBandwidth,
float *fCenterFreq,
float *fBeatReleaseTime
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayer
|
Number representing the zero-based index of the involved player
|
|
fBandwidth
|
Reference that, on return from the method call, will contain a floating point value representing the current bandwidth expressed in Hertz.
|
|
fCenterFreq
|
Reference that, on return from the method call, will contain a floating point value representing the current center frequency expressed in Hertz
|
|
fBeatReleaseTime
|
Reference that, on return from the method call, will contain a floating point value representing the current beat release time expressed in milliseconds
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.NOERROR (0)
|
The method call was successful
|