SpeechSynthesisStream.WriteAsync Method

Writes data asynchronously in a sequential stream.

Syntax

public:
IAsyncOperationWithProgress<uint32, uint32>^ WriteAsync(
         IBuffer^ buffer
)  

Parameters

buffer
Type: IBuffer 

The buffer into which the asynchronous writer operation places the bytes to write.

Return value

Type: IAsyncOperationWithProgress<UInt32, UInt32

An asynchronous operation that includes progress updates. For more information, see WriteAsync method.

Requirements

Namespace: Windows.Media.SpeechSynthesis

Assembly: (in )

See also

Reference

SpeechSynthesisStream Class

SpeechSynthesisStream Members

Windows.Media.SpeechSynthesis Namespace