PrimoBurner for .NET
5.0
CD, DVD and Blu-ray Software Development Kit
|
Table Of Content (TOC) More...
Properties | |
byte | FirstTrack [get] |
The First Track Number field indicates the first track number in the first complete session Table of Contents. | |
byte | LastTrack [get] |
The Last Track Number field indicates the last track number in the last complete session Table of Contents before the Lead-out. | |
IList< TocTrack > | Tracks [get] |
Array of TocTrack structures containing the information for each track that is on the disc. | |
Table Of Content (TOC)
|
get |
The Last Track Number field indicates the last track number in the last complete session Table of Contents before the Lead-out.
The Tracks array contains LastTrack - FirstTrack + 2 entries. The last element in Tracks array is the entry for the lead-out area of session.
|
get |
Array of TocTrack structures containing the information for each track that is on the disc.
The array is read-only.