SpeechSynthesisStream.CloneStream Method

Creates a copy of SpeechSynthesisStream that references the same bytes as the original stream.

Syntax

public:
IRandomAccessStream^ CloneStream()  

Return value

Type: IRandomAccessStream 

The new stream.

The Position (0), Seek pointer, and lifetime of this new stream are independent from those of the original stream.

Requirements

Namespace: Windows.Media.SpeechSynthesis

Assembly: (in )

See also

Reference

SpeechSynthesisStream Class

SpeechSynthesisStream Members

Windows.Media.SpeechSynthesis Namespace