Get a list of all genres supported by ID3v1 (+ WinAmp extensions).
[Visual Basic]
Public Shared Function GetGenres() As
String()
[C#]
public static
string[] GetGenres();
Return Value
The list of supported genres as string array.
See Also
ID3v1 Class | ID3Sync.IO Namespace