MetadataType

MetadataType enumeration

Specifies the type of a metadata package.

public enum MetadataType

Values

Name Value Description
Undefined 0 The type of a metadata package is undefined.
Root 1 A root metadata package containing other format-specific packages.
Xmp 2 An XMP metadata package.
Exif 3 An EXIF metadata package,
Iptc 4 An IPTC metadata package,
DublinCore 5 A Dublin Core metadata package.
ImageResourceBlock 6 A Photoshop’s native metadata package.
FileFormat 7 A package containing information about the format of a loaded file.
DigitalSignature 8 A package containing digital signature metadata.
Presentation 9 A presentation metadata package.
Spreadsheet 10 A spreadsheet metadata package.
WordProcessing 11 A word processing metadata package.
Diagram 12 A diagram metadata package.
Note 13 A metadata package containing information about an electronic note file.
ProjectManagement 14 A metadata package containing information about a project management file.
Pdf 15 A PDF metadata package.
DocumentStatistics 16 A package containing document statistics.
Psd 17 A metadata package containing information about a Photoshop document.
Jpeg2000 18 A JPEG2000 native metadata package.
Dicom 19 A DICOM native metadata package.
Bmp 20 A BMP native metadata package.
Wav 21 A WAV native metadata package.
ID3V1 22 An ID3V1 tag.
ID3V2 23 An ID3V2 tag.
MpegAudio 24 An MPEG audio native metadata package.
Lyrics3 25 A Lyrics3 metadata package.
ApeV2 26 An APEv2 metadata package.
Avi 27 An AVI video native metadata package.
Flv 28 An FLV video native metadata package.
Asf 29 An ASF video native metadata package.
Mov 30 A QuickTime video.
Matroska 31 A native metadata package extracted from a video encoded with the Matroska multimedia container.
Zip 32 A native metadata package of a ZIP archive.
SevenZip 33 A native metadata package of a SevenZip archive.
VCard 34 A native metadata package of a VCard.
Epub 35 A native metadata package of a EPUB e-book.
OpenType 36 An OpenType font metadata package.
Cad 37 A metadata package extracted from a CAD drawing.
Eml 38 An EML message metadata package.
Msg 39 An MSG message metadata package.
Torrent 40 A torrent file metadata package. Please find more information at https://en.wikipedia.org/wiki/Torrent_file/.
Png 41 A PNG image metadata package.
Dng 42 A DNG image metadata package.
Cr2 43 A CR2 image metadata package.
Rar 44 RAR is a proprietary archive file format that supports data compression, error correction and file spanning.
Tar 45 In computing, tar is a computer software utility for collecting many files into one archive file, often referred to as a tarball, for distribution or backup purposes.
ThreeDS 46 3DS is one of the file formats used by the Autodesk 3ds Max 3D modeling, animation and rendering software.
Dae 47 A DAE file is a Digital Asset Exchange file format that is used for exchanging data between interactive 3D applications.
Fbx 48 FBX (Filmbox) is a proprietary file format (.fbx) developed by Kaydara and owned by Autodesk since 2006. It is used to provide interoperability between digital content creation applications. FBX is also part of Autodesk Gameware, a series of video game middleware.
Stl 49 STL is a file format native to the stereolithography CAD software created by 3D Systems.[3][4][5] Chuck Hull, the inventor of stereolithography and 3D Systems’ founder, reports that the file extension is an abbreviation for stereolithography.
Gis 50 Gis format

See Also