Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 | 
VMRPresentationFlags Enumeration
The VMRPresentationFlags enumeration type is a member of the VMRPRESENTATIONINFO structure .
Syntax
typedef enum {
  VMRSample_SyncPoint  = 0x00000001,
  VMRSample_Preroll  = 0x00000002,
  VMRSample_Discontinuity  = 0x00000004,
  VMRSample_TimeValid  = 0x00000008
} VMRPresentationFlags;
Members
VMRSample_SyncPoint
Indicates that the sample is a sync point.
VMRSample_Preroll
Indicates that the sample is part of the preroll.
VMRSample_Discontinuity
Indicates that the sample is a discontinuity.
VMRSample_TimeValid
Indicates that the time stamp on the sample is valid.
Requirements
Header: Dshow.h.
Requires Microsoft® Windows® XP or later.
See Also