SpeechSynthesisStream.CloneStream 方法

定义

创建 SpeechSynthesisStream 的副本,该副本引用与原始流相同的字节。

public:
 virtual IRandomAccessStream ^ CloneStream() = CloneStream;
IRandomAccessStream CloneStream();
public IRandomAccessStream CloneStream();
function cloneStream()
Public Function CloneStream () As IRandomAccessStream

返回

新流。

此新流的 Position (0) 、 Seek 指针和生存期与原始流的生存期无关。

实现

适用于

另请参阅