SetWave  Clipboard

The SetWave function changes the stored non-compressed audio data stored.

Syntax

Integer Clipboard.SetWave(
     Wave wave)

Parameters

waveWave 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)
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia