AutoRewind PropertyAutoRewind Property*
*



Contents  *



Index  *Topic Contents
*Previous Topic: Appearance Property
*Next Topic: AutoStart Property

AutoRewind Property

Indicates whether the multimedia stream should automatically return to the selection's starting point when it reaches the end of the selection.

Syntax

[form.]object.AutoRewind  [ = { True  | False  } ]

Settings

True(Default) Reposition the multimedia stream to the start of the selection after playback stops.
FalseDo not reposition the multimedia stream to the start of the selection after playback stops.

Data Type

Boolean

Remarks

If you set this property to True, DirectShow sets CurrentPosition to the position specified by SelectionStart when it reaches the position specified by SelectionEnd.

To retain the current position within the multimedia stream, set AutoRewind to False or use the Pause method.

Run-time access: read/write. Design-time access: read/write.

See Also

AutoStart


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.