Add detection of ISO 14517 512bps and 1024bps magneto-optical.

This commit is contained in:
2020-10-18 04:45:12 +01:00
parent c5ac4c1d77
commit 3225283e04
5 changed files with 36 additions and 0 deletions

View File

@@ -1873,6 +1873,12 @@ namespace Aaru.CommonTypes.Metadata
discType = "5.25\" magneto-optical";
discSubType = "ISO-15286";
break;
case CommonTypes.MediaType.ISO_14517:
case CommonTypes.MediaType.ISO_14517_512:
discType = "5.25\" magneto-optical";
discSubType = "ISO-14517";
break;
case CommonTypes.MediaType.GigaMo:
discType = "3.5\" magneto-optical";