CanSeek Property

Gets a value indicating whether the current stream supports seeking.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property CanSeek As Boolean
    Get
'Usage
Dim instance As SpeechSynthesisConnector
Dim value As Boolean

value = instance.CanSeek
public override bool CanSeek { get; }

Property Value

Type: System..::..Boolean

See Also

Reference

SpeechSynthesisConnector Class

SpeechSynthesisConnector Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace