







|
| BookmarkReachedEventArgs..::..AudioPosition Property |
| BookmarkReachedEventArgs Class See Also Send Feedback |
Gets the time offset at which the bookmark was reached.
Namespace:
Microsoft.Speech.Synthesis
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property AudioPosition As TimeSpan Get |
| Visual Basic (Usage) |
|---|
Dim instance As BookmarkReachedEventArgs Dim value As TimeSpan value = instance.AudioPosition |
| C# |
|---|
public TimeSpan AudioPosition { get; } |
Property Value
Type: System..::..TimeSpanReturns the location in the audio input stream of a synthesis engine when the event was raised.
