Sets the possible values for a Field.
[Visual Basic]
Sub SetValues( _
ByVal
field As
Field, _
ByVal
tag1 As
String, _
ByVal
tag2 As
String, _
ByVal
file As
String _
)
Parameters
-
field
- The field.
-
tag1
- First column (ID3v1/OGG).
-
tag2
- Second column (ID3v2)
-
file
- Third column (Filename)
See Also
IEdit Interface | ID3Sync.Scripting Namespace