The BassTags type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BASS_TAG_GetFromFile(String) |
Retrieves the requested tags/headers from a file, if they are available.
| |
| BASS_TAG_GetFromFile(Int32, TAG_INFO) |
Retrieves the requested tags/headers from a stream channel, if they are available.
| |
| BASS_TAG_GetFromFile(String, Boolean, Boolean) |
Retrieves the requested tags/headers from a file, if they are available.
| |
| BASS_TAG_GetFromFile(String, Boolean, TAG_INFO) |
Retrieves the requested tags/headers from a file, if they are available.
| |
| BASS_TAG_GetFromURL |
Retrieves the requested tags/headers from a URL stream, if they are available.
| |
| ReadID3v1 |
Reads an ID3v1 tag structure.
| |
| ReadID3v2 |
Reads an ID3v2 tag structure.
|
See Also