The TAG_INFO type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddNativeTag |
Adds a native tag.
| |
| AddOrReplaceNativeTag |
Adds or Replaces a native tag.
| |
| AddPicture |
Adds a picture tag.
| |
| ClearAllNativeTags |
Clears the collection of native tag entries.
| |
| Clone |
Returns a new TAG_INFO instance which is a clone of the current one.
| |
| ConvertToRiffBEXT |
Converts the members of this instance to a WAV RIFF BEXT chunk.
| |
| ConvertToRiffCART |
Converts the members of this instance to a WAV RIFF CART chunk.
| |
| ConvertToRiffINFO |
Converts the members of this instance to a WAV RIFF LIST INFO chunk.
| |
| NativeTag |
Returns a certain native tag.
| |
| PictureGet |
Returns a picture tag.
| |
| PictureGetDescription |
Returns the description of a picture.
| |
| PictureGetImage |
Returns a picture image.
| |
| PictureGetType |
Returns the type of the picture.
| |
| ReadPicturesFromDirectory(String, Boolean) |
Scans the directory of the filename location for additional pictures and adds them to the internal picture tags (see PictureCount for details).
| |
| ReadPicturesFromDirectory(String, String, String, Boolean) |
Scans the directory of the filename location for additional pictures and returns any found pictures.
| |
| RemoveAllPictures |
Removes all picture tags.
| |
| RemoveNativeTag |
Removes a native tag.
| |
| RemovePicture |
Removes a picture tag.
| |
| ToString |
A description of the tag info object (artist - title or filename).
(Overrides ObjectToString.) | |
| UpdateFromMETA(IntPtr, Boolean, Boolean) |
Update the tags from a meta data pointer, e.g. when streaming from a URL as triggered by a SYNCPROC using BASS_SYNC_META and as returned by BASS_ChannelGetTags(Int32, BASSTag).
| |
| UpdateFromMETA(IntPtr, TAGINFOEncoding, Boolean) |
Update the tags from a meta data pointer, e.g. when streaming from a URL as triggered by a SYNCPROC using BASS_SYNC_META and as returned by BASS_ChannelGetTags(Int32, BASSTag).
| |
| UpdateFromMIDILyric |
Update the tags from a meta data pointer, when using in a SYNCPROC using BASS_SYNC_MIDI_LYRIC or BASS_MIDI_MARK_TEXT.
|
See Also