PrimoBurner for .NET  5.0
CD, DVD and Blu-ray Software Development Kit
Loading...
Searching...
No Matches
QSubChannelIsrc Class Reference

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

Properties

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

Detailed Description

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

A unique ISRC may exist for each track.

Property Documentation

◆ AFrame

byte AFrame
get

The frame number where the ISRC was found.

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

◆ Isrc

string Isrc
get

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.