C# (CSharp) xZune.Bass.Tag Namespace

Nested Namespaces

xZune.Bass.Tag.Interop
xZune.Bass.Tag.Modules

Classes

Name Description
ExtTag Accessor for Interop.Core.ExtTag.
FunctionNotFoundException If a function can't be found in TagsLib DLL, this exception will be throwed, maybe we should check the TagsLib version what the function need.
ID3v2Tag Accessor for Interop.Core.ID3v2Tag.
MP4Tag Accessor for Interop.Core.MP4Tag.
NoTagsLibFunctionAttributeException If a TagsLib function don't have TagsLibFunctionAttribute, this exception will be throwed.
NotAvailableException If you use an unavailable HandleObject, this exception will be throwed.
SimpleTag Accessor for Interop.Core.SimpleTag.
TagsLibException A base class of TagsLib exceptions.
TagsLibLoadLibraryException If some exception throwed when loading TagsLib, this exception will be throwed. Maybe you should check the TagsLib target platform and your APP target platform.
TagsLibManager A manager for TagsLib.
TagsLibNotFoundException If we can't find "TagsLib.dll" in your provided path, this exception will be throwed.
TagsLibNotLoadedException If you call some function which need TagsLib loaded, but TagsLib didn't load, this exception will be throwed.
TagsManager