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