Table of Contents

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 = 0

The format could not be identified.

Image = 1

A raster or vector image (JPEG, PNG, TIFF, HEIC, ...).

Video = 2

A video container (MP4, Matroska, AVI, ...).

Audio = 3

An audio container (MP3, FLAC, WAV, ...).

Document = 4

A paged or flowing document (PDF, Word, Excel, PowerPoint, ...).

Archive = 5

A generic archive (ZIP, ...).

Share