/******************************************************************** * @author: Kaven * @email: kaven@wuwenkai.com * @website: http://blog.kaven.xyz * @file: [Kaven-Basic] /src/libs/const/MediaTypes.ts * @create: 2025-07-03 17:18:53.311 * @modify: 2025-07-11 21:19:12.917 * @version: 6.0.0 * @times: 12 * @lines: 673 * @copyright: Copyright © 2018-2025 Kaven. All Rights Reserved. * @description: [description] * @license: * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. ********************************************************************/ import { IMediaType } from "../interface/IMediaType"; /** * AAC audio */ export declare const MediaTypes_AAC: IMediaType; /** * AbiWord document */ export declare const MediaTypes_ABW: IMediaType; /** * Archive document (multiple files embedded) */ export declare const MediaTypes_ARC: IMediaType; /** * AVI: Audio Video Interleave */ export declare const MediaTypes_AVI: IMediaType; /** * Amazon Kindle eBook format */ export declare const MediaTypes_AZW: IMediaType; /** * Any kind of binary data */ export declare const MediaTypes_BIN: IMediaType; /** * Windows OS/2 Bitmap Graphics */ export declare const MediaTypes_BMP: IMediaType; /** * BZip archive */ export declare const MediaTypes_BZ: IMediaType; /** * BZip2 archive */ export declare const MediaTypes_BZ2: IMediaType; /** * C-Shell script */ export declare const MediaTypes_CSH: IMediaType; /** * Cascading Style Sheets (CSS) */ export declare const MediaTypes_CSS: IMediaType; /** * Comma-separated values (CSV) */ export declare const MediaTypes_CSV: IMediaType; /** * Microsoft Word */ export declare const MediaTypes_DOC: IMediaType; /** * Microsoft Word (OpenXML) */ export declare const MediaTypes_DOCX: IMediaType; /** * MS Embedded OpenType fonts */ export declare const MediaTypes_EOT: IMediaType; /** * Electronic publication (EPUB) */ export declare const MediaTypes_EPUB: IMediaType; /** * ECMAScript (IANA Specification) (RFC 4329 Section 8.2) */ export declare const MediaTypes_ES: IMediaType; /** * Graphics Interchange Format (GIF) */ export declare const MediaTypes_GIF: IMediaType; /** * HyperText Markup Language (HTML) */ export declare const MediaTypes_HTM: IMediaType; /** * HyperText Markup Language (HTML) */ export declare const MediaTypes_HTML: IMediaType; /** * Icon format */ export declare const MediaTypes_ICO: IMediaType; /** * iCalendar format */ export declare const MediaTypes_ICS: IMediaType; /** * Java Archive (JAR) */ export declare const MediaTypes_JAR: IMediaType; /** * JPEG images */ export declare const MediaTypes_JPEG: IMediaType; /** * JPEG images */ export declare const MediaTypes_JPG: IMediaType; /** * JavaScript (IANA Specification) (RFC 4329 Section 8.2) */ export declare const MediaTypes_JS: IMediaType; /** * JSON format */ export declare const MediaTypes_JSON: IMediaType; /** * Musical Instrument Digital Interface (MIDI) */ export declare const MediaTypes_MID: IMediaType; /** * Musical Instrument Digital Interface (MIDI) */ export declare const MediaTypes_MIDI: IMediaType; /** * MPEG Video */ export declare const MediaTypes_MPEG: IMediaType; /** * Apple Installer Package */ export declare const MediaTypes_MPKG: IMediaType; /** * OpenDocument presentation document */ export declare const MediaTypes_ODP: IMediaType; /** * OpenDocument spreadsheet document */ export declare const MediaTypes_ODS: IMediaType; /** * OpenDocument text document */ export declare const MediaTypes_ODT: IMediaType; /** * OGG audio */ export declare const MediaTypes_OGA: IMediaType; /** * OGG video */ export declare const MediaTypes_OGV: IMediaType; /** * OGG */ export declare const MediaTypes_OGX: IMediaType; /** * OpenType font */ export declare const MediaTypes_OTF: IMediaType; /** * Portable Network Graphics */ export declare const MediaTypes_PNG: IMediaType; /** * Adobe Portable Document Format (PDF) */ export declare const MediaTypes_PDF: IMediaType; /** * Microsoft PowerPoint */ export declare const MediaTypes_PPT: IMediaType; /** * Microsoft PowerPoint (OpenXML) */ export declare const MediaTypes_PPTX: IMediaType; /** * RAR archive */ export declare const MediaTypes_RAR: IMediaType; /** * Rich Text Format (RTF) */ export declare const MediaTypes_RTF: IMediaType; /** * Bourne shell script */ export declare const MediaTypes_SH: IMediaType; /** * Scalable Vector Graphics (SVG) */ export declare const MediaTypes_SVG: IMediaType; /** * Small web format (SWF) or Adobe Flash document */ export declare const MediaTypes_SWF: IMediaType; /** * Tape Archive (TAR) */ export declare const MediaTypes_TAR: IMediaType; /** * Tagged Image File Format (TIFF) */ export declare const MediaTypes_TIF: IMediaType; /** * Tagged Image File Format (TIFF) */ export declare const MediaTypes_TIFF: IMediaType; /** * Typescript file */ export declare const MediaTypes_TS: IMediaType; /** * TrueType Font */ export declare const MediaTypes_TTF: IMediaType; /** * Text */ export declare const MediaTypes_TXT: IMediaType; /** * Microsoft Visio */ export declare const MediaTypes_VSD: IMediaType; /** * Waveform Audio Format */ export declare const MediaTypes_WAV: IMediaType; /** * WEBM audio */ export declare const MediaTypes_WEBA: IMediaType; /** * WEBM video */ export declare const MediaTypes_WEBM: IMediaType; /** * WEBP image */ export declare const MediaTypes_WEBP: IMediaType; /** * Web Open Font Format (WOFF) */ export declare const MediaTypes_WOFF: IMediaType; /** * Web Open Font Format (WOFF) */ export declare const MediaTypes_WOFF2: IMediaType; /** * XHTML */ export declare const MediaTypes_XHTML: IMediaType; /** * Microsoft Excel */ export declare const MediaTypes_XLS: IMediaType; /** * Microsoft Excel (OpenXML) */ export declare const MediaTypes_XLSX: IMediaType; /** * XML */ export declare const MediaTypes_XML: IMediaType; /** * XUL */ export declare const MediaTypes_XUL: IMediaType; /** * ZIP archive */ export declare const MediaTypes_ZIP: IMediaType; /** * 3GPP audio container */ export declare const MediaTypes_3GP_AUDIO: IMediaType; /** * 3GPP video container */ export declare const MediaTypes_3GP_VIDEO: IMediaType; /** * 3GPP2 audio container */ export declare const MediaTypes_3G2_AUDIO: IMediaType; /** * 3GPP2 video container */ export declare const MediaTypes_3G2_VIDEO: IMediaType; /** * 7-zip archive */ export declare const MediaTypes_7Z: IMediaType; //# sourceMappingURL=MediaTypes.d.ts.map