SpeechSynthesisStream.GetOutputStreamAt(UInt64) Method

Definition

Retrieves an output stream at a specified location in 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

Parameters

position
UInt64

unsigned long long

uint64_t

The location in the stream at which to begin.

Returns

The output stream.

Implements

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)

Applies to

See also