mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
Add support for detection of ISO/IEC 15286 2048bps and 1024bps media.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user