IMediaPosition.CanSeekForward
Note This topic is deprecated. It applies to Visual Basic 6.0. DirectShow is not supported for Visual Basic .NET or C#.
The CanSeekForward method queries whether the stream can be seeked forward.
objMediaPosition.CanSeekForward() As Long
Parameters
This method takes no parameters.
Return Value
Returns True if the stream can be seeked forward, or False otherwise.
Examples
If iPosition.CanSeekBackward Then
' Seek forward 5 seconds.
IPosition.CurrentPosition = iPosition.CurrentPosition + 5.0
End If
Requirements
Type Library |
ActiveMovie control type library |
DLL |
Quartz.dll |
See Also
Send comments about this topic to Microsoft
Build date: 8/31/2010