Microsoft DirectX 9.0 SDK Update (October 2004)

SeekPositionFlags Enumeration

Language:

Note: This documentation is preliminary and is subject to change.

Contains constants for specifiying the type of seek for the Audio or Video objects.

Definition

Visual Basic .NET Public Enum SeekPositionFlags
C# public enum SeekPositionFlags
Managed C++ __value public enum SeekPositionFlags
JScript .NET public enum SeekPositionFlags

Members

Member Value Description
NoFlush 32 Do not flush
SeekToKeyFrame 4 Seek to the nearest key frame. This might be faster, but less accurate.
IncrementalPositioning 3 The stop position is relative to the current position.
RelativePositioning 2 The specified position is relative to the previous value.
AbsolutePositioning 1 The specified position is absolute.

Enumeration Information

Namespace Microsoft.DirectX.AudioVideoPlayback
Assembly Microsoft.DirectX.AudioVideoPlayback (microsoft.directx.audiovideoplayback.dll)
Strong Name Microsoft.DirectX.AudioVideoPlayback,  Version=1.0.2902.0,  Culture=neutral,  PublicKeyToken=31bf3856ad364e35

See Also


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center