diff --git a/Enums/Images.cs b/Enums/Images.cs
index 298217e..8d065eb 100644
--- a/Enums/Images.cs
+++ b/Enums/Images.cs
@@ -108,13 +108,21 @@ public enum SectorTagType
/// CD track flags, 1 byte
CdTrackFlags = 11,
/// DVD sector copyright information
- DvdCmi = 12,
+ DvdSectorCmi = 12,
/// Floppy address mark (contents depend on underlying floppy format)
FloppyAddressMark = 13,
/// DVD sector title key, 5 bytes
- DvdTitleKey = 14,
+ DvdSectorTitleKey = 14,
/// Decrypted DVD sector title key, 5 bytes
- DvdTitleKeyDecrypted = 15
+ DvdTitleKeyDecrypted = 15,
+ /// DVD sector information, 1 bytes
+ DvdSectorInformation = 16,
+ /// DVD sector number, 3 bytes
+ DvdSectorNumber = 17,
+ /// DVD sector ID error detection, 2 bytes
+ DvdSectorIed = 18,
+ /// DVD sector EDC, 4 bytes
+ DvdSectorEdc = 19
}
/// Metadata present for each media.