SpeechSynthesisStream.GetOutputStreamAt(UInt64) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索 SpeechSynthesisStream 中指定位置的输出流。
public:
virtual IOutputStream ^ GetOutputStreamAt(unsigned long long position) = GetOutputStreamAt;
IOutputStream GetOutputStreamAt(uint64_t const& position);
public IOutputStream GetOutputStreamAt(ulong position);
function getOutputStreamAt(position)
Public Function GetOutputStreamAt (position As ULong) As IOutputStream
参数
- position
-
UInt64
unsigned long long
uint64_t
流中要开始的位置。
返回
输出流。
实现
M:Windows.Storage.Streams.IRandomAccessStream.GetOutputStreamAt(System.UInt64)
M:Windows.Storage.Streams.IRandomAccessStream.GetOutputStreamAt(unsigned long long)
M:Windows.Storage.Streams.IRandomAccessStream.GetOutputStreamAt(uint64_t)