Add ISRC to optical disc track.
This commit is contained in:
@@ -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