BASS.NET API for the Un4seen BASS Audio Library

TagPicture Class

BASS.NET API for the Un4seen BASS Audio Library
This class represents a picture tag.
Inheritance Hierarchy

SystemObject
  Un4seen.Bass.AddOn.TagsTagPicture

Namespace:  Un4seen.Bass.AddOn.Tags
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

[SerializableAttribute]
public class TagPicture

The TagPicture type exposes the following members.

Constructors

  NameDescription
Public methodTagPicture(String)
Creates a picture tag as an external link to a file.
Public methodTagPicture(TagPicture, Int32)
Creates a resized, internal, Jpeg clone of a given picture tag.
Public methodTagPicture(Image, TagPicturePICTURE_TYPE, String)
Creates a picture tag from the given values.
Public methodTagPicture(String, TagPicturePICTURE_TYPE, String)
Creates a picture tag as an external link to a file.
Public methodTagPicture(Int32, String, TagPicturePICTURE_TYPE, String, Byte)
Creates a picture tag from the given values.
Top
Properties

  NameDescription
Public propertyPictureImage
Returns the related image.
Top
Methods

  NameDescription
Public methodStatic memberGetMimeTypeFromFile
Returns the MIMEType of a given file by evaluating the file extension.
Public methodStatic memberGetMimeTypeFromImage
Returns the MIMEType of a given Image.
Public methodStatic memberLoadImageFromFile
Creates an Image from the specified file (non locking).
Public methodStatic memberSaveImageToFile
Saves an Image to a given location in a given format (non-locking).
Public methodToString
Returns the description, picture type and MIMEType of the picture.
(Overrides ObjectToString.)
Top
Fields

  NameDescription
Public fieldAttributeIndex
The index or number of the related picture tag (-1 = undefined).
Public fieldData
The raw image data of the picture or the UTF-8 encoded location of the picture.
Public fieldDescription
The description of the picture.
Public fieldMIMEType
The MIMEType of the picture.
Public fieldPictureStorage
The storage type of the picture Data.
Public fieldPictureType
Top
See Also

Reference