mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-13 05:35:24 +00:00
9 lines
234 B
C#
9 lines
234 B
C#
namespace BinaryObjectScanner.Models.DVD
|
|
{
|
|
public static class Constants
|
|
{
|
|
public const string VideoManagerIFOSignature = "DVDVIDEO-VMG";
|
|
|
|
public const string VideoTitleSetIFOSignature = "DVDVIDEO-VTS";
|
|
}
|
|
} |