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

The QSubChannelIsrc structure defines the Track International Standard Recording Code data. More...

Properties

byte Addr [get, set]
 Reserved More...
 
byte AFrame [get, set]
 The frame number where the ISRC was found. More...
 
byte Control [get, set]
 Reserved More...
 
string Isrc [get, set]
 Track ISRC data may be from any block in the specified track that has ISRC data. More...
 

Detailed Description

The QSubChannelIsrc structure defines the Track International Standard Recording Code data.

A unique ISRC may exist for each track.

Property Documentation

byte Addr
getset

Reserved

byte AFrame
getset

The frame number where the ISRC was found.

This can be a value from 0 to 74. All other values are reserved.

byte Control
getset

Reserved

string Isrc
getset

Track ISRC data may be from any block in the specified track that has ISRC data.

The ISRC is 12 characters long. ISRC data returned is encoded as ASCII characters.

If the value of the property is an empty string then no ISRC was detected on the media.