mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add decoder for MMC Track Information.
This commit is contained in:
@@ -68,4 +68,10 @@ namespace Aaru.Decoders.SCSI.MMC
|
||||
/// <summary>Also valid for CD-DA, DVD and BD</summary>
|
||||
CDROM = 0x00, CDi = 0x10, CDROMXA = 0x20, Undefined = 0xFF
|
||||
}
|
||||
|
||||
public enum LayerJumpRecordingStatus : byte
|
||||
{
|
||||
Incremental = 0, Unspecified = 1, Manual = 2,
|
||||
RegularInterval = 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user