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-15 18:00 GMT+10.f27da1471008deaf16b803c17e24a5955690aef1
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