mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
11 lines
214 B
C#
11 lines
214 B
C#
|
namespace HeliosDisplayManagement.Shared
|
|||
|
{
|
|||
|
public enum ScanLineOrdering
|
|||
|
{
|
|||
|
NotSpecified,
|
|||
|
Progressive,
|
|||
|
InterlacedWithUpperFieldFirst,
|
|||
|
InterlacedWithLowerFieldFirst,
|
|||
|
}
|
|||
|
}
|