PrimoBurner(tm) for C++  4.7
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
RawTocTrackEnum Class Referenceabstract

Defines a collection of tracks from the Raw TOC. More...

#include <PrimoBurnerAPI.h>

Public Member Functions

virtual RawTocTrackat (int index) const =0
 Gets a RawTocTrack object by index. More...
 
virtual int count () const =0
 Gets the number of tracks contained in the enumerator. More...
 

Detailed Description

Defines a collection of tracks from the Raw TOC.

See Also
RawToc
Device::readRawToc

Member Function Documentation

virtual RawTocTrack* at ( int  index) const
pure virtual

Gets a RawTocTrack object by index.

Parameters
index(>=0)
Returns
A pointer to RawTocTRack object or NULL if the index is invalid.
virtual int count ( ) const
pure virtual

Gets the number of tracks contained in the enumerator.

The maximum number is 170.

Returns
number of tracks