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

@@ -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