Canonical column names the file exposes.
Detected input format.
Whether the file contains gaussian splat data: the position,
geometric (rotation/scale/opacity), and color (DC) layers are all
present. false for a readable container that isn't a splat — notably
a PLY holding a plain point cloud.
Layers the file exposes, in canonical order.
Per-LOD gaussian counts; lodCounts[0] equals numGaussians.
Gaussian count of the finest LOD (LOD 0).
Number of LOD levels (1 for non-LOD formats).
SH band count present in the file.
Header-only structural metadata for a splat file — the lightweight counterpart to a full read, for validating/inspecting a file (e.g. before upload) without decoding its gaussian data. Reports every LOD level.
Integrity (truncation/corruption) is enforced by the readers themselves, which throw on a size mismatch — so a returned
FileInfoimplies a sound file.