Microsoft DirectX 9.0 |
The VMR9PresentationFlags enumeration type contains flags that describe the status of a video sample. These flags are used in the VMR9PresentationInfo structure.
Syntax
typedef enum VMR9PresentationFlags{
VMR9Sample_SyncPoint = 0x00000001,
VMR9Sample_Preroll = 0x00000002,
VMR9Sample_Discontinuity = 0x00000004,
VMR9Sample_TimeValid = 0x00000008
};
Members
VMR9Sample_SyncPoint
Indicates that the sample is a sync point.
VMR9Sample_Preroll
Indicates that the sample is part of the preroll.
VMR9Sample_Discontinuity
Indicates that the sample is a discontinuity.
VMR9Sample_TimeValid
Indicates that the time stamp on the sample is valid.
See Also