PrimoBurner(tm) for C++  4.2
CD, DVD and Blu-ray Software Development Kit
Toc Class Reference

Table Of Content (TOC) More...

#include <PrimoBurner.h>

Inherits Reference.

List of all members.

Public Member Functions

virtual uint8_t firstTrack () const =0
 Gets the first track number in the first complete session Table of Contents.
virtual uint8_t lastTrack () const =0
 Gets the last track number in the last complete session Table of Contents before the Lead-out.
virtual TocTrackEnumtracks () const =0
 Gets a TocTrack enumerator containing information for each track that is on the CD.

Detailed Description

Table Of Content (TOC)

See also:
TocTrack
Device::readToc

Member Function Documentation

virtual uint8_t firstTrack ( ) const [pure virtual]

Gets the first track number in the first complete session Table of Contents.

Returns:
track number
virtual uint8_t lastTrack ( ) const [pure virtual]

Gets the last track number in the last complete session Table of Contents before the Lead-out.

The tracks method returns lastTrack() - firstTrack() + 2 entries. The last element in the tracks() collection is the entry for the lead-out area of session.

Returns:
track number
virtual TocTrackEnum* tracks ( ) const [pure virtual]

Gets a TocTrack enumerator containing information for each track that is on the CD.

Returns:
A pointer to TocTrackEnum object.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator