![Collapse image Collapse image](collapse_all.gif)
![Expand Image Expand Image](expand_all.gif)
![](collapse_all.gif)
![](expand_all.gif)
![](dropdown.gif)
![](dropdownHover.gif)
![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
![]() ![]() |
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.