PrimoBurner for .NET  5.0
CD, DVD and Blu-ray Software Development Kit
Loading...
Searching...
No Matches
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.
 
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< TocTrackTracks [get]
 Array of TocTrack structures containing the information for each track that is on the disc.
 

Detailed Description

Table Of Content (TOC)

Property Documentation

◆ LastTrack

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.

◆ Tracks

IList<TocTrack> Tracks
get

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

The array is read-only.