SpeechSynthesizer.SetOutputToAudioStream Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configures the SpeechSynthesizer object to append output to an audio stream.
public:
 void SetOutputToAudioStream(System::IO::Stream ^ audioDestination, System::Speech::AudioFormat::SpeechAudioFormatInfo ^ formatInfo);
	public void SetOutputToAudioStream(System.IO.Stream audioDestination, System.Speech.AudioFormat.SpeechAudioFormatInfo formatInfo);
	member this.SetOutputToAudioStream : System.IO.Stream * System.Speech.AudioFormat.SpeechAudioFormatInfo -> unit
	Public Sub SetOutputToAudioStream (audioDestination As Stream, formatInfo As SpeechAudioFormatInfo)
	Parameters
- audioDestination
 - Stream
 
The stream to which to append synthesis output.
- formatInfo
 - SpeechAudioFormatInfo
 
The format to use for the synthesis output.
Remarks
Call SetOutputToNull to release the SpeechSynthesizer's reference to the stream.
For other output configuration options, see the SetOutputToDefaultAudioDevice, SetOutputToNull, SetOutputToWaveFile, and SetOutputToWaveStream methods.