Partilhar via


SpeechSynthesizer.SetOutputToAudioStream Método

Definição

Configura o objeto SpeechSynthesizer para acrescentar a saída a um fluxo de áudio.

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)

Parâmetros

audioDestination
Stream

O fluxo ao qual a saída de síntese será acrescentada.

formatInfo
SpeechAudioFormatInfo

O formato a ser usado para a saída da síntese.

Comentários

Chame SetOutputToNull para liberar a SpeechSynthesizer referência do fluxo.

Para obter outras opções de configuração de saída, consulte os SetOutputToDefaultAudioDevice métodos,, SetOutputToNull SetOutputToWaveFile e SetOutputToWaveStream .

Aplica-se a