mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add field for scrambled READ CD support.
This commit is contained in:
@@ -1692,6 +1692,11 @@ namespace DiscImageChef.CommonTypes.Metadata
|
||||
[DisplayName("Data from inter-session Lead-Out")]
|
||||
public byte[] IntersessionLeadOutData { get; set; }
|
||||
|
||||
[DisplayName("Can read scrambled data using READ CD command")]
|
||||
public bool? CanReadCdScrambled { get; set; }
|
||||
[DisplayName("Data from scrambled READ CD command")]
|
||||
public byte[] ReadCdScrambledData { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public int? AtaId { get; set; }
|
||||
[JsonIgnore]
|
||||
|
||||
Reference in New Issue
Block a user