PrimoBurner for .NET  4.6
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
QSubChannelPosition Class Reference

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

Properties

byte AbsoluteFrames [get, set]
 Returns the frames component of the current location relative to the logical beginning of the media. More...
 
byte AbsoluteHour [get, set]
 Returns the hours component of the current location relative to the logical beginning of the media. More...
 
byte AbsoluteMinutes [get, set]
 Returns the minutes component of the current location relative to the logical beginning of the media. More...
 
byte AbsoluteSeconds [get, set]
 Returns the seconds component of the current location relative to the logical beginning of the media. More...
 
byte Addr [get, set]
 Reserved. More...
 
Byte Control [get, set]
 Reserved. More...
 
byte IndexNumber [get, set]
 The IndexNumber field contains the current index number. More...
 
byte TrackFrames [get, set]
 Returns the frames component of the current location relative to the logical beginning of the current track. More...
 
byte TrackHour [get, set]
 Returns the hours component of the current location relative to the logical beginning of the current track. More...
 
byte TrackMinutes [get, set]
 Returns the minutes component of the current location relative to the logical beginning of the current track. More...
 
byte TrackNumber [get, set]
 The TrackNumber field contains the current track number. More...
 
byte TrackSeconds [get, set]
 Returns the seconds component of the current location relative to the logical beginning of the current track. More...
 

Detailed Description

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

Property Documentation

byte AbsoluteFrames
getset

Returns the frames component of the current location relative to the logical beginning of the media.

byte AbsoluteHour
getset

Returns the hours component of the current location relative to the logical beginning of the media.

byte AbsoluteMinutes
getset

Returns the minutes component of the current location relative to the logical beginning of the media.

byte AbsoluteSeconds
getset

Returns the seconds component of the current location relative to the logical beginning of the media.

byte Addr
getset

Reserved.

Byte Control
getset

Reserved.

byte IndexNumber
getset

The IndexNumber field contains the current index number.

byte TrackFrames
getset

Returns the frames component of the current location relative to the logical beginning of the current track.

byte TrackHour
getset

Returns the hours component of the current location relative to the logical beginning of the current track.

byte TrackMinutes
getset

Returns the minutes component of the current location relative to the logical beginning of the current track.

byte TrackNumber
getset

The TrackNumber field contains the current track number.

byte TrackSeconds
getset

Returns the seconds component of the current location relative to the logical beginning of the current track.