|
virtual uint32_t | address () const =0 |
| Gets the address of the first block with user information for this track number known also as the Logical Block Address (LBA) of the track start.
|
|
virtual uint8_t | ctl () const =0 |
| Gets the attributes of the track.
|
|
virtual bool_t | isAudio () const =0 |
| Indicates whether this track is an audio track or not.
|
|
virtual bool_t | isData () const =0 |
| Indicates whether this track is a data track or not.
|
|
virtual bool_t | isFixedPacket () const =0 |
| Indicates whether the track is a fixed packet track or not.
|
|
virtual bool_t | isPacketMode () const =0 |
| Indicates whether the track is in packet mode or not.
|
|
virtual uint16_t | sessionNumber () const =0 |
| Gets the session number, 1 based.
|
|
virtual uint16_t | trackNumber () const =0 |
| Gets the track number, 1 based.
|
|
virtual int32_t | release () const =0 |
| Releases the instance.
|
|
virtual int32_t | retain () const =0 |
| Retains the instance.
|
|
virtual int32_t | retainCount () const =0 |
| Returns the current reference count.
|
|
Track Information Structure.