PrimoBurner(tm) for C++
4.6
CD, DVD and Blu-ray Software Development Kit
|
Table Of Content (TOC) More...
#include <PrimoBurnerAPI.h>
Inherits Reference.
Public Member Functions | |
virtual uint8_t | firstTrack () const =0 |
Gets the first track number in the first complete session Table of Contents. More... | |
virtual uint8_t | lastTrack () const =0 |
Gets the last track number in the last complete session Table of Contents before the Lead-out. More... | |
virtual TocTrackEnum * | tracks () const =0 |
Gets a TocTrack enumerator containing information for each track that is on the CD. More... | |
Public Member Functions inherited from Reference | |
virtual int32_t | release () const =0 |
Releases the instance. More... | |
virtual int32_t | retain () const =0 |
Retains the instance. More... | |
virtual int32_t | retainCount () const =0 |
Returns the current reference count. More... | |
Table Of Content (TOC)
|
pure virtual |
Gets the first track number in the first complete session Table of Contents.
|
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.
|
pure virtual |
Gets a TocTrack enumerator containing information for each track that is on the CD.