mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
Use Aaru Metadata instead of CICM Metadata.
This commit is contained in:
@@ -274,8 +274,8 @@ public enum MediaTagType
|
||||
DVD_DiscKey_Decrypted = 73
|
||||
}
|
||||
|
||||
/// <summary>Enumeration of media types defined in CICM metadata</summary>
|
||||
public enum XmlMediaType : byte
|
||||
/// <summary>Enumeration of media types defined in metadata</summary>
|
||||
public enum MetadataMediaType : byte
|
||||
{
|
||||
/// <summary>Purely optical discs</summary>
|
||||
OpticalDisc = 0,
|
||||
|
||||
Reference in New Issue
Block a user