From 67447ff2f34be94f389f0d71bc427e63d2e09e21 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 16 Jun 2020 21:12:15 +0100 Subject: [PATCH] Add optical image capabilities for non-CD sessions and tracks. --- Enums/Images.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Enums/Images.cs b/Enums/Images.cs index 8e63dab..221daf0 100644 --- a/Enums/Images.cs +++ b/Enums/Images.cs @@ -345,9 +345,9 @@ namespace Aaru.CommonTypes.Enums CanStorePregaps = 0x04, // TODO: Implement - CanStoreIndexes = 0x08, CanStoreSubchannelRw = 0x10, CanStoreSessions = 0x20, - CanStoreIsrc = 0x40, CanStoreCdText = 0x80, CanStoreMcn = 0x100, - CanStoreRawData = 0x200, + CanStoreIndexes = 0x08, CanStoreSubchannelRw = 0x10, CanStoreSessions = 0x20, + CanStoreIsrc = 0x40, CanStoreCdText = 0x80, CanStoreMcn = 0x100, + CanStoreRawData = 0x200, CanStoreNotCdSessions = 0x2000, CanStoreNotCdTracks = 0x4000, // TODO: Implement CanStoreScrambledData = 0x400, CanStoreCookedData = 0x800, CanStoreMultipleTracks = 0x1000