BASS.NET API for the Un4seen BASS Audio LibraryBASS_TAG_FLAC_PICTURE MembersBASS.NET API for the Un4seen BASS Audio Library

The BASS_TAG_FLAC_PICTURE type exposes the following members.
Methods

  NameDescription
Public methodStatic memberFromIntPtr
Creates an instance of the BASS_TAG_FLAC_PICTURE class from a pointer.
Public methodStatic memberGetTag
Gets a BASS_TAG_FLAC_PICTURE tag from a given channel handle.
Public methodToString
Returns the description and mime type of the picture.
(Overrides OnlineObject ToString .)
Back to Top
Properties

  NameDescription
Public propertyColors
The number of colours used for indexed-colour pictures (eg. GIF).
Public propertyData
The picture data.
Public propertyDepth
The colour depth in bits-per-pixel.
Public propertyDesc
A description string of the picture.
Public propertyHeight
The height in pixels.
Public propertyImageURL
Returns the image URL, if the Mime type is "-->" - else   is returned.
Public propertyLength
The size of Data in bytes.
Public propertyMime
The MIME type string. This may be "-->" to signify that data contains a URL of the picture rather than the picture data itself.
Public propertyPicture
The picture image.
Public propertyWidth
The width in pixels.
Back to Top
See Also