The GetWave function retrieves the non-compressed audio data that is stored in the clipboard.
Syntax
Integer Clipboard.GetWave(
Wave wave)
Wave wave)
Parameters
| wave | Wave to get the audio data. | Required |
|---|
Return value
The GetWave function returns true.
If an error occurs, the GetWave function returns false.
Example
Wave wave new
myClipboard.GetWave(wave)
myClipboard.GetWave(wave)