PrimoBurner for .NET  4.6
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Toc Class Reference

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. More...
 
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. More...
 
IList< TocTrackTracks [get]
 Array of TocTrack structures containing the information for each track that is on the disc. More...
 

Detailed Description

Table Of Content (TOC)

Property Documentation

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.

The Tracks array contains LastTrack - FirstTrack + 2 entries. The last element in Tracks array is the entry for the lead-out area of session.

IList<TocTrack> Tracks
get

Array of TocTrack structures containing the information for each track that is on the disc.

The array is read-only.