Add ISRC to optical disc track.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user