SpeechSynthesisStream.Seek(UInt64) Method

Definition

Goes to the specified position within SpeechSynthesisStream.

public:
 virtual void Seek(unsigned long long position) = Seek;
void Seek(uint64_t const& position);
public void Seek(ulong position);
function seek(position)
Public Sub Seek (position As ULong)

Parameters

position
UInt64

unsigned long long

uint64_t

The desired position within the stream.

Implements

M:Windows.Storage.Streams.IRandomAccessStream.Seek(System.UInt64) M:Windows.Storage.Streams.IRandomAccessStream.Seek(unsigned long long) M:Windows.Storage.Streams.IRandomAccessStream.Seek(uint64_t)

Applies to

See also