SpeechSynthesisStream.Position Proprietà

Definizione

Ottiene la posizione corrente all'interno di 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

Valore della proprietà

UInt64

unsigned long long

uint64_t

Posizione corrente all'interno del flusso.

Implementazioni

Si applica a

Vedi anche