SpeechSynthesisStream.Position Property

Definition

Gets the current position within the SpeechSynthesisStream.

public:
 property unsigned long long Position { unsigned long long get(); };
uint64_t Position();
public ulong Position { get; }
var uInt64 = speechSynthesisStream.position;
Public ReadOnly Property Position As ULong

Property Value

UInt64

unsigned long long

uint64_t

The current position within the stream.

Implements

Applies to

See also