mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Do not allow dumping or converting to image formats that do not properly support hidden tracks when there is a hidden track in the media.
This commit is contained in:
@@ -381,6 +381,8 @@ public enum OpticalImageCapabilities : ulong
|
||||
CanStoreNotCdSessions = 0x2000,
|
||||
/// <summary>Can store more than 1 track in media that is not CD based (DVD et al)?</summary>
|
||||
CanStoreNotCdTracks = 0x4000,
|
||||
/// <summary>Can store hidden tracks with a type different from track 1?</summary>
|
||||
CanStoreHiddenTracks = 0x8000,
|
||||
|
||||
// TODO: Implement
|
||||
/// <summary>Can store scrambled data?</summary>
|
||||
|
||||
Reference in New Issue
Block a user