Add support for detection of ISO/IEC 15286 2048bps and 1024bps media.

This commit is contained in:
2020-10-17 04:07:05 +01:00
parent 9fe94d9b71
commit 5d174b5af5
5 changed files with 40 additions and 0 deletions

View File

@@ -1858,6 +1858,13 @@ namespace Aaru.CommonTypes.Metadata
discType = "5.25\" magneto-optical";
discSubType = "ECMA-322";
break;
case CommonTypes.MediaType.ISO_15286:
case CommonTypes.MediaType.ISO_15286_1024:
case CommonTypes.MediaType.ISO_15286_512:
discType = "5.25\" magneto-optical";
discSubType = "ISO-15286";
break;
case CommonTypes.MediaType.GigaMo:
discType = "3.5\" magneto-optical";