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

Session information structure More...

Properties

byte FirstSession [get]
 The number of the first complete session on the CD. More...
 
byte LastSession [get]
 The number of the last complete session on the disc. More...
 
TocTrack Track [get]
 A TocTrack object representing the first track in the last complete session. More...
 

Detailed Description

Session information structure

See Also
TocTrack, Device.ReadSessionInfo

Property Documentation

byte FirstSession
get

The number of the first complete session on the CD.

The First Complete Session Number is always set to one.

byte LastSession
get

The number of the last complete session on the disc.

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

TocTrack Track
get

A TocTrack object representing the first track in the last complete session.