import"sbIMockCDDevice.idl";
Public Member Functions | |
void | addTocEntry (in long frameOffset, in PRTime length, in long trackNumber, in short aTrackMode) |
void | initialize (in long firstTrackIndex, in long lastTrackIndex, in long leadOutTrackOffset) |
The Mock TOC interface to setup the TOC object
Definition at line 41 of file sbIMockCDDevice.idl.
void sbIMockCDTOC::addTocEntry | ( | in long | frameOffset, |
in PRTime | length, | ||
in long | trackNumber, | ||
in short | aTrackMode | ||
) |
Adds a TOC Entry to the TOC
frameOffset | the frame offset, what else? |
length | Length of the track, probably in seconds see sbICDTOC |
trackNumber | 1 based index |
aTrackMode | The track mode of the entry. |
void sbIMockCDTOC::initialize | ( | in long | firstTrackIndex, |
in long | lastTrackIndex, | ||
in long | leadOutTrackOffset | ||
) |
initializes the TOC
firstTrackIndex | the index of the first track |
lastTrackIndex | the index of the last track |
leadOutTrackOffset | some kind of offset |