Defines the type of query for the song browser.

C# | Visual Basic |
public enum SongQueryType
Public Enumeration SongQueryType

Member | Description |
---|---|
None |
No query.
|
Artist |
Artist query.
|
Album |
Album query.
|
Playlist |
Playlist query.
|
All |
All query.
|