namespace FileTypes
Types used with
type FileAccess
access type
export type FileAccess = "read" | "write" | "readwrite";
type FileEndianness
endianness
export type FileEndianness = "big" | "little" | "native";
type FileLineEndingStyle
line ending style
export type FileLineEndingStyle = "dos" | "mac" | "unix" | "native";
type FourCharacterCode
Four character file codes. See max-fileformats.txt and https://docs.cycling74.com/max8/vignettes/filetypes
export type FourCharacterCode = "iLaF" | "maxb" | "TEXT" | "mx@c" | "GenX" | "mRef" | "cafe" | "jar " | "WAVE" | "wv64" | "AIFF" | "NxTS" | "ULAW" | "FLAC" | "DATA" | "Midi" | "JiT!" | "maxc" | "PICT" | "PICS" | "MPEG" | "mpg4" | "MooV" | "WVC1" | "WMVA" | "WMV3" | "WMV2" | "M4V " | "GIFf" | "JPEG" | "PNG " | "PNGf" | "TIFF" | "SWFL" | "8BPS" | "BMP " | "exr " | "VfW " | "AFxP" | "AFxB" | "AUps" | "V3ps" | "JSON" | "mSnp" | "mPrj" | "mZip" | "mPak" | "zip " | "DICT" | "YAML" | "svg " | "css " | "XSLT" | "ampf" | "amxd" | "pStx" | "pSto" | "gDSP" | "gJIT" | "Jmtl" | "Jobj" | "Jdae" | "Jbln" | "J3ds" | "Jase" | "Jply" | "Jdxf" | "Jlwo" | "Jlxo" | "Jstl" | "Jac " | "Jmsd" | "Jcob" | "Jscb" | "Jsmd" | "Jvta" | "Jmdl" | "Jmd2" | "Jmd3" | "Jpk3" | "Jmdc" | "Jmd5" | "Jbvh" | "Jcsm" | "Jxmd" | "Jb3d" | "Jq3d" | "Jq3s" | "Jogr" | "Jirm" | "Jirr" | "Jnff" | "Js8w" | "Joff" | "Jraw" | "Jter" | "J3dm" | "Jhmp" | "Jndo" | "FBX " | "glTF" | "Mp3 " | "M4a " | "CAF " | "OGG " | "mQur" | "mLsn" | "Jlua" | "mMap" | "mxPL" | "mxCT" | "mUgh" | "mMtr" | "mTXT" | "RBOP" | "aPin" | "aPcs" | "a3in" | "a3cs" | "AUpi" | "AUin" | "APPL" | "xQZZ" | "TXT ";