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

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

#include <PrimoBurner.h>

List of all members.

Public Member Functions

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

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
 All Classes Namespaces Files Functions Variables Enumerations Enumerator