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

Raw Table Of Content (TOC) More...

#include <PrimoBurner.h>

Inherits Reference.

List of all members.

Public Member Functions

virtual uint8_t firstSession () const =0
 Gets the number of the first complete session on the CD.
virtual uint8_t lastSession () const =0
 Gets the number of the last complete session on the disc.
virtual RawTocTrackEnumtracks () const =0
 Gets a list of items containing the information for each track that is on the CD.

Detailed Description

Raw Table Of Content (TOC)

See also:
RawTocTrack
Device::readRawToc

Member Function Documentation

virtual uint8_t firstSession ( ) const [pure virtual]

Gets the number of the first complete session on the CD.

The first complete session number is always set to one.

Returns:
1
virtual uint8_t lastSession ( ) const [pure virtual]

Gets the number of the last complete session on the disc.

The number of the last complete session is set to one for a single session disc or if the device does not support multi-session discs.

Returns:
session number (>=1)
virtual RawTocTrackEnum* tracks ( ) const [pure virtual]

Gets a list of items containing the information for each track that is on the CD.

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