2018-10-20 00:19:30 +00:00
|
|
|
|
namespace HeliosDisplayManagement.Shared
|
|
|
|
|
{
|
|
|
|
|
public enum ScanLineOrdering
|
|
|
|
|
{
|
|
|
|
|
NotSpecified,
|
|
|
|
|
Progressive,
|
|
|
|
|
InterlacedWithUpperFieldFirst,
|
2018-10-20 00:27:25 +00:00
|
|
|
|
InterlacedWithLowerFieldFirst
|
2018-10-20 00:19:30 +00:00
|
|
|
|
}
|
2018-10-20 00:27:25 +00:00
|
|
|
|
}
|