Share via


IMediaPosition.CanSeekBackward

Note  This topic is deprecated. It applies to Visual Basic 6.0. DirectShow is not supported for Visual Basic .NET or C#.

The CanSeekBackward method queries whether the stream can be seeked backward.

objMediaPosition.CanSeekBackward() As Long

Parameters

This method takes no parameters.

Return Value

Returns True if the stream can be seeked backward, or False otherwise.

Examples

If iPosition.CanSeekBackward Then
    ' Seek back to the beginning.
    IPosition.CurrentPosition = 0
End If

Requirements

Type Library

ActiveMovie control type library

DLL

Quartz.dll

See Also

IMediaPosition Object

 

 

Send comments about this topic to Microsoft

Build date: 8/31/2010