Remarks
Obtains the frequency of the sound under editing.
Syntax
[Visual Basic]
control.GetFrequency (
) as long
|
|
[C++]
long control.GetFrequency (
);
|
|
Return value
Value
|
Meaning
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
> 0
|
The sound's frequency expressed in Hertz
|
|