Add ISRC to optical disc track.

This commit is contained in:
2020-07-12 22:04:59 +01:00
parent 66733c3fff
commit 87fb8af4ce
80 changed files with 135 additions and 76 deletions

View File

@@ -7056,6 +7056,8 @@ namespace Schemas {
private TrackIndexType[] indexesField;
private string iSRCField;
private TrackTypeTrackType trackType1Field;
private uint bytesPerSectorField;
@@ -7149,6 +7151,16 @@ namespace Schemas {
}
}
/// <remarks/>
public string ISRC {
get {
return this.iSRCField;
}
set {
this.iSRCField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute("TrackType")]
public TrackTypeTrackType TrackType1 {