SeekPositionFlags Enumeration
|
Language: |
Contains constants for specifiying the type of seek for the Audio or Video objects.
Definition
Visual Basic |
Public Enum SeekPositionFlags |
C# |
public enum SeekPositionFlags |
C++ |
public enum class SeekPositionFlags |
JScript |
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.900.0,
Culture=neutral,
PublicKeyToken=d3231b57b74a1492 |
See Also
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center