Microsoft DirectX 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;

Elements

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

Requires Microsoft® Windows® XP.

See Also