PrimoBurner for .NET  5.0
CD, DVD and Blu-ray Software Development Kit
Loading...
Searching...
No Matches
RawToc Class Reference

Raw Table Of Content (TOC) More...

Properties

byte FirstSession [get]
 The number of the first complete session on the CD.
 
byte LastSession [get]
 The number of the last complete session on the disc.
 
IList< RawTocTrackTracks [get]
 Array of RawTocTrack objects containing the information for each track that is on the disc.
 

Detailed Description

Raw Table Of Content (TOC)

See also
RawTocTrack, Device.ReadRawToc

Property Documentation

◆ FirstSession

byte FirstSession
get

The number of the first complete session on the CD.

The First Complete Session Number is always set to one.

◆ LastSession

byte LastSession
get

The number of the last complete session on the disc.

The Last Complete Session Number is set to one for single session discs and also when the device does not support multi-session discs.

◆ Tracks

IList<RawTocTrack> Tracks
get

Array of RawTocTrack objects containing the information for each track that is on the disc.

The array is read-only.