Adds a byte array to the data object in the DataFormats.WaveAudio format after converting it to a System.IO.Stream.
- audioBytes
- A byte array containing the audio data.
To retrieve audio data from the data object, first use the DataObject.ContainsAudio method to determine whether the data object contains audio data before retrieving it with the DataObject.GetAudioStream method.