AR v2 & misc

This commit is contained in:
chudov
2011-04-06 04:15:19 +00:00
parent 81004e9be4
commit 963df628c6
9 changed files with 576 additions and 149 deletions

View File

@@ -253,6 +253,11 @@ namespace CUETools.CDImage
_tracks.Add(new CDTrack(src._tracks[i]));
}
public CDImageLayout(string trackoffsets)
: this(trackoffsets.Split(' ').Length - 1, trackoffsets.Split(' ').Length - 1, 1, trackoffsets)
{
}
public CDImageLayout(int trackcount, int audiotracks, int firstaudio, string trackoffsets)
{
_audioTracks = audiotracks;