 | ID3File.Parse 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: 2025-03-15 14:42 GMT+11
Syntaxpublic static ID3File Parse(
FileInfo file
)
Parameters
- file FileInfo
- The FileInfo object of the file to be parsed.
Return Value
ID3FileAn ID3File object reference.
ExceptionsException | 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