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

The QSubChannelPosition structure defines the response data structure for the CD current position data (i.e., track, index, absolute address, relative address). More...

#include <PrimoBurnerAPI.h>

Public Member Functions

virtual uint8_t absoluteFrames () const =0
 Returns the frames component of the current location relative to the logical beginning of the media.
 
virtual uint8_t absoluteHour () const =0
 Returns the hours component of the current location relative to the logical beginning of the media.
 
virtual uint8_t absoluteMinutes () const =0
 Returns the minutes component of the current location relative to the logical beginning of the media.
 
virtual uint8_t absoluteSeconds () const =0
 Returns the seconds component of the current location relative to the logical beginning of the media.
 
virtual uint8_t addr () const =0
 Reserved.
 
virtual uint8_t control () const =0
 Reserved.
 
virtual uint8_t indexNumber () const =0
 Returns the current index number.
 
virtual uint8_t trackFrames () const =0
 Returns the frames component of the current location relative to the logical beginning of the current track.
 
virtual uint8_t trackHour () const =0
 Returns the hours component of the current location relative to the logical beginning of the current track.
 
virtual uint8_t trackMinutes () const =0
 Returns the minutes component of the current location relative to the logical beginning of the current track.
 
virtual uint8_t trackNumber () const =0
 Returns the current track number.
 
virtual uint8_t trackSeconds () const =0
 Returns the seconds component of the current location relative to the logical beginning of the current track.
 

Detailed Description

The QSubChannelPosition structure defines the response data structure for the CD current position data (i.e., track, index, absolute address, relative address).

See Also
QSubchannel