Remarks
Obtains the frequency of the sound under editing.
Syntax
[Visual Basic]
Public Function GetFrequency (
) as Int32
|
|
[C#]
public Int32 GetFrequency (
);
|
|
[C++]
public: Int32 GetFrequency (
);
|
|
Return value
Value
|
Meaning
|
|
|
Negative value
|
An error occurred. Check the LastError property value in order to see the last error.
|
> 0
|
The sound's frequency expressed in Hertz
|
|