PrimoBurner for .NET
5.0
CD, DVD and Blu-ray Software Development Kit
|
A track from the disc Table Of Content (Toc) More...
Properties | |
Int32 | Address [get] |
Address of the first block with user information. | |
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. | |
byte | Reserved [get] |
Reserved. | |
byte | Reserved2 [get] |
Reserved2. | |
byte | TrackNumber [get] |
Track Number, 1 based. | |
A track from the disc Table Of Content (Toc)
|
get |
Address of the first block with user information.
This address is known also as the Logical Block Address (LBA) of the track start.
|
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.
|
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.