mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added hint for XML metadata creator to know which kind of
media the image represents.
This commit is contained in:
@@ -622,6 +622,13 @@ namespace DiscImageChef.ImagePlugins
|
||||
ATAPI_IDENTIFY
|
||||
};
|
||||
|
||||
public enum XmlMediaType
|
||||
{
|
||||
OpticalDisc,
|
||||
BlockMedia,
|
||||
LinearMedia
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Feature is supported by image but not implemented yet.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user