BASS.NET API for the Un4seen BASS Audio Library

TAG_INFO Methods

BASS.NET API for the Un4seen BASS Audio Library

The TAG_INFO type exposes the following members.

Methods

  NameDescription
Public methodAddNativeTag
Adds a native tag.
Public methodAddOrReplaceNativeTag
Adds or Replaces a native tag.
Public methodAddPicture
Adds a picture tag.
Public methodClearAllNativeTags
Clears the collection of native tag entries.
Public methodClone
Returns a new TAG_INFO instance which is a clone of the current one.
Public methodCode exampleConvertToRiffBEXT
Converts the members of this instance to a WAV RIFF BEXT chunk.
Public methodCode exampleConvertToRiffCART
Converts the members of this instance to a WAV RIFF CART chunk.
Public methodCode exampleConvertToRiffINFO
Converts the members of this instance to a WAV RIFF LIST INFO chunk.
Public methodNativeTag
Returns a certain native tag.
Public methodPictureGet
Returns a picture tag.
Public methodPictureGetDescription
Returns the description of a picture.
Public methodPictureGetImage
Returns a picture image.
Public methodPictureGetType
Returns the type of the picture.
Public methodReadPicturesFromDirectory(String, Boolean)
Scans the directory of the filename location for additional pictures and adds them to the internal picture tags (see PictureCount for details).
Public methodStatic memberReadPicturesFromDirectory(String, String, String, Boolean)
Scans the directory of the filename location for additional pictures and returns any found pictures.
Public methodRemoveAllPictures
Removes all picture tags.
Public methodRemoveNativeTag
Removes a native tag.
Public methodRemovePicture
Removes a picture tag.
Public methodToString
A description of the tag info object (artist - title or filename).
(Overrides ObjectToString.)
Public methodCode exampleUpdateFromMETA(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).
Public methodCode exampleUpdateFromMETA(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).
Public methodCode exampleUpdateFromMIDILyric
Update the tags from a meta data pointer, when using in a SYNCPROC using BASS_SYNC_MIDI_LYRIC or BASS_MIDI_MARK_TEXT.
Top
See Also

Reference