mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-24 15:47:27 +00:00
9 lines
225 B
C#
9 lines
225 B
C#
namespace SabreTools.Models.DVD
|
|
{
|
|
public static class Constants
|
|
{
|
|
public const string VideoManagerIFOSignature = "DVDVIDEO-VMG";
|
|
|
|
public const string VideoTitleSetIFOSignature = "DVDVIDEO-VTS";
|
|
}
|
|
} |