pub enum Kind {
Show 23 variants
Archive,
Audio,
Compressed,
Database,
Diagram,
Disk,
Document,
Ebook,
Executable,
Font,
Formula,
Geospatial,
Image,
Metadata,
Model,
Other,
Package,
Playlist,
Presentation,
Rom,
Spreadsheet,
Subtitle,
Video,
}
Expand description
A kind of file format.
Variants§
Archive
Files and directories stored in a single, possibly compressed, archive.
Audio
Musics, sound effects, and spoken audio recordings.
Compressed
Compressed single files or streams.
Database
Organized collections of data.
Diagram
Visual information using graphics and spatial relationships.
Disk
Floppy disk images, optical disc images and virtual machine disks.
Document
Word processing and desktop publishing documents.
Ebook
Electronic books.
Executable
Machine-executable code, virtual machine code and shared libraries.
Font
Typefaces used for displaying text on screen or in print.
Formula
Mathematical formulas.
Geospatial
Collections of geospatial features, GPS tracks and other location-related files.
Image
Animated images, icons, cursors, raster graphics and vector graphics.
Metadata
Data that provides information about other data.
Model
3D models, CAD drawings, and other types of files used for creating or displaying 3D images.
Other
Data which do not fit in any of the other kinds.
Package
Collections of files bundled together for software distribution.
Playlist
Lists of audio or video files, organized in a specific order for sequential playback.
Presentation
Slide shows.
Rom
Copies of a read-only memory chip of computers, cartridges, or other electronic devices.
Spreadsheet
Data in tabular form.
Subtitle
Subtitles and captions.
Video
Moving images, possibly with color and coordinated sound.