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

This structure is used together with the Device.GetQSubChannel method to get the q-subchannel information from the last 96 bytes of a raw CD sector data. More...

Properties

QSubChannelFormat FormatCode [get, set]
 Sub-channel Data Format Code. More...
 
QSubChannelIsrc Isrc [get, set]
 International standard recording code (ISRC). More...
 
QSubChannelMcn Mcn [get, set]
 Media catalog number (UPC/bar code). More...
 
QSubChannelPosition Position [get, set]
 CD position. More...
 

Detailed Description

This structure is used together with the Device.GetQSubChannel method to get the q-subchannel information from the last 96 bytes of a raw CD sector data.

Property Documentation

QSubChannelFormat FormatCode
getset

Sub-channel Data Format Code.

See Also
QSubChannelFormat
QSubChannelIsrc Isrc
getset

International standard recording code (ISRC).

Valid only when FormatCode is QSubChannelFormat.Isrc, otherwise returns null.

See Also
QSubChannelIsrc
QSubChannelMcn Mcn
getset

Media catalog number (UPC/bar code).

Valid only when FormatCode is QSubChannelFormat.Mcn, otherwise returns null.

See Also
QSubChannelMcn
QSubChannelPosition Position
getset

CD position.

Valid only when FormatCode is QSubChannelFormat.Position, otherwise returns null.

See Also
QSubChannelFormat