mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
AR v2 & misc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user