| ID3FrameData Property |
Gets a reference to the raw frame data that follows the header. An ID3 frame can contain dozens of different types of
information in different binary formats. This library provides methods to parse the text contents of frames that are
defined as frames that contain text or urls, which can internally contain confusing mixtures of ASCII or Unicode strings.
All other more exotic frame types are not parsed and are processed as binary blobs.
For more information see:
NTagLite Library.
Namespace: Orthogonal.Common.Basic.ID3Assembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2024-04-15 18:00 GMT+10.f27da1471008deaf16b803c17e24a5955690aef1
Syntax public byte[] Data { get; set; }
Property Value
ByteSee Also