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 {
|
||||
|
||||
@@ -7059,6 +7059,8 @@ Namespace Schemas
|
||||
|
||||
Private indexesField() As TrackIndexType
|
||||
|
||||
Private iSRCField As String
|
||||
|
||||
Private trackType1Field As TrackTypeTrackType
|
||||
|
||||
Private bytesPerSectorField As UInteger
|
||||
@@ -7152,6 +7154,16 @@ Namespace Schemas
|
||||
End Set
|
||||
End Property
|
||||
|
||||
'''<remarks/>
|
||||
Public Property ISRC() As String
|
||||
Get
|
||||
Return Me.iSRCField
|
||||
End Get
|
||||
Set
|
||||
Me.iSRCField = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
'''<remarks/>
|
||||
<System.Xml.Serialization.XmlElementAttribute("TrackType")> _
|
||||
Public Property TrackType1() As TrackTypeTrackType
|
||||
|
||||
Reference in New Issue
Block a user