Enum VLDSVideoProperties.TVLDSInterlacingFieldPattern
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VideoLabBasicPkg
Unit: VLDSVideoProperties
Contents |
Syntax
Delphi:
type TVLDSInterlacingFieldPattern = (ifpField1Only, ifpField2Only, ifpBothRegular, ifpBothIrregular);
C++ Builder:
enum TVLDSInterlacingFieldPattern {ifpField1Only, ifpField2Only, ifpBothRegular, ifpBothIrregular};
Visual C++ (MFC):
enum CTVLDSInterlacingFieldPattern {ifpField1Only, ifpField2Only, ifpBothRegular, ifpBothIrregular};
Summary
Enumerated type for the DirectShow interlace field patterns.
Description
Defines enumerated type for the DirectShow interlace field patterns.
Values
ifpField1Only | The stream never contains a field 2. |
ifpField2Only | The stream never contains a field 1. |
ifpBothRegular | There is one field 2 for every field 1. |
ifpBothIrregular | The stream contains an irregular pattern of field 1 and field 2. |