Clipboard.SetAudio Method
.NET Framework 4.5
Clears the Clipboard and then adds data in the WaveAudio format, replacing the existing data.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SetAudio(Byte[]) | Clears the Clipboard and then adds a Byte array in the WaveAudio format after converting it to a Stream. |
|
SetAudio(Stream) | Clears the Clipboard and then adds a Stream in the WaveAudio format. |