Enum file_format::Kind
source · pub enum Kind {
Application,
Audio,
Font,
Image,
Model,
Text,
Video,
}
Expand description
A kind of FileFormat
according to the media type.
Variants§
Application
Data to be processed by some type of application program.
Audio
Music, sound effects, and spoken audio recordings.
Font
Files used for displaying text on screen or in print.
Image
Photographs, illustrations, and other types of image files.
Model
3D models, CAD drawings, and other types of files used for creating or displaying 3D images.
Text
Plain text, markup languages, and other types of files that contain written text.
Video
Movies, animations, and other types of files that contain moving images.