Click or drag to resize

ID3FramePicture Property

Gets the parsed information from a picture frame (ID = 'APIC'). Null is returned if the APIC frame contains unrecognisable data or the frame is not an APIC frame.

Namespace: Orthogonal.Common.Basic.ID3
Assembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2024-04-29 08:29 GMT+10
Syntax
C#
public ID3Picture Picture { get; }

Property Value

ID3Picture
Remarks
The APIC frame is one of the more popular frames, so this property was added to conveniently parse the contents out of the frame. The frame's image is returned as a raw byte buffer for the caller to process in whatever way is suitable on their platform. This library connot guess how the caller might want to process the image.
See Also