Enum FormatFamily
- Namespace
- LMKit.Inspection
- Assembly
- LM-Kit.NET.dll
The broad family a file format belongs to. Drives which facet of a FileInspection is populated and how a consumer presents the file (an image viewer, a media player, a document reader, ...).
public enum FormatFamily
Fields
Unknown = 0The format could not be identified.
Image = 1A raster or vector image (JPEG, PNG, TIFF, HEIC, ...).
Video = 2A video container (MP4, Matroska, AVI, ...).
Audio = 3An audio container (MP3, FLAC, WAV, ...).
Document = 4A paged or flowing document (PDF, Word, Excel, PowerPoint, ...).
Archive = 5A generic archive (ZIP, ...).