The SetWave function changes the stored non-compressed audio data stored.
Syntax
Integer Clipboard.SetWave(
Wave wave)
Wave wave)
Parameters
| wave | Wave to put in the clipboard. | Required |
|---|
Return value
The SetWave function returns true.
If an error occurs, the SetWave function returns false.
Example
Wave wave new
wave.LoadPath("c:\sample.wav")
myClipboard.SetWave(wave)
wave.LoadPath("c:\sample.wav")
myClipboard.SetWave(wave)