PrimoBurner for .NET  5.0
CD, DVD and Blu-ray Software Development Kit
Loading...
Searching...
No Matches
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]
 Sub-channel Data Format Code.
 
QSubChannelIsrc Isrc [get]
 International standard recording code (ISRC).
 
QSubChannelMcn Mcn [get]
 Media catalog number (UPC/bar code).
 
QSubChannelPosition Position [get]
 CD position.
 

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

◆ FormatCode

QSubChannelFormat FormatCode
get

Sub-channel Data Format Code.

See also
QSubChannelFormat

◆ Isrc

QSubChannelIsrc Isrc
get

International standard recording code (ISRC).

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

See also
QSubChannelIsrc

◆ Mcn

QSubChannelMcn Mcn
get

Media catalog number (UPC/bar code).

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

See also
QSubChannelMcn

◆ Position

QSubChannelPosition Position
get

CD position.

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

See also
QSubChannelFormat