The QSubChannelPosition structure defines the response data structure for the CD current position data (i.e., track, index, absolute address, relative address).
More...
#include <pb_api.h>
|
|
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.
|
| |
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