mirror of
https://github.com/SabreTools/MPF.git
synced 2026-05-06 20:43:47 +00:00
19 lines
559 B
C#
19 lines
559 B
C#
namespace MPF.ExecutionContexts.DiscImageCreator
|
|
{
|
|
public static class SettingConstants
|
|
{
|
|
public const string DVDRereadCount = "DICDVDRereadCount";
|
|
|
|
public const string MultiSectorRead = "DICMultiSectorRead";
|
|
|
|
public const string MultiSectorReadValue = "DICMultiSectorReadValue";
|
|
|
|
public const string ParanoidMode = "DICParanoidMode";
|
|
|
|
public const string QuietMode = "DICQuietMode";
|
|
|
|
public const string RereadCount = "DICRereadCount";
|
|
|
|
public const string UseCMIFlag = "DICUseCMIFlag";
|
|
}
|
|
} |