Click or drag to resize

Picture Class

A strongly typed class encapsulating information for an APIC frame.
Inheritance Hierarchy
SystemObject
  Orthogonal.NTagLitePicture

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public class Picture

The Picture type exposes the following members.

Constructors
 NameDescription
Public methodPictureInitializes a new instance of the Picture class
Top
Properties
 NameDescription
Public propertyData Gets or sets the raw data of the image.
Public propertyDescription Gets or sets the description of the picture.
Public propertyMimeType Gets or sets the MIME type of the picture.
Public propertyPictureType Gets or sets the LitePictureType enumeration that describes the standard ID3 picture type.
Public propertySourceFrame Gets a reference to the APIC frame from which this Picture object was parsed.
Top
Methods
 NameDescription
Public methodStatic memberGetPicture Parses the raw data in an APIC frame and converts it into a strongly typed Picture object.
Public methodToBuffer Converts the strongly typed Picture object back to a frame buffer.
Public methodStatic memberToBuffer(LitePictureType, String, String, Byte) A static helper method to convert the parts of a picture frame back to a frame buffer.
Public methodUpdateSourceFrame Updates the APIC frame from which this Picture object was created with current property values of this Picture.
Top
See Also