| ID3FileParse Method |
Parses an ID3 v2.x and V1.x tagged file and extracts important information that defines
the offsets and lengths of the headers, frames and data within the file.
Namespace: Orthogonal.Common.Basic.ID3Assembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2024-04-15 18:00 GMT+10.f27da1471008deaf16b803c17e24a5955690aef1
Syntax public static ID3File Parse(
FileInfo file
)
Parameters
- file FileInfo
- The FileInfo object of the file to be parsed.
Return Value
ID3FileAn ID3File object reference.
Exceptions Exception | Condition |
---|
NotSupportedException | Thrown if an ID3 tag is found with an unrecognised version or
any advanced features or formatting that is too complicated for this utility class to parse. |
See Also