Add optical track indexes.

This commit is contained in:
2020-07-12 21:55:37 +01:00
parent 194cf56585
commit 906070ca9f
80 changed files with 3189 additions and 3094 deletions

View File

@@ -6967,6 +6967,40 @@ namespace Schemas {
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class TrackIndexType {
private string indexField;
private string valueField;
/// <remarks/>
[System.Xml.Serialization.XmlAttributeAttribute(DataType="integer")]
public string index {
get {
return this.indexField;
}
set {
this.indexField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlTextAttribute(DataType="integer")]
public string Value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
@@ -7020,6 +7054,8 @@ namespace Schemas {
private ulong endSectorField;
private TrackIndexType[] indexesField;
private TrackTypeTrackType trackType1Field;
private uint bytesPerSectorField;
@@ -7102,6 +7138,17 @@ namespace Schemas {
}
}
/// <remarks/>
[System.Xml.Serialization.XmlArrayItemAttribute("Index", IsNullable=false)]
public TrackIndexType[] Indexes {
get {
return this.indexesField;
}
set {
this.indexesField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute("TrackType")]
public TrackTypeTrackType TrackType1 {