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

A track from the disc Table Of Content (Toc) More...

Properties

Int32 Address [get]
 Address of the first block with user information. More...
 
byte ADR [get]
 The ADR field gives the type of information encoded in the Q Sub-channel of the block where this TOC entry was found. More...
 
byte CTL [get]
 The CTL Field indicates the attributes of the track. More...
 
bool IsAudio [get]
 Returns a value indicating if this track is an audio track (true), or not (false). More...
 
bool IsData [get]
 Returns a value indicating if this track is a data track (true), or not (false). More...
 
bool IsLeadOut [get]
 Returns a value indicating if this track is the lead-out area of the session. More...
 
byte Reserved [get]
 Reserved More...
 
byte Reserved2 [get]
 Reserved2. More...
 
byte TrackNumber [get]
 Track Number, 1 based. More...
 

Detailed Description

A track from the disc Table Of Content (Toc)

Property Documentation

Int32 Address
get

Address of the first block with user information.

This address is known also as the Logical Block Address (LBA) of the track start.

byte ADR
get

The ADR field gives the type of information encoded in the Q Sub-channel of the block where this TOC entry was found.

byte CTL
get

The CTL Field indicates the attributes of the track.

bool IsAudio
get

Returns a value indicating if this track is an audio track (true), or not (false).

bool IsData
get

Returns a value indicating if this track is a data track (true), or not (false).

bool IsLeadOut
get

Returns a value indicating if this track is the lead-out area of the session.

If this is true, the Address property contains the logical block address of the lead-out. That is also the logical block address of the last track end.

byte Reserved
get

Reserved

byte Reserved2
get

Reserved2.

byte TrackNumber
get

Track Number, 1 based.

The Track Number field indicates the track number. A track number of 0xAA indicates that the track descriptor is for the start of the lead-out area.