A Track from Table Of Content (TOC)
More...
#include <PrimoBurnerAPI.h>
|
virtual uint32_t | address () const =0 |
| Returns the address of the first block with user information for this track number as read from the Table Of Contents, or the Logical Block Address (LBA) of the track start. More...
|
|
virtual uint8_t | adr () const =0 |
| The adr() method gives the type of information encoded in the Q Sub-channel of the block where this TOC entry was found. More...
|
|
virtual uint8_t | ctl () const =0 |
| Returns the a value that defines the attributes of the track. More...
|
|
virtual bool_t | isAudio () const =0 |
| Shows if this track is an audio track. More...
|
|
virtual bool_t | isData () const =0 |
| Shows if this track is a data track. More...
|
|
virtual bool_t | isLeadOut () const =0 |
| Shows if this track is the lead-out area of the session. More...
|
|
virtual uint8_t | reserved () const =0 |
| Reserved field. More...
|
|
virtual uint8_t | reserved2 () const =0 |
| Reserved field. More...
|
|
virtual uint8_t | trackNumber () const =0 |
| Returns the track number, 1 based. More...
|
|
virtual uint32_t address |
( |
| ) |
const |
|
pure virtual |
Returns the address of the first block with user information for this track number as read from the Table Of Contents, or the Logical Block Address (LBA) of the track start.
- Returns
- Track address
virtual uint8_t adr |
( |
| ) |
const |
|
pure virtual |
virtual uint8_t ctl |
( |
| ) |
const |
|
pure virtual |
Returns the a value that defines the attributes of the track.
- Returns
- Track CTL field
virtual bool_t isAudio |
( |
| ) |
const |
|
pure virtual |
Shows if this track is an audio track.
- Returns
- TRUE if the track is an audio track; FALSE otherwise.
virtual bool_t isData |
( |
| ) |
const |
|
pure virtual |
Shows if this track is a data track.
- Returns
- TRUE if the track is a data track; FALSE otherwise.
virtual bool_t isLeadOut |
( |
| ) |
const |
|
pure virtual |
Shows if this track is the lead-out area of the session.
- Returns
- TRUE if the track describes the lead-out area of the session; FALSE otherwise.
virtual uint8_t reserved |
( |
| ) |
const |
|
pure virtual |
virtual uint8_t reserved2 |
( |
| ) |
const |
|
pure virtual |
virtual uint8_t trackNumber |
( |
| ) |
const |
|
pure virtual |
Returns the track number, 1 based.
A track number of AAh indicates that the track descriptor is for the start of the lead-out area.
- Returns
- Track number