mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Enums] Add split type for future use
This commit is contained in:
@@ -172,4 +172,16 @@ namespace SabreTools.Helper
|
|||||||
Individuals = 0x04,
|
Individuals = 0x04,
|
||||||
All = Dupes | NoDupes | Individuals,
|
All = Dupes | NoDupes | Individuals,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Determines which fields should be split on
|
||||||
|
/// </summary>
|
||||||
|
public enum SplitType
|
||||||
|
{
|
||||||
|
None = 0,
|
||||||
|
Extension = 1,
|
||||||
|
BestAvailableHash = 2,
|
||||||
|
Type = 3,
|
||||||
|
Size = 4,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user