[]
Sets the audio data stream.
IMPORTANT: the stream will be read when the document is saved, so it should be available at that time.
public void SetAudioDataStream(Stream stream)
Public Sub SetAudioDataStream(stream As Stream)
Type | Name | Description |
---|---|---|
Stream | stream | The Stream containing audio data. |