VMR9PresentationFlags enumeration
Artículo
12/05/2018
Tiempo de lectura: 2 minutos
En este artículo
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 __MIDL___MIDL_itf_vmr9_0000_0000_0002 {
VMR9Sample_SyncPoint,
VMR9Sample_Preroll,
VMR9Sample_Discontinuity,
VMR9Sample_TimeValid,
VMR9Sample_SrcDstRectsValid
} VMR9PresentationFlags;
Constants
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.
VMR9Sample_SrcDstRectsValid
Requirements
See also
DirectShow Enumerated Types