'Declaration Public Sub SetAudioDataStream( _ ByVal stream As System.IO.Stream _ )
public void SetAudioDataStream( System.IO.Stream stream )
Parameters
- stream
- The System.IO.Stream containing audio data.
IMPORTANT: the stream will be read when the document is saved, so it should be available at that time.
'Declaration Public Sub SetAudioDataStream( _ ByVal stream As System.IO.Stream _ )
public void SetAudioDataStream( System.IO.Stream stream )